|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WatchDog.Observer | |
|---|---|
| org.apache.ode.utils | Miscellanous utility classes. |
| Uses of WatchDog.Observer in org.apache.ode.utils |
|---|
| Classes in org.apache.ode.utils with type parameters of type WatchDog.Observer | |
|---|---|
class |
WatchDog<T,C extends WatchDog.Observer>
This class is based on org.apache.log4j.helpers.FileWatchdog.
Modifications have been made to support additional abstract ressource and more events (creation, deletion and updates), and to allow "manual"
invocations of WatchDog.check() (i.e wihtout having to use a thread) while preserving time checking.
Now two use cases coexist:
Pass an instance of WatchDog to a new thread (WatchDog is a Runnable). |
| Classes in org.apache.ode.utils that implement WatchDog.Observer | |
|---|---|
static class |
WatchDog.DefaultObserver<A>
A default implementation of #ChangeHandler. |
| Fields in org.apache.ode.utils declared as WatchDog.Observer | |
|---|---|
protected C |
WatchDog.observer
|
| Methods in org.apache.ode.utils with type parameters of type WatchDog.Observer | ||
|---|---|---|
static
|
WatchDog.watchFile(java.io.File file,
C handler)
|
|
static
|
WatchDog.watchFiles(java.util.List<java.io.File> files,
C handler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||