Class NoConnectionCacheImpl.NCCConnectionCacheImpl
java.lang.Object
com.sun.corba.ee.impl.transport.ConnectionCacheBase
com.sun.corba.ee.impl.plugin.hwlb.NoConnectionCacheImpl.NCCConnectionCacheImpl
- All Implemented Interfaces:
ConnectionCache
,OutboundConnectionCache
- Enclosing class:
NoConnectionCacheImpl
private static class NoConnectionCacheImpl.NCCConnectionCacheImpl
extends ConnectionCacheBase
implements OutboundConnectionCache
-
Field Summary
FieldsFields inherited from class com.sun.corba.ee.impl.transport.ConnectionCacheBase
cacheType, monitoringName, orb, timestamp, wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
private void
get
(ContactInfo contactInfo) void
put
(ContactInfo contactInfo, Connection conn) void
remove
(ContactInfo contactInfo) private void
values()
Methods inherited from class com.sun.corba.ee.impl.transport.ConnectionCacheBase
cacheStatisticsInfo, close, dprintCreation, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.transport.ConnectionCache
close, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
Field Details
-
store
-
connection
-
-
Constructor Details
-
NCCConnectionCacheImpl
-
-
Method Details
-
values
- Specified by:
values
in classConnectionCacheBase
-
backingStore
- Specified by:
backingStore
in classConnectionCacheBase
-
get
- Specified by:
get
in interfaceOutboundConnectionCache
-
put
- Specified by:
put
in interfaceOutboundConnectionCache
-
removeConnectionInfo
-
connectionIsNull
@InfoMethod private void connectionIsNull() -
remove
- Specified by:
remove
in interfaceOutboundConnectionCache
-