com.continuent.tungsten.replicator.management.events
Class GoOfflineEvent

java.lang.Object
  extended by com.continuent.tungsten.fsm.core.Event
      extended by com.continuent.tungsten.replicator.management.events.GoOfflineEvent

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

Signals that the replicator should move to the off-line state. This event may be submitted by underlying code to initiate a controlled shutdown.


Constructor Summary
GoOfflineEvent()
           
GoOfflineEvent(TungstenProperties params)
           
 
Method Summary
 TungstenProperties getParams()
           
 
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

GoOfflineEvent

public GoOfflineEvent()

GoOfflineEvent

public GoOfflineEvent(TungstenProperties params)
Method Detail

getParams

public TungstenProperties getParams()