Package com.sun.corba.ee.spi.transport
Interface InboundConnectionCache
-
- All Superinterfaces:
ConnectionCache
- All Known Implementing Classes:
InboundConnectionCacheImpl
public interface InboundConnectionCache extends ConnectionCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection
get(Acceptor acceptor)
void
put(Acceptor acceptor, Connection connection)
void
remove(Connection connection)
-
Methods inherited from interface com.sun.corba.ee.spi.transport.ConnectionCache
close, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
-
-
-
Method Detail
-
get
Connection get(Acceptor acceptor)
-
put
void put(Acceptor acceptor, Connection connection)
-
remove
void remove(Connection connection)
-
-