org.jacorb.orb.giop
public class TransportManager extends Object implements Configurable
Version: $Id: TransportManager.java,v 1.28 2006/08/16 17:46:36 iliyan.jeliazkov Exp $
| Constructor Summary | |
|---|---|
| TransportManager(ORB orb) | |
| Method Summary | |
|---|---|
| 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) |