Uses of Interface
org.apache.ode.utils.WatchDog.Observer

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
<C extends WatchDog.Observer>
WatchDog<java.lang.Long,C>
WatchDog.watchFile(java.io.File file, C handler)
           
static
<C extends WatchDog.Observer>
WatchDog<java.util.Map<java.io.File,java.lang.Long>,C>
WatchDog.watchFiles(java.util.List<java.io.File> files, C handler)
           
 



Copyright © 2015 WSO2. All Rights Reserved.