Package com.sun.corba.se.impl.transport
Class CorbaOutboundConnectionCacheImpl
java.lang.Object
com.sun.corba.se.impl.transport.CorbaConnectionCacheBase
com.sun.corba.se.impl.transport.CorbaOutboundConnectionCacheImpl
- All Implemented Interfaces:
ConnectionCache,OutboundConnectionCache,CorbaConnectionCache
public class CorbaOutboundConnectionCacheImpl
extends CorbaConnectionCacheBase
implements OutboundConnectionCache
- Author:
- Harold Carr
-
Field Summary
FieldsFields inherited from class com.sun.corba.se.impl.transport.CorbaConnectionCacheBase
cacheType, monitoringName, orb, timestamp, wrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectprotected voidget(ContactInfo contactInfo) voidput(ContactInfo contactInfo, Connection connection) protected voidvoidremove(ContactInfo contactInfo) values()Methods inherited from class com.sun.corba.se.impl.transport.CorbaConnectionCacheBase
close, dprintCreation, dprintStatistics, 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.se.pept.transport.ConnectionCache
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
-
Field Details
-
connectionCache
-
-
Constructor Details
-
CorbaOutboundConnectionCacheImpl
-
-
Method Details
-
get
- Specified by:
getin interfaceOutboundConnectionCache
-
put
- Specified by:
putin interfaceOutboundConnectionCache
-
remove
- Specified by:
removein interfaceOutboundConnectionCache
-
values
- Specified by:
valuesin classCorbaConnectionCacheBase
-
backingStore
- Specified by:
backingStorein classCorbaConnectionCacheBase
-
registerWithMonitoring
protected void registerWithMonitoring()- Specified by:
registerWithMonitoringin classCorbaConnectionCacheBase
-
dprint
- Overrides:
dprintin classCorbaConnectionCacheBase
-