Home Corporate Contacts

TETware Java Documentation


All Packages Class Hierarchy This Package Previous Next Index

Class TET.SyncState

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

 o TET_SS_DEAD
Value for tsy_state, indicating that the process exited.
 o TET_SS_NOTSYNCED
Value for tsy_state, indicating that the synchronization request was not received.
 o TET_SS_SYNCNO
Value for tsy_state, indicating that the system voted NO.
 o TET_SS_SYNCYES
Value for tsy_state, indicating that the system voted YES.
 o TET_SS_TIMEDOUT
Value for tsy_state, indicating that the system timed out.
 o tsy_state
State of synchronization.
 o tsy_sysid
System ID.

Variables

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

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

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

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

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

 o tsy_sysid
 public int tsy_sysid
System ID.

 o tsy_state
 public int tsy_state
State of synchronization. Consists of a bit mask of TET_SS_.. values.


All Packages Class Hierarchy This Package Previous Next Index

Home Contacts Legal Copyright Corporate News

Copyright © The Open Group 1995-2012, All Rights Reserved