com.arjuna.ats.arjuna.objectstore
Class StateType

java.lang.Object
  extended by com.arjuna.ats.arjuna.objectstore.StateType

public class StateType
extends Object

The 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
static int OS_INVISIBLE
           
static int OS_ORIGINAL
           
static int OS_SHADOW
          StateType.
static int OS_SHARED
           
static int OS_UNSHARED
           
 
Method Summary
static void printStateType(PrintWriter strm, int res)
           
static String stateTypeString(int res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

printStateType

public static void printStateType(PrintWriter strm,
                                  int res)

stateTypeString

public static String stateTypeString(int res)


Copyright © 2011. All Rights Reserved.