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

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

public class GumRemoteExecuteResponseEvent
extends java.lang.Object
implements ResponseEvent

This Event is a response to the JICGuMRemoteExecuteEvent.

See Also:
Serialized Form

Constructor Summary
GumRemoteExecuteResponseEvent(ExecutorHandle executorHandle)
          The default constructor for this event.
 
Method Summary
 java.lang.Object getResponse()
          Gets the response of an Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GumRemoteExecuteResponseEvent

public GumRemoteExecuteResponseEvent(ExecutorHandle executorHandle)
The default constructor for this event.

Parameters:
executorHandle - The task handle
Method Detail

getResponse

public java.lang.Object getResponse()
Description copied from interface: ResponseEvent
Gets the response of an Event.

Specified by:
getResponse in interface ResponseEvent
Returns:
an Object that corresponds to the response of an Event.
See Also:
ResponseEvent.getResponse()