Uses of Interface
com.caucho.health.action.HealthAction

Packages that use HealthAction
com.caucho.env.health   
com.caucho.health.action   
com.caucho.health.predicate   
 

Uses of HealthAction in com.caucho.env.health
 

Methods in com.caucho.env.health with type parameters of type HealthAction
<I extends HealthAction>
I
HealthService.addHealthAction(I action)
           
<T extends HealthAction>
T
HealthService.getHealthAction(java.lang.Class<T> cl)
           
<T extends HealthAction>
java.util.List<T>
HealthService.getHealthActions(java.lang.Class<T> cl)
           
 

Methods in com.caucho.env.health that return HealthAction
 HealthAction HealthActionAdmin.getAction()
           
 

Methods in com.caucho.env.health that return types with arguments of type HealthAction
 java.util.List<HealthAction> HealthService.getHealthActions()
           
 

Uses of HealthAction in com.caucho.health.action
 

Classes in com.caucho.health.action that implement HealthAction
 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 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.
 

Fields in com.caucho.health.action with type parameters of type HealthAction
 java.util.ArrayList<HealthAction> ActionSequence._actionList
           
 

Methods in com.caucho.health.action with parameters of type HealthAction
 void ActionSequence.add(HealthAction action)
           
 void HealthActionListener.afterAction(HealthAction action, HealthService healthService)
           
 void HealthActionListener.beforeAction(HealthAction action, HealthService healthService)
           
 

Uses of HealthAction in com.caucho.health.predicate
 

Methods in com.caucho.health.predicate with parameters of type HealthAction
 void IfNotRecent.afterAction(HealthAction action, HealthService healthService)
           
 void IfNotRecent.beforeAction(HealthAction action, HealthService healthService)
           
 void AbstractCombiningPredicate.setAction(HealthAction action)
           
 void IfNotRecent.setAction(HealthAction action)
           
 void HealthActionAware.setAction(HealthAction action)
           
 void EventPredicate.setAction(HealthAction action)