|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.ReplicaFinishedNotifyEvent
public class ReplicaFinishedNotifyEvent
This event is used to notify the ebSchedulingHeuristic that a replica had finished successfully.
Constructor Summary | |
---|---|
ReplicaFinishedNotifyEvent(EBSchedulingHeuristic ebSchedulingHeuristic,
ReplicaExecutorResult result)
The constructor. |
Method Summary | |
---|---|
void |
process()
Notifies the ebSchedulingHeuristic that a replica finished successfully. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicaFinishedNotifyEvent(EBSchedulingHeuristic ebSchedulingHeuristic, ReplicaExecutorResult result)
ebSchedulingHeuristic
- The EBSchedulingHeuristic
result
- The ReplicaExecutorResult
containing the
results of all five steps of a replica (init, input, remote,
output and final)Method Detail |
---|
public void process()
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |