|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.GumIsDeadNotifyEvent
public class GumIsDeadNotifyEvent
Event used to notify the EBGridManager
that a
GridMachine
is dead.
Constructor Summary | |
---|---|
GumIsDeadNotifyEvent(GridManager ebGridManager,
long requestId,
GumID gumID)
The constructor. |
Method Summary | |
---|---|
void |
process()
Notifies the EBGridManager that a GridMachine
died. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GumIsDeadNotifyEvent(GridManager ebGridManager, long requestId, GumID gumID)
ebGridManager
- The EBGridManagerrequestId
- The request id which the GridMachine
is
relatedgumID
- The GridMachine
that diedMethod Detail |
---|
public void process()
EBGridManager
that a GridMachine
died.
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |