@Singleton @Configurable @Named public class ConnectionPoolHealthCheck extends ConnectionPoolHealthCheckImpl
Generates WARNING upon exceeding max-connections.
Generates CRITICAL upon exceeding max-overflow-connections.
| Constructor and Description |
|---|
ConnectionPoolHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHealthCheck |
findDelegate(HealthService healthService)
Finds and returns any delegate health check.
|
checkHealth, updateHealthStatusgetDelegate, getLastResult, getLogPeriod, getName, hasDelegate, init, isEnabled, logResult, setEnabled, setLogPeriod, setName, silenceFor, start, stop, toStringprotected AbstractHealthCheck findDelegate(HealthService healthService)
AbstractHealthCheckfindDelegate in class AbstractHealthCheck