Uses of Interface
com.continuent.tungsten.replicator.util.WatchAction

Packages that use WatchAction
com.continuent.tungsten.replicator.util   
 

Uses of WatchAction in com.continuent.tungsten.replicator.util
 

Methods in com.continuent.tungsten.replicator.util that return WatchAction
 WatchAction<E> Watch.getAction()
          Returns the action or null if no action is defined.
 

Methods in com.continuent.tungsten.replicator.util with parameters of type WatchAction
 Watch<E> WatchManager.watch(WatchPredicate<E> predicate, int taskCount, WatchAction<E> action)
          Adds a new watch predicate to the queue including an accompanying action.
 

Constructors in com.continuent.tungsten.replicator.util with parameters of type WatchAction
Watch(WatchPredicate<E> predicate, int taskCount, WatchAction<E> action)
          Create watch with all components.