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 Objectprivate voidget(ContactInfo contactInfo) voidput(ContactInfo contactInfo, Connection conn) voidremove(ContactInfo contactInfo) private voidvalues()Methods inherited from class com.sun.corba.ee.impl.transport.ConnectionCacheBase
cacheStatisticsInfo, close, dprintCreation, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
valuesin classConnectionCacheBase
-
backingStore
- Specified by:
backingStorein classConnectionCacheBase
-
get
- Specified by:
getin interfaceOutboundConnectionCache
-
put
- Specified by:
putin interfaceOutboundConnectionCache
-
removeConnectionInfo
-
connectionIsNull
@InfoMethod private void connectionIsNull() -
remove
- Specified by:
removein interfaceOutboundConnectionCache
-