org.ourgrid.mygrid.scheduler.event
Class GumIsDeadNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.event.GumIsDeadNotifyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, NotifyEvent, GridManagerNotifyEvent

public class GumIsDeadNotifyEvent
extends java.lang.Object
implements GridManagerNotifyEvent

Event used to notify the EBGridManager that a GridMachine is dead.

See Also:
Serialized Form

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

GumIsDeadNotifyEvent

public GumIsDeadNotifyEvent(GridManager ebGridManager,
                            long requestId,
                            GumID gumID)
The constructor.

Parameters:
ebGridManager - The EBGridManager
requestId - The request id which the GridMachine is related
gumID - The GridMachine that died
Method Detail

process

public void process()
Notifies the EBGridManager that a GridMachine died.

Specified by:
process in interface ActionEvent