Class ActionType
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.ActionType
-
public class ActionType extends java.lang.ObjectThe two types of transactions, nested, and top-level.- Since:
- 1.0.
- Version:
- $Id: ActionType.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Constructor Summary
Constructors Constructor Description ActionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(java.io.PrintWriter strm, int res)Print a human-readable version of the type.static java.lang.StringstringForm(int type)
-
-
-
Field Detail
-
TOP_LEVEL
public static final int TOP_LEVEL
- See Also:
- Constant Field Values
-
NESTED
public static final int NESTED
- See Also:
- Constant Field Values
-
-