com.arjuna.ats.arjuna
Class ObjectStatus
java.lang.Object
com.arjuna.ats.arjuna.ObjectStatus
- public class ObjectStatus
- extends java.lang.Object
A transactional object may go through a number of different states
once it has been created.
- Since:
- JTS 1.0.
- Version:
- $Id: ObjectStatus.html,v 1.1 2008/01/04 06:52:39 afitzsim Exp $
- Author:
- Mark Little (mark@arjuna.com)
Method Summary |
static void |
print(java.io.PrintWriter strm,
int os)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ObjectStatus
public ObjectStatus()
print
public static void print(java.io.PrintWriter strm,
int os)