public interface ConnectionCache
Modifier and Type | Method and Description |
---|---|
void |
close()
Close all connections in the connection cache.
|
String |
getCacheType() |
long |
numberOfBusyConnections() |
long |
numberOfConnections() |
long |
numberOfIdleConnections() |
boolean |
reclaim() |
void |
stampTime(Connection connection) |
String getCacheType()
void stampTime(Connection connection)
long numberOfConnections()
long numberOfIdleConnections()
long numberOfBusyConnections()
boolean reclaim()
void close()
Copyright © 2017 JBoss by Red Hat. All rights reserved.