public interface OutboundConnectionCache extends ConnectionCache
| Modifier and Type | Method and Description |
|---|---|
Connection |
get(ContactInfo contactInfo) |
void |
put(ContactInfo contactInfo,
Connection connection) |
void |
remove(ContactInfo contactInfo) |
close, getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTimeConnection get(ContactInfo contactInfo)
void put(ContactInfo contactInfo, Connection connection)
void remove(ContactInfo contactInfo)
Copyright © 2018 JBoss by Red Hat. All rights reserved.