Codota Logo
XAResourceRecordBean$JTAXAResourceRecordWrapper
Code IndexAdd Codota to your IDE (free)

How to use
XAResourceRecordBean$JTAXAResourceRecordWrapper
in
com.arjuna.ats.internal.jta.tools.osb.mbean.jta

Best Java code snippets using com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean$JTAXAResourceRecordWrapper (Showing top 19 results out of 315)

  • Common ways to obtain XAResourceRecordBean$JTAXAResourceRecordWrapper
private void myMethod () {
XAResourceRecordBean$JTAXAResourceRecordWrapper x =
  • Codota IconUidWrapper uidWrapper;new JTAXAResourceRecordWrapper(uidWrapper.getUid())
  • Codota IconXAResourceRecordBean rec;new JTAXAResourceRecordWrapper(rec)
  • Smart code suggestions by Codota
}
origin: jbosstm/narayana

public XAResourceRecordBean(UidWrapper w) {
  super(w.getUid());
  init();
  xares = new JTAXAResourceRecordWrapper(w.getUid());
  xidImple = new XidImple(new XID());
  heuristic = -1;
}
origin: org.jboss.narayana.jta/jta

public JTAXAResourceRecordWrapper(Uid uid) {
  super(uid);
  xidImple = new XidImple(getXid());
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

@Override
public boolean forget() {
  return xares.forgetHeuristic();
}
origin: jbosstm/narayana

public XAResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  xares = new JTAXAResourceRecordWrapper(rec);
  xidImple = xares.xidImple;
  heuristic = xares.heuristic;
}
origin: org.jboss.jbossts.jta/narayana-jta

public XAResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  xares = new JTAXAResourceRecordWrapper(rec.order());
  xidImple = xares.xidImple;
  heuristic = xares.heuristic;
}
origin: org.jboss.jbossts.jta/narayana-jta

public XAResourceRecordBean(UidWrapper w) {
  super(w.getUid());
  init();
  xares = new JTAXAResourceRecordWrapper(w.getUid());
  xidImple = new XidImple(new XID());
  heuristic = -1;
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

public XAResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  xares = new JTAXAResourceRecordWrapper(rec);
  xidImple = xares.xidImple;
  heuristic = xares.heuristic;
}
origin: jbosstm/narayana

public XAResourceRecordBean(UidWrapper w) {
  super(w.getUid());
  init();
  xares = new JTAXAResourceRecordWrapper(w.getUid());
  xidImple = new XidImple(new XID());
  heuristic = -1;
}
origin: jbosstm/narayana

public JTAXAResourceRecordWrapper(Uid uid) {
  super(uid);
  xidImple = new XidImple(getXid());
}
origin: jbosstm/narayana

public JTAXAResourceRecordWrapper(Uid uid) {
  super(uid);
  xidImple = new XidImple(getXid());
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

public XAResourceRecordBean(UidWrapper w) {
  super(w.getUid());
  init();
  xares = new JTAXAResourceRecordWrapper(w.getUid());
  xidImple = new XidImple(new XID());
  heuristic = -1;
}
origin: jbosstm/narayana

@Override
public boolean forget() {
  return xares.forgetHeuristic();
}
origin: org.jboss.narayana.jta/jta

public XAResourceRecordBean(UidWrapper w) {
  super(w.getUid());
  init();
  xares = new JTAXAResourceRecordWrapper(w.getUid());
  xidImple = new XidImple(new XID());
  heuristic = -1;
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

public JTAXAResourceRecordWrapper(Uid uid) {
  super(uid);
  xidImple = new XidImple(getXid());
}
origin: org.jboss.narayana.jta/jta

public XAResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  xares = new JTAXAResourceRecordWrapper(rec);
  xidImple = xares.xidImple;
  heuristic = xares.heuristic;
}
origin: org.jboss.jbossts.jta/narayana-jta

public JTAXAResourceRecordWrapper(Uid uid) {
  super(uid);
  xidImple = new XidImple(getXid());
}
origin: jbosstm/narayana

public XAResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  xares = new JTAXAResourceRecordWrapper(rec);
  xidImple = xares.xidImple;
  heuristic = xares.heuristic;
}
origin: jbosstm/narayana

@Override
public boolean forget() {
  return xares.forgetHeuristic();
}
origin: org.jboss.narayana.jta/jta

@Override
public boolean forget() {
  return xares.forgetHeuristic();
}
com.arjuna.ats.internal.jta.tools.osb.mbean.jtaXAResourceRecordBean$JTAXAResourceRecordWrapper

Javadoc

Extension of an XAResource record for exposing the underlying XAResource which is protected

Most used methods

  • <init>
  • getXid
  • forgetHeuristic

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • FileOutputStream (java.io)
    A file output stream is an output stream for writing data to aFile or to a FileDescriptor. Whether
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now