|
||||||||||
| 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.PhpAction
@Singleton @Configurable public class PhpAction
Health action to execute a PHP script.
<health:PhpAction>
<path>${resin.root}/php/test.php</path>
<health:OnStart/>
</health:PhpAction>
| Constructor Summary | |
|---|---|
PhpAction()
|
|
| Method Summary | |
|---|---|
void |
doActionImpl(HealthEvent healthEvent)
|
Path |
getPath()
|
void |
init()
|
void |
setPath(Path path)
|
| Methods inherited from class com.caucho.health.action.AbstractHealthAction |
|---|
add, addListener, doAction, getPredicates, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PhpAction()
| Method Detail |
|---|
public Path getPath()
@Configurable public void setPath(Path path)
@PostConstruct public void init()
init in class AbstractHealthActionpublic void doActionImpl(HealthEvent healthEvent)
doActionImpl in class AbstractHealthAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||