jgroup.relacs.events
Class PrepareEvent

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

public final class PrepareEvent
extends Event

The PrepareEvent class represents a local message exchanged between members and the daemon; it is used by a daemon to notify members that a new view is about to be installed.

Since:
Jgroup 1.2
Author:
Alberto Montresor, 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
PrepareEvent()
          Default constructor for externalization.
PrepareEvent(int gid)
          Creates a new PrepareEvent.
 
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

PrepareEvent

public PrepareEvent()
Default constructor for externalization.


PrepareEvent

public PrepareEvent(int gid)
Creates a new PrepareEvent.



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