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) |
getCacheType, numberOfBusyConnections, numberOfConnections, numberOfIdleConnections, reclaim, stampTime
Connection get(ContactInfo contactInfo)
void put(ContactInfo contactInfo, Connection connection)
void remove(ContactInfo contactInfo)
Copyright © 2018 JBoss by Red Hat. All rights reserved.