|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.SchedulerTestRequestEvent
public class SchedulerTestRequestEvent
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.
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 |
---|
public SchedulerTestRequestEvent(EventQueue<Event> responseQueue)
responseQueue
- The EventQueue where the SchedulerTestResponseEvent
will be put.Method Detail |
---|
public void process()
process
in interface ActionEvent
ActionEvent.process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |