Fields Summary |
---|
public static final int | EVT_SESSION_CREATEDEvent type used when a session has been created on a node |
public static final int | EVT_SESSION_EXPIREDEvent type used when a session has expired |
public static final int | EVT_SESSION_ACCESSEDEvent type used when a session has been accessed (ie, last access time
has been updated. This is used so that the replicated sessions will not expire
on the network |
public static final int | EVT_GET_ALL_SESSIONSEvent type used when a server comes online for the first time.
The first thing the newly started server wants to do is to grab the
all the sessions from one of the nodes and keep the same state in there |
public static final int | EVT_SESSION_DELTAEvent type used when an attribute has been added to a session,
the attribute will be sent to all the other nodes in the cluster |
public static final int | EVT_ALL_SESSION_DATAWhen a session state is transferred, this is the event. |
public static final int | EVT_ALL_SESSION_TRANSFERCOMPLETEWhen a session state is complete transferred, this is the event. |