|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ourgrid.mygrid.replicaexecutor.event.ReplicaFinishedNotifyEvent
public class ReplicaFinishedNotifyEvent
Description: A notify event that informs that a replica has finished.
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 |
---|
public ReplicaFinishedNotifyEvent(EBReplicaManager ebReplicaManager, ReplicaEntry replica)
ReplicaFinishedNotifyEvent
with a replica
ebReplicaManager and a replica.
ebReplicaManager
- The current replica ebReplicaManagerreplica
- The replica who has finishedMethod Detail |
---|
public void process()
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |