|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.util.EventIdWatchPredicate
public class EventIdWatchPredicate
Implements a WatchPredicate to identify that a particular native event ID has been reached. This returns true for any event ID equal to or higher than the number we are seeking.
| Constructor Summary | |
|---|---|
EventIdWatchPredicate(java.lang.String eventId)
|
|
| Method Summary | |
|---|---|
boolean |
match(ReplDBMSHeader event)
|
java.lang.String |
toString()
Returns the class name and the event id for which we waiting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventIdWatchPredicate(java.lang.String eventId)
| Method Detail |
|---|
public boolean match(ReplDBMSHeader event)
match in interface WatchPredicate<ReplDBMSHeader>public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||