jgroup.relacs.events
Class DaemonFailureEvent

java.lang.Object
  extended by jgroup.relacs.events.Event
      extended by jgroup.relacs.events.DaemonFailureEvent
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, EventTags

public final class DaemonFailureEvent
extends Event

The DaemonFailureEvent class represents a local message exchanged between the dispatcher and the dispatcher listener. It is used to notify the member that the daemon has crashed.

Since:
Jgroup 1.2
Author:
Hein Meling
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jgroup.relacs.events.Event
gid, tag
 
Fields inherited from interface jgroup.relacs.events.EventTags
DAEMON_FAILURE_EVENT, DELIVERY_ACK, DELIVERY_EVENT, INSTALL_ACK, INSTALL_EVENT, JOIN_REQUEST, LEAVE_REQUEST, MEMBER_LEFT_EVENT, MULTICAST_REQUEST, PREPARE_ACK, PREPARE_EVENT
 
Constructor Summary
DaemonFailureEvent()
          Creates a DaemonFailureEvent object; also used as the default constructor for externalization.
 
Method Summary
 
Methods inherited from class jgroup.relacs.events.Event
getGid, getTag, readExternal, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaemonFailureEvent

public DaemonFailureEvent()
Creates a DaemonFailureEvent object; also used as the default constructor for externalization.



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.