|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.health.action.AbstractHealthAction
com.caucho.health.action.WarnWatchdog
@Singleton @Configurable public class WarnWatchdog
Health action to send health status to the Resin watchdog.
<health:HttpStatusHealthCheck ee:Named="httpStatusCheck">
<url>http://localhost:8080/test-ping.jsp</url>
</health:HttpStatusHealthCheck>
<health:WarnWatchdog>
<health:IfHealthCritical healthCheck="${httpStatusCheck}"/>
<health:IfRechecked/>
</health:WarnWatchdog>
| Constructor Summary | |
|---|---|
WarnWatchdog()
|
|
| Method Summary | |
|---|---|
void |
doActionImpl(HealthEvent healthEvent)
|
| Methods inherited from class com.caucho.health.action.AbstractHealthAction |
|---|
add, addListener, doAction, getPredicates, init, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WarnWatchdog()
| Method Detail |
|---|
public void doActionImpl(HealthEvent healthEvent)
doActionImpl in class AbstractHealthAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||