org.ourgrid.mygrid.scheduler
Class GetGumSpecsRequestEvent

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

public class GetGumSpecsRequestEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

Constructor Summary
GetGumSpecsRequestEvent(GridManager gridManager, EventQueue<ResponseEvent<java.util.Collection<GumSpec>>> eq)
           
 
Method Summary
 void process()
          Gets a list of specifications of the gums currently owned by the EBGridManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetGumSpecsRequestEvent

public GetGumSpecsRequestEvent(GridManager gridManager,
                               EventQueue<ResponseEvent<java.util.Collection<GumSpec>>> eq)
Method Detail

process

public void process()
Gets a list of specifications of the gums currently owned by the EBGridManager. The list is cloned before being put on the response queue

Specified by:
process in interface ActionEvent