org.ourgrid.mygrid.replicaexecutor.event
Class ReplicaFailedNotifyEvent

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

public class ReplicaFailedNotifyEvent
extends java.lang.Object
implements NotifyEvent

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

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

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

Constructor Detail

ReplicaFailedNotifyEvent

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

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

process

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

Specified by:
process in interface ActionEvent