Package com.sun.corba.se.pept.transport
Interface TransportManager
- All Known Subinterfaces:
CorbaTransportManager
- All Known Implementing Classes:
CorbaTransportManagerImpl
public interface TransportManager
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getByteBufferPool(int id) getInboundConnectionCache(Acceptor acceptor) getOutboundConnectionCache(ContactInfo contactInfo) getSelector(int id) voidregisterAcceptor(Acceptor acceptor) voidunregisterAcceptor(Acceptor acceptor)
-
Method Details
-
getByteBufferPool
-
getOutboundConnectionCache
-
getOutboundConnectionCaches
Collection getOutboundConnectionCaches() -
getInboundConnectionCache
-
getInboundConnectionCaches
Collection getInboundConnectionCaches() -
getSelector
-
registerAcceptor
-
getAcceptors
Collection getAcceptors() -
unregisterAcceptor
-
close
void close()
-