org.ourgrid.peer.manager.gummanager.events
Class GumRemoteExecuteEvent

java.lang.Object
  extended by org.ourgrid.peer.manager.gummanager.events.GumRemoteExecuteEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent

public class GumRemoteExecuteEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

Constructor Summary
GumRemoteExecuteEvent(EBGum gum, EventQueue responseQueue, java.lang.String remoteDir, java.lang.String command, java.util.Map environmentVars)
           
 
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

GumRemoteExecuteEvent

public GumRemoteExecuteEvent(EBGum gum,
                             EventQueue responseQueue,
                             java.lang.String remoteDir,
                             java.lang.String command,
                             java.util.Map environmentVars)
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