Class StateType
- java.lang.Object
-
- com.arjuna.ats.arjuna.objectstore.StateType
-
public class StateType extends java.lang.ObjectThe type of the state in the ObjectStore.- Since:
- JTS 1.0.
- Version:
- $Id: ObjectStore.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intOS_INVISIBLEstatic intOS_ORIGINALstatic intOS_SHADOWStateType.static intOS_SHAREDstatic intOS_UNSHARED
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintStateType(java.io.PrintWriter strm, int res)static java.lang.StringstateTypeString(int res)
-
-
-
Field Detail
-
OS_SHADOW
public static final int OS_SHADOW
StateType.- See Also:
- Constant Field Values
-
OS_ORIGINAL
public static final int OS_ORIGINAL
- See Also:
- Constant Field Values
-
OS_INVISIBLE
public static final int OS_INVISIBLE
- See Also:
- Constant Field Values
-
OS_SHARED
public static final int OS_SHARED
- See Also:
- Constant Field Values
-
OS_UNSHARED
public static final int OS_UNSHARED
- See Also:
- Constant Field Values
-
-