|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.replicaexecutor.event.ReplicaCanceledNotifyEvent
public class ReplicaCanceledNotifyEvent
Description: A notify event that informs that a replica has been cancelled.
Constructor Summary | |
---|---|
ReplicaCanceledNotifyEvent(EBReplicaManager ebReplicaManager,
ReplicaEntry replica)
Creates a ReplicaCanceledNotifyEvent with a replica
ebReplicaManager and a replica. |
Method Summary | |
---|---|
void |
process()
Notifies the replica ebReplicaManager that a replica has been cancelled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicaCanceledNotifyEvent(EBReplicaManager ebReplicaManager, ReplicaEntry replica)
ReplicaCanceledNotifyEvent
with a replica
ebReplicaManager and a replica.
ebReplicaManager
- The current replica ebReplicaManagerreplica
- The replica who has been cancelledMethod Detail |
---|
public void process()
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |