public class CorbaInboundConnectionCacheImpl extends CorbaConnectionCacheBase implements InboundConnectionCache
CorbaInboundConnectionCacheImpl as part of WFLY-10290 fix.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() |
Collection<Acceptor> |
getAcceptors() |
void |
put(Acceptor acceptor,
Connection connection) |
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 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 registerAcceptor(Acceptor acceptor)
public Collection<Acceptor> getAcceptors()
public 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 © 2023 JBoss by Red Hat. All rights reserved.