|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.exec.Watchdog
public class Watchdog
Generalization of ExecuteWatchdog
ExecuteWatchdog
Constructor Summary | |
---|---|
Watchdog(long timeout)
|
Method Summary | |
---|---|
void |
addTimeoutObserver(TimeoutObserver to)
|
protected void |
fireTimeoutOccured()
|
void |
removeTimeoutObserver(TimeoutObserver to)
|
void |
run()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Watchdog(long timeout)
Method Detail |
---|
public void addTimeoutObserver(TimeoutObserver to)
public void removeTimeoutObserver(TimeoutObserver to)
protected final void fireTimeoutOccured()
public void start()
public void stop()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |