TET
Class SyncState

java.lang.Object
  extended by TET.SyncState

public class SyncState
extends java.lang.Object

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TET_SS_NOTSYNCED

public static final int TET_SS_NOTSYNCED
Value for tsy_state, indicating that the synchronization request was not received.

See Also:
Constant Field Values

TET_SS_SYNCYES

public static final int TET_SS_SYNCYES
Value for tsy_state, indicating that the system voted YES.

See Also:
Constant Field Values

TET_SS_SYNCNO

public static final int TET_SS_SYNCNO
Value for tsy_state, indicating that the system voted NO.

See Also:
Constant Field Values

TET_SS_TIMEDOUT

public static final int TET_SS_TIMEDOUT
Value for tsy_state, indicating that the system timed out.

See Also:
Constant Field Values

TET_SS_DEAD

public static final int TET_SS_DEAD
Value for tsy_state, indicating that the process exited.

See Also:
Constant Field Values

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.