public class Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BECOME_SERVER |
static int |
BLOCK |
static int |
CLOSE_BARRIER |
static int |
CONFIG |
static int |
CONNECT |
static int |
CONNECT_WITH_STATE_TRANSFER |
static int |
DISCONNECT |
static int |
EXIT |
static int |
FIND_INITIAL_MBRS |
static int |
GET_APPLSTATE |
static int |
GET_DIGEST |
static Event |
GET_DIGEST_EVT |
static int |
GET_STATE |
static int |
GET_STATE_OK |
static int |
HEARD_FROM |
static int |
INFO |
static int |
MERGE |
static int |
MERGE_DIGEST |
static int |
MSG |
static int |
OPEN_BARRIER |
static int |
PERF |
static int |
PREPARE_VIEW |
static int |
REBROADCAST |
static int |
RESUME |
static int |
RESUME_STABLE |
static int |
SET_DIGEST |
static int |
SET_LOCAL_ADDRESS |
static int |
SHUTDOWN |
static int |
STABLE |
static int |
START_PARTITION |
static int |
STATE_RECEIVED |
static int |
STATE_TRANSFER_INPUTSTREAM |
static int |
STATE_TRANSFER_INPUTSTREAM_CLOSED |
static int |
STATE_TRANSFER_OUTPUTSTREAM |
static int |
STATE_TRANSFER_OUTPUTSTREAM_CLOSED |
static int |
STOP_PARTITION |
static int |
SUSPECT |
static int |
SUSPEND |
static int |
SUSPEND_STABLE |
static int |
TMP_VIEW |
static int |
UNBLOCK |
static int |
UNSUSPECT |
static int |
USER_DEFINED |
static int |
VIEW_CHANGE |
Constructor and Description |
---|
Event(int type) |
Event(int type,
java.lang.Object arg) |
public static final int MSG
public static final int CONNECT
public static final int DISCONNECT
public static final int VIEW_CHANGE
public static final int SET_LOCAL_ADDRESS
public static final int SUSPECT
public static final int BLOCK
public static final int FIND_INITIAL_MBRS
public static final int MERGE
public static final int TMP_VIEW
public static final int BECOME_SERVER
public static final int GET_APPLSTATE
public static final int GET_STATE
public static final int GET_STATE_OK
public static final int STATE_RECEIVED
public static final int STABLE
public static final int GET_DIGEST
public static final int SET_DIGEST
public static final int EXIT
public static final int PERF
public static final int HEARD_FROM
public static final int UNSUSPECT
public static final int MERGE_DIGEST
public static final int CONFIG
public static final int SUSPEND_STABLE
public static final int RESUME_STABLE
public static final int SUSPEND
public static final int RESUME
public static final int STATE_TRANSFER_INPUTSTREAM
public static final int STATE_TRANSFER_OUTPUTSTREAM
public static final int STATE_TRANSFER_INPUTSTREAM_CLOSED
public static final int STATE_TRANSFER_OUTPUTSTREAM_CLOSED
public static final int UNBLOCK
public static final int CLOSE_BARRIER
public static final int OPEN_BARRIER
public static final int REBROADCAST
public static final int SHUTDOWN
public static final int CONNECT_WITH_STATE_TRANSFER
public static final int START_PARTITION
public static final int STOP_PARTITION
public static final int INFO
public static final int PREPARE_VIEW
public static final int USER_DEFINED
public static final Event GET_DIGEST_EVT
public final int getType()
public void setType(int type)
type
- public java.lang.Object getArg()
public void setArg(java.lang.Object arg)
public static java.lang.String type2String(int t)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.