com.continuent.tungsten.replicator
Class OutOfSequenceNotification

java.lang.Object
  extended by com.continuent.tungsten.fsm.core.Event
      extended by com.continuent.tungsten.replicator.OutOfSequenceNotification

public class OutOfSequenceNotification
extends com.continuent.tungsten.fsm.core.Event

This class defines a OutOfSequenceException which is thrown if ReplicationEvent applier detects gap in transaction history sequence.

Version:
1.0
Author:
Teemu Ollakka

Constructor Summary
OutOfSequenceNotification()
          Creates a new OutOfSequenceException object
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.fsm.core.Event
getData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfSequenceNotification

public OutOfSequenceNotification()
Creates a new OutOfSequenceException object