public interface ConnectionPoolManagedOperations
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableConnectionsInPool() |
int |
getBusyConnectionsInPool() |
int |
getCurrentPoolSize() |
String |
getLastPoolExhaustionHappenedAt() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
int |
getPercentageOfPoolCapacityUsed() |
String |
getUniqueResourceName() |
void |
refreshPool() |
void |
setMaxPoolSize(int size) |
void |
setMinPoolSize(int size) |
String getUniqueResourceName()
int getMinPoolSize()
void setMinPoolSize(int size)
int getMaxPoolSize()
void setMaxPoolSize(int size)
int getAvailableConnectionsInPool()
int getCurrentPoolSize()
void refreshPool()
int getBusyConnectionsInPool()
int getPercentageOfPoolCapacityUsed()
String getLastPoolExhaustionHappenedAt()
Copyright © 2026. All rights reserved.