All Packages Class Hierarchy This Package Previous Next Index
Class JavaGroups.Event
java.lang.Object
|
+----JavaGroups.Event
- public class Event
- extends Object
Used for inter-stack and intra-stack communication.
-
BECOME_SERVER
-
-
BLOCK
-
-
BLOCK_OK
-
-
CLEANUP
-
-
CLEANUP_OK
-
-
CONNECT
-
-
CONNECT_OK
-
-
DISCONNECT
-
-
DISCONNECT_OK
-
-
DROP_NEXT_MSG
-
-
FIND_INITIAL_MBRS
-
-
FIND_INITIAL_MBRS_OK
-
-
FLUSH
-
-
FLUSH_OK
-
-
GET_APPLSTATE
-
-
GET_APPLSTATE_OK
-
-
GET_LOCAL_ADDRESS
-
-
GET_MSG_DIGEST
-
-
GET_MSG_DIGEST_OK
-
-
GET_MSGS
-
-
GET_MSGS_OK
-
-
GET_MSGS_RECEIVED
-
-
GET_MSGS_RECEIVED_OK
-
-
GET_STATE
-
-
GET_STATE_OK
-
-
MERGE
-
-
MSG
-
-
REBROADCAST_MSGS
-
-
REBROADCAST_MSGS_OK
-
-
SET_LOCAL_ADDRESS
-
-
STABLE
-
-
START
-
-
START_OK
-
-
START_QUEUEING
-
-
STATE_RECEIVED
-
-
STOP
-
-
STOP_OK
-
-
STOP_QUEUEING
-
-
SUSPECT
-
-
SWITCH_NAK
-
-
SWITCH_NAK_ACK
-
-
SWITCH_OUT_OF_BAND
-
-
TMP_VIEW
-
-
USER_DEFINED
-
-
VIEW_CHANGE
-
-
Event(int)
-
-
Event(int, Object)
-
-
GetArg()
-
-
GetType()
-
-
SetArg(Object)
-
-
SetType(int)
-
-
toString()
-
-
Type2String(int)
-
START
public static final int START
START_OK
public static final int START_OK
STOP
public static final int STOP
STOP_OK
public static final int STOP_OK
MSG
public static final int MSG
CONNECT
public static final int CONNECT
CONNECT_OK
public static final int CONNECT_OK
DISCONNECT
public static final int DISCONNECT
DISCONNECT_OK
public static final int DISCONNECT_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
CLEANUP
public static final int CLEANUP
CLEANUP_OK
public static final int CLEANUP_OK
SUSPECT
public static final int SUSPECT
BLOCK
public static final int BLOCK
BLOCK_OK
public static final int BLOCK_OK
FIND_INITIAL_MBRS
public static final int FIND_INITIAL_MBRS
FIND_INITIAL_MBRS_OK
public static final int FIND_INITIAL_MBRS_OK
MERGE
public static final int MERGE
TMP_VIEW
public static final int TMP_VIEW
BECOME_SERVER
public static final int BECOME_SERVER
GET_APPLSTATE
public static final int GET_APPLSTATE
GET_APPLSTATE_OK
public static final int GET_APPLSTATE_OK
GET_STATE
public static final int GET_STATE
GET_STATE_OK
public static final int GET_STATE_OK
STATE_RECEIVED
public static final int STATE_RECEIVED
START_QUEUEING
public static final int START_QUEUEING
STOP_QUEUEING
public static final int STOP_QUEUEING
SWITCH_NAK
public static final int SWITCH_NAK
SWITCH_NAK_ACK
public static final int SWITCH_NAK_ACK
SWITCH_OUT_OF_BAND
public static final int SWITCH_OUT_OF_BAND
FLUSH
public static final int FLUSH
FLUSH_OK
public static final int FLUSH_OK
DROP_NEXT_MSG
public static final int DROP_NEXT_MSG
STABLE
public static final int STABLE
GET_MSG_DIGEST
public static final int GET_MSG_DIGEST
GET_MSG_DIGEST_OK
public static final int GET_MSG_DIGEST_OK
REBROADCAST_MSGS
public static final int REBROADCAST_MSGS
REBROADCAST_MSGS_OK
public static final int REBROADCAST_MSGS_OK
GET_MSGS_RECEIVED
public static final int GET_MSGS_RECEIVED
GET_MSGS_RECEIVED_OK
public static final int GET_MSGS_RECEIVED_OK
GET_MSGS
public static final int GET_MSGS
GET_MSGS_OK
public static final int GET_MSGS_OK
USER_DEFINED
public static final int USER_DEFINED
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)
Type2String
public static String Type2String(int t)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index