|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.AddJobRequestEvent
public class AddJobRequestEvent
Event used to add jobs to be processed by the Scheduler.
Constructor Summary | |
---|---|
AddJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic,
int jobId,
JobSpec jobSpec)
The constructor. |
Method Summary | |
---|---|
void |
process()
Adds the job given in the constructor to the scheduling heuristic. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic, int jobId, JobSpec jobSpec)
ebSchedulingHeuristic
- The scheduling heuristicjobId
- The job identificationjobSpec
- The job specificationMethod Detail |
---|
public void process()
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |