com.continuent.tungsten.replicator.backup
Class BackupCompletionNotification

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

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

Event to indicate that backup has completed successfully.

Version:
1.0
Author:
Robert Hodges

Constructor Summary
BackupCompletionNotification(java.net.URI uri)
          Create notification of backup.
 
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

BackupCompletionNotification

public BackupCompletionNotification(java.net.URI uri)
Create notification of backup.

Parameters:
uri - URI of successful backup
Method Detail

getUri

public java.net.URI getUri()