Uses of Class
com.caucho.health.action.AbstractHealthAction

Packages that use AbstractHealthAction
com.caucho.health.action   
 

Uses of AbstractHealthAction in com.caucho.health.action
 

Subclasses of AbstractHealthAction in com.caucho.health.action
 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 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.