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 (mark@arjuna.com)
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(PrintWriter strm,
int os)
toString
public static String toString(int os)
Copyright © 2012. All Rights Reserved.