Package com.sun.corba.ee.impl.transport
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 com.sun.corba.ee.impl.transport.ConnectionCacheBase
cacheType, monitoringName, orb, timestamp, wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
void
put
(Acceptor acceptor, Connection connection) void
remove
(Connection connection) 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
-
connectionCache
-
pp
-
-
Constructor Details
-
InboundConnectionCacheImpl
-
-
Method Details
-
get
- Specified by:
get
in interfaceInboundConnectionCache
-
put
- Specified by:
put
in interfaceInboundConnectionCache
-
remove
- Specified by:
remove
in interfaceInboundConnectionCache
-
values
- Specified by:
values
in classConnectionCacheBase
-
backingStore
- Specified by:
backingStore
in classConnectionCacheBase
-