Modifier and Type | Class and Description |
---|---|
class |
HttpPingThread
Deprecated.
|
class |
PingMailer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HeartbeatHealthCheckImpl
Health check for the heartbeat.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolHealthCheckImpl
Health check for the connection pool.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractHealthCheck |
ConnectionPoolHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
MemoryTenuredHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
HealthSystemHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
TransactionHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
MemoryPermGenHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
HeartbeatHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
AbstractHealthCheck.findDelegate(HealthService healthService)
Finds and returns any delegate health check.
|
protected AbstractHealthCheck |
ResinHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
CpuHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
JvmDeadlockHealthCheck.findDelegate(HealthService healthService) |
protected AbstractHealthCheck |
AbstractHealthCheck.getDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
LicenseHealthCheckImpl |
Modifier and Type | Class and Description |
---|---|
class |
CpuHealthCheckImpl |
Modifier and Type | Class and Description |
---|---|
class |
TransactionHealthCheckImpl
Implementation of the transaction manager.
|