|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.ReplicaCanceledNotifyEvent
public class ReplicaCanceledNotifyEvent
This event is used to notify the ebSchedulingHeuristic that a replica was canceled.
Constructor Summary | |
---|---|
ReplicaCanceledNotifyEvent(EBSchedulingHeuristic ebSchedulingHeuristic,
ReplicaExecutorResult result)
The constructor. |
Method Summary | |
---|---|
void |
process()
Notifies the ebSchedulingHeuristic that a replica was canceled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicaCanceledNotifyEvent(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 |