public class CorbaInboundConnectionCacheImpl extends CorbaConnectionCacheBase implements InboundConnectionCache
Modifier and Type | Field and Description |
---|---|
protected Collection |
connectionCache |
cacheType, monitoringName, orb, timestamp, wrapper
Constructor and Description |
---|
CorbaInboundConnectionCacheImpl(ORB orb,
Acceptor acceptor) |
Modifier and Type | Method and Description |
---|---|
protected Object |
backingStore() |
void |
close()
Close all connections in the connection cache.
|
protected void |
dprint(String msg) |
Connection |
get(Acceptor acceptor) |
Acceptor |
getAcceptor() |
void |
put(Acceptor acceptor,
Connection connection) |
protected void |
registerWithMonitoring() |
void |
remove(Connection connection) |
Collection |
values() |
dprintCreation, dprintStatistics, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
protected Collection connectionCache
public void close()
ConnectionCache
close
in interface ConnectionCache
close
in class CorbaConnectionCacheBase
public Connection get(Acceptor acceptor)
get
in interface InboundConnectionCache
public Acceptor getAcceptor()
getAcceptor
in interface InboundConnectionCache
public void put(Acceptor acceptor, Connection connection)
put
in interface InboundConnectionCache
public void remove(Connection connection)
remove
in interface InboundConnectionCache
public Collection values()
values
in class CorbaConnectionCacheBase
protected Object backingStore()
backingStore
in class CorbaConnectionCacheBase
protected void registerWithMonitoring()
registerWithMonitoring
in class CorbaConnectionCacheBase
protected void dprint(String msg)
dprint
in class CorbaConnectionCacheBase
Copyright © 2017 JBoss by Red Hat. All rights reserved.