public class CorbaOutboundConnectionCacheImpl extends CorbaConnectionCacheBase implements OutboundConnectionCache
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
connectionCache |
cacheType, monitoringName, orb, timestamp, wrapper| Constructor and Description |
|---|
CorbaOutboundConnectionCacheImpl(ORB orb,
ContactInfo contactInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
backingStore() |
protected void |
dprint(String msg) |
Connection |
get(ContactInfo contactInfo) |
void |
put(ContactInfo contactInfo,
Connection connection) |
protected void |
registerWithMonitoring() |
void |
remove(ContactInfo contactInfo) |
Collection |
values() |
close, dprintCreation, dprintStatistics, getCacheType, getMonitoringName, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeprotected Hashtable connectionCache
public CorbaOutboundConnectionCacheImpl(ORB orb, ContactInfo contactInfo)
public Connection get(ContactInfo contactInfo)
get in interface OutboundConnectionCachepublic void put(ContactInfo contactInfo, Connection connection)
put in interface OutboundConnectionCachepublic void remove(ContactInfo contactInfo)
remove in interface OutboundConnectionCachepublic 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.