org.ourgrid.mygrid.scheduler.event
Class PeerIsDeadNotifyEvent

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

public class PeerIsDeadNotifyEvent
extends java.lang.Object
implements GridManagerNotifyEvent

See Also:
Serialized Form

Constructor Summary
PeerIsDeadNotifyEvent(GridManager gridManager, PeerSpec spec)
           
 
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

PeerIsDeadNotifyEvent

public PeerIsDeadNotifyEvent(GridManager gridManager,
                             PeerSpec spec)
Method Detail

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent
See Also:
ActionEvent.process()