Uses of Interface
com.caucho.env.health.HealthStatusListener

Packages that use HealthStatusListener
com.caucho.env.dbpool   
com.caucho.env.health   
com.caucho.health.check   
 

Uses of HealthStatusListener in com.caucho.env.dbpool
 

Classes in com.caucho.env.dbpool that implement HealthStatusListener
 class ConnectionPoolHealthCheckImpl
          Health check for the connection pool.
 

Uses of HealthStatusListener in com.caucho.env.health
 

Methods in com.caucho.env.health with parameters of type HealthStatusListener
 void HealthStatusService.addHealthStatusListener(HealthStatusListener listener)
          Registers a HealthStatusListener to receive health status notifications
 

Uses of HealthStatusListener in com.caucho.health.check
 

Classes in com.caucho.health.check that implement HealthStatusListener
 class ConnectionPoolHealthCheck
          Monitors the health of Resin database connection pools (<database>).