| Package | Description |
|---|---|
| com.caucho.env.health | |
| com.caucho.health.action | |
| com.caucho.health.check | |
| com.caucho.health.event | |
| com.caucho.health.predicate |
| Modifier and Type | Method and Description |
|---|---|
static HealthService |
HealthService.createAndAddService() |
static HealthService |
HealthService.getCurrent() |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthActionListener.afterAction(HealthAction action,
HealthService healthService) |
void |
HealthActionListener.beforeAction(HealthAction action,
HealthService healthService) |
| 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) |
HealthCheckResult |
HealthCheck.getLastResult(HealthService healthService) |
HealthCheckResult |
AbstractHealthCheck.getLastResult(HealthService healthService) |
| Modifier and Type | Method and Description |
|---|---|
HealthService |
HealthEvent.getHealthSystem() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected HealthService |
EventPredicate._healthService |
| Modifier and Type | Method and Description |
|---|---|
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) |