|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.ReceiverServiceWatchdog
public class ReceiverServiceWatchdog
The ReceiverServiceWatchdog
checks in a configurable interval,
whether all started ReceiverThreadBase
s are
still running. If a thread is not running anymore and it has not been stopped
on demand, it is started again.
Constructor Summary | |
---|---|
ReceiverServiceWatchdog()
|
Method Summary | |
---|---|
void |
run()
Checks in a configurable interval, whether all started ReceiverThreadBase s are still running. |
void |
stopWatchdog()
Tells the watchdog that it should stop. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceiverServiceWatchdog()
Method Detail |
---|
public void run()
ReceiverThreadBase
s are still running. If
a thread is not running anymore and it has not been stopped on demand, it
is started again.
run
in interface java.lang.Runnable
public void stopWatchdog()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |