All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Event

java.lang.Object
   |
   +----JavaGroups.JavaStack.Event

public class Event
extends Object
implements Serializable
Used for inter-stack and intra-stack communication.


Variable Index

 o FLUSH
 o FLUSH_OK
 o GET_LOCAL_ADDRESS
 o JOIN
 o LEAVE
 o LEAVE_OK
 o MSG
 o SET_LOCAL_ADDRESS
 o SUSPECT
 o VIEW_CHANGE

Constructor Index

 o Event(int)
 o Event(int, Object)

Method Index

 o GetArg()
 o GetType()
 o SetArg(Object)
 o SetType(int)
 o toString()

Variables

 o MSG
 public static final int MSG
 o JOIN
 public static final int JOIN
 o LEAVE
 public static final int LEAVE
 o LEAVE_OK
 public static final int LEAVE_OK
 o VIEW_CHANGE
 public static final int VIEW_CHANGE
 o GET_LOCAL_ADDRESS
 public static final int GET_LOCAL_ADDRESS
 o SET_LOCAL_ADDRESS
 public static final int SET_LOCAL_ADDRESS
 o FLUSH
 public static final int FLUSH
 o FLUSH_OK
 public static final int FLUSH_OK
 o SUSPECT
 public static final int SUSPECT

Constructors

 o Event
 public Event(int type)
 o Event
 public Event(int type,
              Object arg)

Methods

 o GetType
 public int GetType()
 o SetType
 public void SetType(int type)
 o GetArg
 public Object GetArg()
 o SetArg
 public void SetArg(Object arg)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index