org.ourgrid.mygrid.scheduler.event
Class RemoveJobRequestEvent

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

public class RemoveJobRequestEvent
extends java.lang.Object
implements JobRequestEvent

See Also:
Serialized Form

Constructor Summary
RemoveJobRequestEvent(int jobId, JobManager jobManager, EventQueue<ResponseEvent> responseQueue)
           
 
Method Summary
 void process()
          Performs the specific processing of a given Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveJobRequestEvent

public RemoveJobRequestEvent(int jobId,
                             JobManager jobManager,
                             EventQueue<ResponseEvent> responseQueue)
Method Detail

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent