com.arjuna.ats.arjuna
Class ObjectType

java.lang.Object
  extended bycom.arjuna.ats.arjuna.ObjectType

public class ObjectType
extends java.lang.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
static int ANDPERSISTENT
           
static int NEITHER
           
static int RECOVERABLE
           
static int UNKNOWN_TYPE
           
 
Constructor Summary
ObjectType()
           
 
Method Summary
static void print(java.io.PrintWriter strm, int ot)
          Print a human-readable form of the object type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ObjectType

public ObjectType()
Method Detail

print

public static void print(java.io.PrintWriter strm,
                         int ot)
Print a human-readable form of the object type.