Package com.arjuna.mwlabs.wscf.model.as.coordinator.jta

Examples of com.arjuna.mwlabs.wscf.model.as.coordinator.jta.CoordinatorIdImple


  this(tid, null);
    }
   
    public XAForget (Xid tid, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
    }
View Full Code Here


  this(tid, flags, null);
    }
   
    public XAStart (Xid tid, int flags, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
  _flags = flags;
    }
View Full Code Here

  this(tid, null);
    }
   
    public XARollback (Xid tid, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
    }
View Full Code Here

  this(tid, flags, null);
    }
   
    public XAEnd (Xid tid, int flags, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
  _flags = flags;
    }
View Full Code Here

  this(tid, onePhase, null);
    }
   
    public XACommit (Xid tid, boolean onePhase, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
  _onePhase = onePhase;
    }
View Full Code Here

  this(tid, null);
    }
   
    public XAPrepare (Xid tid, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
    }
View Full Code Here

  this(tid, null);
    }
   
    public XAForget (Xid tid, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
    }
View Full Code Here

  this(tid, flags, null);
    }
   
    public XAStart (Xid tid, int flags, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
  _flags = flags;
    }
View Full Code Here

  this(tid, null);
    }
   
    public XARollback (Xid tid, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
    }
View Full Code Here

  this(tid, flags, null);
    }
   
    public XAEnd (Xid tid, int flags, Qualifier[] quals)
    {
  _tid = new CoordinatorIdImple(tid);
  _flags = flags;
    }
View Full Code Here

TOP

Related Classes of com.arjuna.mwlabs.wscf.model.as.coordinator.jta.CoordinatorIdImple

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.