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
Fields Modifier and Type Field Description protected java.util.Collection<Connection>
connectionCache
private InboundConnectionCacheProbeProvider
pp
-
Fields inherited from class com.sun.corba.ee.impl.transport.ConnectionCacheBase
cacheType, monitoringName, orb, timestamp, wrapper
-
-
Constructor Summary
Constructors Constructor Description InboundConnectionCacheImpl(ORB orb, Acceptor acceptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
backingStore()
Connection
get(Acceptor acceptor)
void
put(Acceptor acceptor, Connection connection)
void
remove(Connection connection)
java.util.Collection
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 Detail
-
connectionCache
protected java.util.Collection<Connection> connectionCache
-
pp
private InboundConnectionCacheProbeProvider pp
-
-
Method Detail
-
get
public Connection get(Acceptor acceptor)
- Specified by:
get
in interfaceInboundConnectionCache
-
put
public void put(Acceptor acceptor, Connection connection)
- Specified by:
put
in interfaceInboundConnectionCache
-
remove
public void remove(Connection connection)
- Specified by:
remove
in interfaceInboundConnectionCache
-
values
public java.util.Collection values()
- Specified by:
values
in classConnectionCacheBase
-
backingStore
protected java.lang.Object backingStore()
- Specified by:
backingStore
in classConnectionCacheBase
-
-