Package com.sun.corba.se.impl.transport
Class CorbaTransportManagerImpl
java.lang.Object
com.sun.corba.se.impl.transport.CorbaTransportManagerImpl
- All Implemented Interfaces:
TransportManager,CorbaTransportManager
- Author:
- Harold Carr
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Listprotected Mapprotected ORBprotected Mapprotected SelectorFields inherited from interface com.sun.corba.se.spi.transport.CorbaTransportManager
SOCKET_OR_CHANNEL_CONNECTION_CACHE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) voidclose()protected voidgetAcceptors(String objectAdapterManagerId, ObjectAdapterId objectAdapterId) getByteBufferPool(int id) getInboundConnectionCache(Acceptor acceptor) getOutboundConnectionCache(ContactInfo contactInfo) getSelector(int id) voidregisterAcceptor(Acceptor acceptor) voidunregisterAcceptor(Acceptor acceptor)
-
Field Details
-
orb
-
acceptors
-
outboundConnectionCaches
-
inboundConnectionCaches
-
selector
-
-
Constructor Details
-
CorbaTransportManagerImpl
-
-
Method Details
-
getByteBufferPool
- Specified by:
getByteBufferPoolin interfaceTransportManager
-
getOutboundConnectionCache
- Specified by:
getOutboundConnectionCachein interfaceTransportManager
-
getOutboundConnectionCaches
- Specified by:
getOutboundConnectionCachesin interfaceTransportManager
-
getInboundConnectionCache
- Specified by:
getInboundConnectionCachein interfaceTransportManager
-
getInboundConnectionCaches
- Specified by:
getInboundConnectionCachesin interfaceTransportManager
-
getSelector
- Specified by:
getSelectorin interfaceTransportManager
-
registerAcceptor
- Specified by:
registerAcceptorin interfaceTransportManager
-
getAcceptors
- Specified by:
getAcceptorsin interfaceTransportManager
-
unregisterAcceptor
- Specified by:
unregisterAcceptorin interfaceTransportManager
-
close
public void close()- Specified by:
closein interfaceTransportManager
-
getAcceptors
- Specified by:
getAcceptorsin interfaceCorbaTransportManager
-
addToIORTemplate
public void addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) - Specified by:
addToIORTemplatein interfaceCorbaTransportManager
-
dprint
-