Package com.sun.corba.ee.spi.transport
Interface OutboundConnectionCache
-
- All Superinterfaces:
ConnectionCache
- All Known Implementing Classes:
NoConnectionCacheImpl.NCCConnectionCacheImpl
,OutboundConnectionCacheImpl
public interface OutboundConnectionCache extends ConnectionCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection
get(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 Detail
-
get
Connection get(ContactInfo contactInfo)
-
put
void put(ContactInfo contactInfo, Connection connection)
-
remove
void remove(ContactInfo contactInfo)
-
-