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, stampTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
public void close()
ConnectionCache
close
in interface ConnectionCache
close
in class CorbaConnectionCacheBase
public void registerAcceptor(Acceptor acceptor)
registerAcceptor
in interface InboundConnectionCache
public Collection<Acceptor> getAcceptors()
getAcceptors
in interface InboundConnectionCache
public void add(Connection connection)
add
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 © 2021 JBoss by Red Hat. All rights reserved.