Package com.sun.corba.ee.spi.transport
Interface OutboundConnectionCache
- All Superinterfaces:
ConnectionCache
- All Known Implementing Classes:
NoConnectionCacheImpl.NCCConnectionCacheImpl
,OutboundConnectionCacheImpl
-
Method Summary
Modifier and TypeMethodDescriptionget
(ContactInfo contactInfo) void
put
(ContactInfo contactInfo, Connection connection) void
remove
(ContactInfo contactInfo) Methods inherited from interface com.sun.corba.ee.spi.transport.ConnectionCache
close, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
Method Details
-
get
-
put
-
remove
-