Class InboundConnectionCacheImpl
java.lang.Object
com.sun.corba.ee.impl.transport.ConnectionCacheBase
com.sun.corba.ee.impl.transport.InboundConnectionCacheImpl
- All Implemented Interfaces:
ConnectionCache, InboundConnectionCache
@ManagedObject
@Description("Cache of connections accepted by the ORB")
@AMXMetadata(type="corba-inbound-connection-cache-mon",
group="monitoring")
public class InboundConnectionCacheImpl
extends ConnectionCacheBase
implements InboundConnectionCache
-
Field Summary
FieldsFields inherited from class ConnectionCacheBase
cacheType, monitoringName, orb, timestamp, wrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectvoidput(Acceptor acceptor, Connection connection) voidremove(Connection connection) values()/////////////////////////////////////////////////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
-
connectionCache
-
pp
-
-
Constructor Details
-
InboundConnectionCacheImpl
-
-
Method Details
-
get
- Specified by:
getin interfaceInboundConnectionCache
-
put
- Specified by:
putin interfaceInboundConnectionCache
-
remove
- Specified by:
removein interfaceInboundConnectionCache
-
values
/////////////////////////////////////////////////- Specified by:
valuesin classConnectionCacheBase
-
backingStore
- Specified by:
backingStorein classConnectionCacheBase
-