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