public class TransportManager
extends java.lang.Object
implements org.jacorb.config.Configurable
Constructor and Description |
---|
TransportManager(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
addTransportListener(TransportListener tl) |
void |
configure(org.jacorb.config.Configuration myConfiguration) |
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.
|
java.util.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.
|
ProfileSelector |
getProfileSelector() |
SocketFactoryManager |
getSocketFactoryManager() |
void |
notifyTransportListeners(GIOPConnection giopc) |
public TransportManager(ORB orb)
public void configure(org.jacorb.config.Configuration myConfiguration) throws org.jacorb.config.ConfigurationException
configure
in interface org.jacorb.config.Configurable
org.jacorb.config.ConfigurationException
public ProfileSelector getProfileSelector()
public SocketFactoryManager getSocketFactoryManager()
public Factories getFactories(int tag)
public java.util.List getFactoriesList()
public void notifyTransportListeners(GIOPConnection giopc)
public void addTransportListener(TransportListener tl)