|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||