Class TopLevelAction

  • All Implemented Interfaces:
    Reapable

    public class TopLevelAction
    extends AtomicAction
    This class provides a (nested) top-level transaction. So, no matter how deeply nested a thread may be within a transaction hierarchy, creating an instance of this class will always start a new top-level transaction. Derived from AtomicAction so we can get the action-to-thread tracking.
    Since:
    JTS 1.0.
    Version:
    $Id: TopLevelAction.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Detail

      • TopLevelAction

        public TopLevelAction()