Package com.sun.corba.ee.spi.transport
Interface ConnectionCache
- All Known Subinterfaces:
InboundConnectionCache
,OutboundConnectionCache
- All Known Implementing Classes:
ConnectionCacheBase
,InboundConnectionCacheImpl
,NoConnectionCacheImpl.NCCConnectionCacheImpl
,OutboundConnectionCacheImpl
public interface ConnectionCache
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close all connections in the connection cache.long
long
long
boolean
reclaim()
void
stampTime
(Connection connection)
-
Method Details
-
getMonitoringName
String getMonitoringName() -
getCacheType
String getCacheType() -
stampTime
-
numberOfConnections
long numberOfConnections() -
numberOfIdleConnections
long numberOfIdleConnections() -
numberOfBusyConnections
long numberOfBusyConnections() -
reclaim
boolean reclaim() -
close
void close()Close all connections in the connection cache. This is used as a final cleanup, and will result in abrupt termination of any pending communications.
-