org.jacorb.orb.giop
Class TransportManager
java.lang.Object
org.jacorb.orb.giop.TransportManager
- Configurable
public class TransportManager
extends java.lang.Object
implements Configurable
This class manages Transports. On the one hand it creates them, and
on the other it enforces an upper limit on the open transports.
Version:
- Nicolas Noffke
TransportManager
public TransportManager(ORB orb)
configure
public void configure(Configuration myConfiguration)
throws ConfigurationException
getFactories
public Factories getFactories(int tag)
Returns an ETF Factories object for the given tag, or null
if no Factories class has been defined for this tag.
getFactoriesList
public List getFactoriesList()
Returns a list of Factories for all configured transport plugins,
in the same order as they were specified in the
jacorb.transport.factories property.