com.continuent.tungsten.replicator.backup
Class RestoreCompletionNotification

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

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

Event to indicate that restore has completed successfully.

Version:
1.0
Author:
Robert Hodges

Constructor Summary
RestoreCompletionNotification(java.net.URI uri)
          Create notification of restore.
 
Method Summary
 java.net.URI getUri()
           
 
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

RestoreCompletionNotification

public RestoreCompletionNotification(java.net.URI uri)
Create notification of restore.

Parameters:
uri - URI of successful restore
Method Detail

getUri

public java.net.URI getUri()