Class ActionType


  • public class ActionType
    extends java.lang.Object
    The 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)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NESTED  
      static int TOP_LEVEL  
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintWriter strm, int res)
      Print a human-readable version of the type.
      static java.lang.String stringForm​(int type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionType

        public ActionType()
    • Method Detail

      • stringForm

        public static java.lang.String stringForm​(int type)
      • print

        public static void print​(java.io.PrintWriter strm,
                                 int res)
        Print a human-readable version of the type.