Package com.arjuna.ats.internal.jta.transaction.jts

Examples of com.arjuna.ats.internal.jta.transaction.jts.AtomicTransaction


   *
   * @param wrapper
   *            the wrapped OTS control
   */
  public JtsTransactionImple(ControlWrapper wrapper) {
    super(new AtomicTransaction(wrapper));
  }
View Full Code Here


   *
   * @param wrapper
   *            the wrapped OTS control
   */
  public JtsTransactionImple(ControlWrapper wrapper) {
    super(new AtomicTransaction(wrapper));
        putTransaction(this);
  }
View Full Code Here

   *
   * @param wrapper
   *            the wrapped OTS control
   */
  public JtsTransactionImple(ControlWrapper wrapper) {
    super(new AtomicTransaction(wrapper));
  }
View Full Code Here

   *
   * @param wrapper
   *            the wrapped OTS control
   */
  public JtsTransactionImple(ControlWrapper wrapper) {
    super(new AtomicTransaction(wrapper));
  }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.internal.jta.transaction.jts.AtomicTransaction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.