org.ourgrid.mygrid.replicaexecutor.event
Class ReplicaFinishedNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.replicaexecutor.event.ReplicaFinishedNotifyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, NotifyEvent

public class ReplicaFinishedNotifyEvent
extends java.lang.Object
implements NotifyEvent

Description: A notify event that informs that a replica has finished.

Version:
1.0 Created on 09/07/2004
See Also:
Serialized Form

Constructor Summary
ReplicaFinishedNotifyEvent(EBReplicaManager ebReplicaManager, ReplicaEntry replica)
          Creates a ReplicaFinishedNotifyEvent with a replica ebReplicaManager and a replica.
 
Method Summary
 void process()
          Notifies the replica ebReplicaManager that a replica has finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicaFinishedNotifyEvent

public ReplicaFinishedNotifyEvent(EBReplicaManager ebReplicaManager,
                                  ReplicaEntry replica)
Creates a ReplicaFinishedNotifyEvent with a replica ebReplicaManager and a replica.

Parameters:
ebReplicaManager - The current replica ebReplicaManager
replica - The replica who has finished
Method Detail

process

public void process()
Notifies the replica ebReplicaManager that a replica has finished.

Specified by:
process in interface ActionEvent