|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TET.SyncState
The SyncState class gives the status of one system participating in a synchronization event.
Field Summary | |
static int |
TET_SS_DEAD
Value for tsy_state , indicating that the process
exited. |
static int |
TET_SS_NOTSYNCED
Value for tsy_state , indicating that the
synchronization request was not received. |
static int |
TET_SS_SYNCNO
Value for tsy_state , indicating that the system voted
NO. |
static int |
TET_SS_SYNCYES
Value for tsy_state , indicating that the system voted
YES. |
static int |
TET_SS_TIMEDOUT
Value for tsy_state , indicating that the system timed
out. |
int |
tsy_state
State of synchronization. |
int |
tsy_sysid
System ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TET_SS_NOTSYNCED
tsy_state
, indicating that the
synchronization request was not received.public static final int TET_SS_SYNCYES
tsy_state
, indicating that the system voted
YES.public static final int TET_SS_SYNCNO
tsy_state
, indicating that the system voted
NO.public static final int TET_SS_TIMEDOUT
tsy_state
, indicating that the system timed
out.public static final int TET_SS_DEAD
tsy_state
, indicating that the process
exited.public int tsy_sysid
public int tsy_state
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |