Package com.sun.corba.se.pept.transport
Interface OutboundConnectionCache
- All Superinterfaces:
ConnectionCache
- All Known Implementing Classes:
CorbaOutboundConnectionCacheImpl
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionget(ContactInfo contactInfo) voidput(ContactInfo contactInfo, Connection connection) voidremove(ContactInfo contactInfo) Methods inherited from interface com.sun.corba.se.pept.transport.ConnectionCache
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
Method Details
-
get
-
put
-
remove
-