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, stampTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeprotected Collection connectionCache
public void close()
ConnectionCacheclose in interface ConnectionCacheclose in class CorbaConnectionCacheBasepublic Connection get(Acceptor acceptor)
get in interface InboundConnectionCachepublic Acceptor getAcceptor()
getAcceptor in interface InboundConnectionCachepublic void put(Acceptor acceptor, Connection connection)
put in interface InboundConnectionCachepublic void remove(Connection connection)
remove in interface InboundConnectionCachepublic Collection values()
values in class CorbaConnectionCacheBaseprotected Object backingStore()
backingStore in class CorbaConnectionCacheBaseprotected void registerWithMonitoring()
registerWithMonitoring in class CorbaConnectionCacheBaseprotected void dprint(String msg)
dprint in class CorbaConnectionCacheBaseCopyright © 2018 JBoss by Red Hat. All rights reserved.