Uses of Class
com.caucho.health.check.AbstractHealthCheck

Packages that use AbstractHealthCheck
com.caucho.admin   
com.caucho.cloud.heartbeat   
com.caucho.env.dbpool   
com.caucho.env.health   
com.caucho.health.check   
com.caucho.license   
com.caucho.server.admin   
com.caucho.transaction   
 

Uses of AbstractHealthCheck in com.caucho.admin
 

Subclasses of AbstractHealthCheck in com.caucho.admin
 class PingMailer
          Deprecated. 
 class PingThread
          Deprecated. 
 

Uses of AbstractHealthCheck in com.caucho.cloud.heartbeat
 

Subclasses of AbstractHealthCheck in com.caucho.cloud.heartbeat
 class HeartbeatHealthCheckImpl
          Health check for the heartbeat.
 

Uses of AbstractHealthCheck in com.caucho.env.dbpool
 

Subclasses of AbstractHealthCheck in com.caucho.env.dbpool
 class ConnectionPoolHealthCheckImpl
          Health check for the connection pool.
 

Uses of AbstractHealthCheck in com.caucho.env.health
 

Subclasses of AbstractHealthCheck in com.caucho.env.health
 class AbstractMemoryHealthCheckImpl
           
 class ExprHealthCheckImpl
           
 class HealthServiceHealthCheckImpl
           
 class HttpStatusHealthCheckImpl
           
 class JvmDeadlockHealthCheckImpl
          Configuration for management.
 class MemoryPermGenHealthCheckImpl
           
 class MemoryTenuredHealthCheckImpl
           
 class ResinHealthCheckImpl
          Top-level health check summary for all of Resin.
 

Uses of AbstractHealthCheck in com.caucho.health.check
 

Subclasses of AbstractHealthCheck in com.caucho.health.check
 class ConnectionPoolHealthCheck
          Monitors the health of Resin database connection pools (<database>).
 class CpuHealthCheck
          Monitors CPU usage.
 class ExprHealthCheck
          Evaluates user supplied JSP EL expressions as a boolean.
 class HealthSystemHealthCheck
          Monitors the health system itself by using a separate thread to determine if health checking is frozen or taking too long.
 class HeartbeatHealthCheck
          Monitors for heartbeats from other members of the cluster.
 class HttpStatusHealthCheck
          Monitors one or more URLs on the current Resin instance by making an HTTP GET request and comparing the returned HTTP status code to a pattern.
 class JvmDeadlockHealthCheck
          Monitors for deadlocked threads, as determined by the JVM.
 class LicenseHealthCheck
          Checks for expiring Resin Pro license.
 class MemoryPermGenHealthCheck
          Monitors the amount of free memory in the PermGen pool.
 class MemoryTenuredHealthCheck
          Monitors the amount of free memory in the Tenured pool.
 class ResinHealthCheck
          This check aggregates all the other health checks, resulting in the current overall health.
 class TransactionHealthCheck
          Monitors the transaction manager for commit failures.
 

Methods in com.caucho.health.check that return AbstractHealthCheck
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)
           
protected  AbstractHealthCheck AbstractHealthCheck.getDelegate()
           
 

Uses of AbstractHealthCheck in com.caucho.license
 

Subclasses of AbstractHealthCheck in com.caucho.license
 class LicenseHealthCheckImpl
           
 

Uses of AbstractHealthCheck in com.caucho.server.admin
 

Subclasses of AbstractHealthCheck in com.caucho.server.admin
 class CpuHealthCheckImpl
           
 

Uses of AbstractHealthCheck in com.caucho.transaction
 

Subclasses of AbstractHealthCheck in com.caucho.transaction
 class TransactionHealthCheckImpl
          Implementation of the transaction manager.