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 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 ConnectionCacheBase
cacheStatisticsInfo, close, dprintCreation, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConnectionCache
close, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
Field Details
-
store
-
connection
-
-
Constructor Details
-
NCCConnectionCacheImpl
-
-
Method Details
-
values
Description copied from class:ConnectionCacheBase/////////////////////////////////////////////////- 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
-