|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.health.predicate.AbstractHealthPredicate
com.caucho.health.predicate.OnStop
@Configurable public class OnStop
Qualifies an action to match only when Resin is stopping.
<health:SendMail mail="${healthMailer}">
<to>admin@yourdomain.com</to>
<health:OnStop/>
</health:SendMail>
| Constructor Summary | |
|---|---|
OnStop()
|
|
| Method Summary | |
|---|---|
boolean |
isMatch(HealthEvent healthEvent)
The abstract match returns true, so a child can combine its own matches with the parent. |
| Methods inherited from class com.caucho.health.predicate.AbstractHealthPredicate |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnStop()
| Method Detail |
|---|
public boolean isMatch(HealthEvent healthEvent)
AbstractHealthPredicateisMatch doesn't return true.
isMatch in interface HealthPredicateisMatch in class AbstractHealthPredicate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||