|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.event.ShutdownRequestEvent
public class ShutdownRequestEvent
An Event
that represents the request for a shutdown.
Constructor Summary | |
---|---|
ShutdownRequestEvent(EventQueue<ShutdownResponseEvent> responseQueue,
EBSyncShutdownable ebSyncShutdownable)
Constructor. |
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 |
---|
public ShutdownRequestEvent(EventQueue<ShutdownResponseEvent> responseQueue, EBSyncShutdownable ebSyncShutdownable)
responseQueue
- The response queue where the process result will be
putebSyncShutdownable
- The EBSyncShutdownable
object to
be shutdownMethod Detail |
---|
public void process()
ActionEvent
Event
.
process
in interface ActionEvent
ActionEvent.process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |