|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.health.check.AbstractHealthCheck
com.caucho.env.health.ExprHealthCheckImpl
com.caucho.health.check.ExprHealthCheck
@Named @Singleton @Configurable public class ExprHealthCheck
Evaluates user supplied JSP EL expressions as a boolean.
Resulting status depends on the category of expression that evaluates to false.
| Constructor Summary | |
|---|---|
ExprHealthCheck()
|
|
| Method Summary | |
|---|---|
void |
addCriticalTest(Expr test)
Add JSP-EL expression that will result in CRITICAL health status |
void |
addFatalTest(Expr test)
Add JSP-EL expression that will result in FATAL health status |
void |
addWarningTest(Expr test)
Add JSP-EL expression that will result in WARNING health status |
| Methods inherited from class com.caucho.env.health.ExprHealthCheckImpl |
|---|
checkHealth, getCriticalTests, getFatalTests, getWarningTests |
| Methods inherited from class com.caucho.health.check.AbstractHealthCheck |
|---|
findDelegate, getDelegate, getName, init, isEnabled, setEnabled, setName, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExprHealthCheck()
| Method Detail |
|---|
@Configurable public void addFatalTest(Expr test)
addFatalTest in class ExprHealthCheckImpl@Configurable public void addCriticalTest(Expr test)
addCriticalTest in class ExprHealthCheckImpl@Configurable public void addWarningTest(Expr test)
addWarningTest in class ExprHealthCheckImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||