org.ourgrid.mygrid.scheduler.event
Class SchedulerTestRequestEvent

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

public class SchedulerTestRequestEvent
extends java.lang.Object
implements RequestEvent

SchedulerTestRequestEvent This Event is used only for testing, it only puts a SchedulerTestResponseEvent on its ResponseQueue in order to test if the process method was invoked.

See Also:
Serialized Form

Constructor Summary
SchedulerTestRequestEvent(EventQueue<Event> responseQueue)
          Constructs the Event.
 
Method Summary
 void process()
          Puts a SchedulerTestResponseEvent on the responseQueue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerTestRequestEvent

public SchedulerTestRequestEvent(EventQueue<Event> responseQueue)
Constructs the Event.

Parameters:
responseQueue - The EventQueue where the SchedulerTestResponseEvent will be put.
Method Detail

process

public void process()
Puts a SchedulerTestResponseEvent on the responseQueue

Specified by:
process in interface ActionEvent
See Also:
ActionEvent.process()