|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.CancelJobRequestEvent
public class CancelJobRequestEvent
Event used when it is needed to cancel a job.
Constructor Summary | |
---|---|
CancelJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic,
int jobId,
EventQueue<NotifyEvent> responseQueue)
The constructor. |
Method Summary | |
---|---|
void |
process()
Cancels the job given in the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic, int jobId, EventQueue<NotifyEvent> responseQueue)
ebSchedulingHeuristic
- The EBSchedulingHeuristic
jobId
- The job identificationMethod Detail |
---|
public void process()
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |