|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bakelite.fax.LogWatcher
public class LogWatcher
Watchs log at specified url to notify about fax sending result.
Nested Class Summary | |
---|---|
static interface |
LogWatcher.LogWatchCallback
Log watch callback. |
Constructor Summary | |
---|---|
LogWatcher(java.lang.String path,
LogWatcher.LogWatchCallback callback)
Bulk constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
For test of standalone purposes. |
void |
run()
Watching. |
void |
stop()
Stops watching. |
void |
watch()
Watchs log at url with given callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogWatcher(java.lang.String path, LogWatcher.LogWatchCallback callback)
path
- Log pathcallback
- Watch callbackMethod Detail |
---|
public static void main(java.lang.String[] args)
public void watch()
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 |