Package com.arjuna.ats.arjuna
Class ObjectType
- java.lang.Object
-
- com.arjuna.ats.arjuna.ObjectType
-
public class ObjectType extends Object
The various types of StateManager object which can exist.- Since:
- JTS 1.0.
- Version:
- $Id: ObjectType.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intANDPERSISTENTstatic intNEITHERstatic intRECOVERABLEstatic intUNKNOWN_TYPE
-
Constructor Summary
Constructors Constructor Description ObjectType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(PrintWriter strm, int ot)Print a human-readable form of the object type.static StringtoString(int ot)
-
-
-
Field Detail
-
RECOVERABLE
public static final int RECOVERABLE
- See Also:
- Constant Field Values
-
ANDPERSISTENT
public static final int ANDPERSISTENT
- See Also:
- Constant Field Values
-
NEITHER
public static final int NEITHER
- See Also:
- Constant Field Values
-
UNKNOWN_TYPE
public static final int UNKNOWN_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
print
public static void print(PrintWriter strm, int ot)
Print a human-readable form of the object type.
-
toString
public static String toString(int ot)
-
-