@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, updateHealthStatus
getDelegate, getLastResult, getLogPeriod, getName, hasDelegate, init, isEnabled, logResult, setEnabled, setLogPeriod, setName, silenceFor, start, stop, toString
protected AbstractHealthCheck findDelegate(HealthService healthService)
AbstractHealthCheck
findDelegate
in class AbstractHealthCheck