Package | Description |
---|---|
com.caucho.env.health | |
com.caucho.health.action | |
com.caucho.health.predicate |
Modifier and Type | Method and Description |
---|---|
<I extends HealthAction> |
HealthService.addHealthAction(I action) |
<T extends HealthAction> |
HealthService.getHealthAction(java.lang.Class<T> cl) |
<T extends HealthAction> |
HealthService.getHealthActions(java.lang.Class<T> cl) |
Modifier and Type | Method and Description |
---|---|
HealthAction |
HealthActionAdmin.getAction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<HealthAction> |
HealthService.getHealthActions() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthAction |
class |
ActionSequence
Sequence of health actions.
|
class |
CallJmxOperation
Health action to call a JMX MBean operation.
|
class |
DumpHealth
Health action to create a dump of all health cehcks.
|
class |
DumpHeap
Health action to create a heap dump.
|
class |
DumpHprofHeap
Health action to create a HPROF format heap dump.
|
class |
DumpJmx
Health action to create a dump of all JMX attributes and values.
|
class |
DumpThreads
Health action to create a thread dump.
|
class |
ExecCommand
Health action to execute a shell command.
|
class |
FailSafeRestart
Health action to trigger a timed restart of Resin, normally used in
conjunction with an ActionSequence to gather shutdown information.
|
class |
PdfReport
Health action to generate a PDF report from a PHP script.
|
class |
PhpAction
Health action to execute a PHP script.
|
class |
Restart
Health action to trigger a restart of Resin.
|
class |
ScoreboardReport
Health action to create a thread scoreboard report.
|
class |
SendMail
Health action to send an email containing the results of the health check.
|
class |
SetJmxAttribute
Health action to set a JMX MBean attribute value.
|
class |
SetLogLevel
Health action to change a log level, optionally temporarily.
|
class |
Snapshot
A specific sequence of health actions: thread dump, heap dump, jmx dump,
and pdf report.
|
class |
StartProfiler
Health action to start a profiler session.
|
class |
WarnWatchdog
Health action to send health status to the Resin watchdog.
|
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<HealthAction> |
ActionSequence._actionList |
Modifier and Type | Method and Description |
---|---|
void |
ActionSequence.add(HealthAction action) |
void |
HealthActionListener.afterAction(HealthAction action,
HealthService healthService) |
void |
HealthActionListener.beforeAction(HealthAction action,
HealthService healthService) |
Modifier and Type | Method and Description |
---|---|
void |
IfNotRecent.afterAction(HealthAction action,
HealthService healthService) |
void |
IfNotRecent.beforeAction(HealthAction action,
HealthService healthService) |
void |
IfNotRecent.setAction(HealthAction action) |
void |
HealthActionAware.setAction(HealthAction action) |
void |
AbstractCombiningPredicate.setAction(HealthAction action) |
void |
EventPredicate.setAction(HealthAction action) |