org.ourgrid.common.event
Class ShutdownResponseEvent

java.lang.Object
  extended by org.ourgrid.common.event.ShutdownResponseEvent
All Implemented Interfaces:
java.io.Serializable, Event, ResponseEvent

public class ShutdownResponseEvent
extends java.lang.Object
implements ResponseEvent

A ResponseEvent that can block waiting for its response, that corresponds to a shutdown.

See Also:
Serialized Form

Constructor Summary
ShutdownResponseEvent()
           
 
Method Summary
 java.lang.Object getResponse()
          Gets the response of this Event when its ready.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownResponseEvent

public ShutdownResponseEvent()
Method Detail

getResponse

public java.lang.Object getResponse()
Gets the response of this Event when its ready.

Specified by:
getResponse in interface ResponseEvent
Returns:
an Object returned when a shutdown has terminated.