java.lang.Object
|
+----TET.SyncState
- public class SyncState
- extends Object
The SyncState class gives the status of one system participating in a
synchronization event.
Variable Index
-
TET_SS_DEAD
- Value for
tsy_state
, indicating that the process
exited.
-
TET_SS_NOTSYNCED
- Value for
tsy_state
, indicating that the
synchronization request was not received.
-
TET_SS_SYNCNO
- Value for
tsy_state
, indicating that the system voted
NO.
-
TET_SS_SYNCYES
- Value for
tsy_state
, indicating that the system voted
YES.
-
TET_SS_TIMEDOUT
- Value for
tsy_state
, indicating that the system timed
out.
-
tsy_state
- State of synchronization.
-
tsy_sysid
- System ID.
Variables
TET_SS_NOTSYNCED
public static final int TET_SS_NOTSYNCED
- Value for
tsy_state
, indicating that the
synchronization request was not received.
TET_SS_SYNCYES
public static final int TET_SS_SYNCYES
- Value for
tsy_state
, indicating that the system voted
YES.
TET_SS_SYNCNO
public static final int TET_SS_SYNCNO
- Value for
tsy_state
, indicating that the system voted
NO.
TET_SS_TIMEDOUT
public static final int TET_SS_TIMEDOUT
- Value for
tsy_state
, indicating that the system timed
out.
TET_SS_DEAD
public static final int TET_SS_DEAD
- Value for
tsy_state
, indicating that the process
exited.
tsy_sysid
public int tsy_sysid
- System ID.
tsy_state
public int tsy_state
- State of synchronization. Consists of a bit mask of TET_SS_..
values.