public class TransportManager extends Object implements Configurable
Constructor and Description |
---|
TransportManager(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
addTransportListener(TransportListener tl) |
void |
configure(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.
|
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(Configuration myConfiguration) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
public ProfileSelector getProfileSelector()
public SocketFactoryManager getSocketFactoryManager()
public Factories getFactories(int tag)
public List getFactoriesList()
public void notifyTransportListeners(GIOPConnection giopc)
public void addTransportListener(TransportListener tl)
Copyright © 2016 JacORB. All rights reserved.