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.


Variable Index

 o BECOME_SERVER
 o BLOCK
 o BLOCK_OK
 o CLEANUP
 o CLEANUP_OK
 o CONNECT
 o CONNECT_OK
 o DISCONNECT
 o DISCONNECT_OK
 o DROP_NEXT_MSG
 o FIND_INITIAL_MBRS
 o FIND_INITIAL_MBRS_OK
 o FLUSH
 o FLUSH_OK
 o GET_APPLSTATE
 o GET_APPLSTATE_OK
 o GET_LOCAL_ADDRESS
 o GET_MSG_DIGEST
 o GET_MSG_DIGEST_OK
 o GET_MSGS
 o GET_MSGS_OK
 o GET_MSGS_RECEIVED
 o GET_MSGS_RECEIVED_OK
 o GET_STATE
 o GET_STATE_OK
 o MERGE
 o MSG
 o REBROADCAST_MSGS
 o REBROADCAST_MSGS_OK
 o SET_LOCAL_ADDRESS
 o STABLE
 o START
 o START_OK
 o START_QUEUEING
 o STATE_RECEIVED
 o STOP
 o STOP_OK
 o STOP_QUEUEING
 o SUSPECT
 o SWITCH_NAK
 o SWITCH_NAK_ACK
 o SWITCH_OUT_OF_BAND
 o TMP_VIEW
 o USER_DEFINED
 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()
 o Type2String(int)

Variables

 o START
 public static final int START
 o START_OK
 public static final int START_OK
 o STOP
 public static final int STOP
 o STOP_OK
 public static final int STOP_OK
 o MSG
 public static final int MSG
 o CONNECT
 public static final int CONNECT
 o CONNECT_OK
 public static final int CONNECT_OK
 o DISCONNECT
 public static final int DISCONNECT
 o DISCONNECT_OK
 public static final int DISCONNECT_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 CLEANUP
 public static final int CLEANUP
 o CLEANUP_OK
 public static final int CLEANUP_OK
 o SUSPECT
 public static final int SUSPECT
 o BLOCK
 public static final int BLOCK
 o BLOCK_OK
 public static final int BLOCK_OK
 o FIND_INITIAL_MBRS
 public static final int FIND_INITIAL_MBRS
 o FIND_INITIAL_MBRS_OK
 public static final int FIND_INITIAL_MBRS_OK
 o MERGE
 public static final int MERGE
 o TMP_VIEW
 public static final int TMP_VIEW
 o BECOME_SERVER
 public static final int BECOME_SERVER
 o GET_APPLSTATE
 public static final int GET_APPLSTATE
 o GET_APPLSTATE_OK
 public static final int GET_APPLSTATE_OK
 o GET_STATE
 public static final int GET_STATE
 o GET_STATE_OK
 public static final int GET_STATE_OK
 o STATE_RECEIVED
 public static final int STATE_RECEIVED
 o START_QUEUEING
 public static final int START_QUEUEING
 o STOP_QUEUEING
 public static final int STOP_QUEUEING
 o SWITCH_NAK
 public static final int SWITCH_NAK
 o SWITCH_NAK_ACK
 public static final int SWITCH_NAK_ACK
 o SWITCH_OUT_OF_BAND
 public static final int SWITCH_OUT_OF_BAND
 o FLUSH
 public static final int FLUSH
 o FLUSH_OK
 public static final int FLUSH_OK
 o DROP_NEXT_MSG
 public static final int DROP_NEXT_MSG
 o STABLE
 public static final int STABLE
 o GET_MSG_DIGEST
 public static final int GET_MSG_DIGEST
 o GET_MSG_DIGEST_OK
 public static final int GET_MSG_DIGEST_OK
 o REBROADCAST_MSGS
 public static final int REBROADCAST_MSGS
 o REBROADCAST_MSGS_OK
 public static final int REBROADCAST_MSGS_OK
 o GET_MSGS_RECEIVED
 public static final int GET_MSGS_RECEIVED
 o GET_MSGS_RECEIVED_OK
 public static final int GET_MSGS_RECEIVED_OK
 o GET_MSGS
 public static final int GET_MSGS
 o GET_MSGS_OK
 public static final int GET_MSGS_OK
 o USER_DEFINED
 public static final int USER_DEFINED

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 Type2String
 public static String Type2String(int t)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index