Codota Logo
com.arjuna.ats.internal.jta.tools.osb.mbean.jta
Code IndexAdd Codota to your IDE (free)

How to use com.arjuna.ats.internal.jta.tools.osb.mbean.jta

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
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.narayana.jts/narayana-jts-idlj

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

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

  @Override
  protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType) {
    if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean(this, rec, listType);
    else if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.CommitMarkableResourceRecordBean(this, rec, listType);
    else
      return super.createParticipant(rec, listType);
  }
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

  @Override
  public String remove() throws MBeanException {
    if (forget())
      return super.remove();

    return "Operation in progress";
  }
}
origin: jbosstm/narayana

  @Override
  protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType) {
    if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean(this, rec, listType);
    else if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.CommitMarkableResourceRecordBean(this, rec, listType);
    else
      return super.createParticipant(rec, listType);
  }
}
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: jbosstm/narayana

public CommitMarkableResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  // xares = new JTAXAResourceRecordWrapper(rec.order());
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

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

  @Override
  protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType) {
    if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean(this, rec, listType);
    else if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.CommitMarkableResourceRecordBean(this, rec, listType);
    else
      return super.createParticipant(rec, listType);
  }
}
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 CommitMarkableResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  // xares = new JTAXAResourceRecordWrapper(rec.order());
}
origin: jbosstm/narayana

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

  @Override
  protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType) {
    if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean(this, rec, listType);
    else if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.CommitMarkableResourceRecordBean(this, rec, listType);
    else
      return super.createParticipant(rec, listType);
  }
}
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.narayana.jta/jta

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

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

  @Override
  protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType) {
    if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.XAResourceRecordBean(this, rec, listType);
    else if (rec instanceof com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord)
      return new com.arjuna.ats.internal.jta.tools.osb.mbean.jta.CommitMarkableResourceRecordBean(this, rec, listType);
    else
      return super.createParticipant(rec, listType);
  }
}
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 CommitMarkableResourceRecordBean(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) {
  super(parent, rec, listType);
  init();
  // xares = new JTAXAResourceRecordWrapper(rec.order());
}
com.arjuna.ats.internal.jta.tools.osb.mbean.jta

Most used classes

  • XAResourceRecordBean
  • CommitMarkableResourceRecordBean
  • XAResourceRecordBean$JTAXAResourceRecordWrapper
    Extension of an XAResource record for exposing the underlying XAResource which is protected
  • JTAActionBean
  • XAResourceRecordBeanMBean
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