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, stampTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
protected Hashtable connectionCache
public CorbaOutboundConnectionCacheImpl(ORB orb, ContactInfo contactInfo)
public Connection get(ContactInfo contactInfo)
get
in interface OutboundConnectionCache
public void put(ContactInfo contactInfo, Connection connection)
put
in interface OutboundConnectionCache
public void remove(ContactInfo contactInfo)
remove
in interface OutboundConnectionCache
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.