public class CorbaInboundConnectionCacheImpl extends CorbaConnectionCacheBase implements InboundConnectionCache
cacheType, monitoringName, orb, timestamp, wrapper| Constructor and Description |
|---|
CorbaInboundConnectionCacheImpl(ORB orb,
String connectionCacheType,
String monitoringName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Connection connection) |
protected Object |
backingStore() |
void |
close()
Close all connections in the connection cache.
|
protected void |
dprint(String msg) |
Collection<Acceptor> |
getAcceptors() |
void |
registerAcceptor(Acceptor acceptor) |
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, stampTimepublic void close()
ConnectionCacheclose in interface ConnectionCacheclose in class CorbaConnectionCacheBasepublic void registerAcceptor(Acceptor acceptor)
registerAcceptor in interface InboundConnectionCachepublic Collection<Acceptor> getAcceptors()
getAcceptors in interface InboundConnectionCachepublic void add(Connection connection)
add 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 © 2019 JBoss by Red Hat. All rights reserved.