Uses of Class
com.caucho.env.health.HealthService

Packages that use HealthService
com.caucho.env.health   
com.caucho.health.action   
com.caucho.health.check   
com.caucho.health.event   
com.caucho.health.predicate   
 

Uses of HealthService in com.caucho.env.health
 

Methods in com.caucho.env.health that return HealthService
static HealthService HealthService.createAndAddService()
           
static HealthService HealthService.getCurrent()
           
 

Uses of HealthService in com.caucho.health.action
 

Methods in com.caucho.health.action with parameters of type HealthService
 void HealthActionListener.afterAction(HealthAction action, HealthService healthService)
           
 void HealthActionListener.beforeAction(HealthAction action, HealthService healthService)
           
 

Uses of HealthService in com.caucho.health.check
 

Methods in com.caucho.health.check with parameters of type HealthService
protected  AbstractHealthCheck MemoryPermGenHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck ConnectionPoolHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck TransactionHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck JvmDeadlockHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck MemoryTenuredHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck AbstractHealthCheck.findDelegate(HealthService healthService)
          Finds and returns any delegate health check.
protected  AbstractHealthCheck HeartbeatHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck CpuHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck ResinHealthCheck.findDelegate(HealthService healthService)
           
protected  AbstractHealthCheck HealthSystemHealthCheck.findDelegate(HealthService healthService)
           
 

Uses of HealthService in com.caucho.health.event
 

Methods in com.caucho.health.event that return HealthService
 HealthService HealthEvent.getHealthSystem()
           
 

Constructors in com.caucho.health.event with parameters of type HealthService
HealthEvent(HealthService healthSystem, java.lang.String eventName)
           
RestartHealthEvent(HealthService healthSystem, java.lang.String _startMessage, ExitCode _exitCode)
           
ScheduledCheckHealthEvent(HealthService healthSystem)
           
StartHealthEvent(HealthService healthSystem)
           
StopHealthEvent(HealthService healthSystem)
           
 

Uses of HealthService in com.caucho.health.predicate
 

Fields in com.caucho.health.predicate declared as HealthService
protected  HealthService EventPredicate._healthService
           
 

Methods in com.caucho.health.predicate with parameters of type HealthService
 void IfNotRecent.afterAction(HealthAction action, HealthService healthService)
           
 void IfNotRecent.beforeAction(HealthAction action, HealthService healthService)
           
protected  HealthCheckResult AbstractHealthCheckPredicate.getLastResult(HealthService healthService)
           
protected  boolean IfFlapping.isFlapping(HealthService healthService, HealthCheck healthCheck, long sampleId)
           
abstract  boolean LifecyclePredicate.isMatch(HealthService healthService, LifecycleState oldState, LifecycleState newState)