Package com.sun.corba.se.pept.transport
Interface ConnectionCache
- All Known Subinterfaces:
InboundConnectionCache,OutboundConnectionCache
- All Known Implementing Classes:
CorbaConnectionCacheBase,CorbaInboundConnectionCacheImpl,CorbaInboundConnectionCacheImpl,CorbaOutboundConnectionCacheImpl
public interface ConnectionCache
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close all connections in the connection cache.longlonglongbooleanreclaim()voidstampTime(Connection connection)
-
Method Details
-
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.
-