org.ourgrid.mygrid.scheduler.event
Class JobListRequestEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.event.JobListRequestEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent, JobRequestEvent

public class JobListRequestEvent
extends java.lang.Object
implements JobRequestEvent

Event used to retrieve a list of jobs from the EBJobManager.

See Also:
Serialized Form

Constructor Summary
JobListRequestEvent(JobManager jobManager, JobManagerListenerRemote newListener, EventQueue<ResponseEvent<java.util.Collection<JobEntry>>> responseQueue)
           
 
Method Summary
 void process()
          Retrieves a list of jobs from the EBJobManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobListRequestEvent

public JobListRequestEvent(JobManager jobManager,
                           JobManagerListenerRemote newListener,
                           EventQueue<ResponseEvent<java.util.Collection<JobEntry>>> responseQueue)
Method Detail

process

public void process()
Retrieves a list of jobs from the EBJobManager. All objects in this list are clones.

Specified by:
process in interface ActionEvent