org.ourgrid.mygrid.replicaexecutor.event
Class ReplicaAbortedNotiftyEvent

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

public class ReplicaAbortedNotiftyEvent
extends java.lang.Object
implements NotifyEvent

Description: A notify event that informs that a replica has been aborted.

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

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

Constructor Detail

ReplicaAbortedNotiftyEvent

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

Parameters:
ebReplicaManager - The current replica ebReplicaManager
replica - The replica who has been aborted.
Method Detail

process

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

Specified by:
process in interface ActionEvent