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.
-
FLUSH
-
-
FLUSH_OK
-
-
GET_LOCAL_ADDRESS
-
-
JOIN
-
-
LEAVE
-
-
LEAVE_OK
-
-
MSG
-
-
SET_LOCAL_ADDRESS
-
-
SUSPECT
-
-
VIEW_CHANGE
-
-
Event(int)
-
-
Event(int, Object)
-
-
GetArg()
-
-
GetType()
-
-
SetArg(Object)
-
-
SetType(int)
-
-
toString()
-
MSG
public static final int MSG
JOIN
public static final int JOIN
LEAVE
public static final int LEAVE
LEAVE_OK
public static final int LEAVE_OK
VIEW_CHANGE
public static final int VIEW_CHANGE
GET_LOCAL_ADDRESS
public static final int GET_LOCAL_ADDRESS
SET_LOCAL_ADDRESS
public static final int SET_LOCAL_ADDRESS
FLUSH
public static final int FLUSH
FLUSH_OK
public static final int FLUSH_OK
SUSPECT
public static final int SUSPECT
Event
public Event(int type)
Event
public Event(int type,
Object arg)
GetType
public int GetType()
SetType
public void SetType(int type)
GetArg
public Object GetArg()
SetArg
public void SetArg(Object arg)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index