Package com.arjuna.ats.arjuna
Class ObjectStatus
- java.lang.Object
-
- com.arjuna.ats.arjuna.ObjectStatus
-
public class ObjectStatus extends Object
A transactional object may go through a number of different states once it has been created.- Since:
- JTS 1.0.
- Version:
- $Id: ObjectStatus.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little ([email protected])
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVE
static int
ACTIVE_NEW
static int
DESTROYED
static int
PASSIVE
static int
PASSIVE_NEW
static int
UNKNOWN_STATUS
-
Constructor Summary
Constructors Constructor Description ObjectStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
print(PrintWriter strm, int os)
static String
toString(int os)
-
-
-
Field Detail
-
PASSIVE
public static final int PASSIVE
- See Also:
- Constant Field Values
-
PASSIVE_NEW
public static final int PASSIVE_NEW
- See Also:
- Constant Field Values
-
ACTIVE
public static final int ACTIVE
- See Also:
- Constant Field Values
-
ACTIVE_NEW
public static final int ACTIVE_NEW
- See Also:
- Constant Field Values
-
DESTROYED
public static final int DESTROYED
- See Also:
- Constant Field Values
-
UNKNOWN_STATUS
public static final int UNKNOWN_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
print
public static void print(PrintWriter strm, int os)
-
toString
public static String toString(int os)
-
-