congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
CommitMarkableResourceRecordBean
Code IndexAdd Tabnine to your IDE (free)

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

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

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 String remove() throws MBeanException {
    if (forget())
      return super.remove();

    return "Operation in progress";
  }
}
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

private void init() {
  jndiName = getUid().stringForm();
  className = "unavailable";
  eisProductName = "unavailable";
  eisProductVersion = "unavailable";
  timeout = 0;
  heuristic = -1;
  xidImple = new XidImple(new XID());
}
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: jbosstm/narayana

private void init() {
  jndiName = getUid().stringForm();
  className = "unavailable";
  eisProductName = "unavailable";
  eisProductVersion = "unavailable";
  timeout = 0;
  heuristic = -1;
  xidImple = new XidImple(new XID());
}
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
  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

private void init() {
  jndiName = getUid().stringForm();
  className = "unavailable";
  eisProductName = "unavailable";
  eisProductVersion = "unavailable";
  timeout = 0;
  heuristic = -1;
  xidImple = new XidImple(new XID());
}
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

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
  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

private void init() {
  jndiName = getUid().stringForm();
  className = "unavailable";
  eisProductName = "unavailable";
  eisProductVersion = "unavailable";
  timeout = 0;
  heuristic = -1;
  xidImple = new XidImple(new XID());
}
origin: jbosstm/narayana

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

    return "Operation in progress";
  }
}
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: 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: jbosstm/narayana

private void init() {
  jndiName = getUid().stringForm();
  className = "unavailable";
  eisProductName = "unavailable";
  eisProductVersion = "unavailable";
  timeout = 0;
  heuristic = -1;
  xidImple = new XidImple(new XID());
}
origin: jbosstm/narayana

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

    return "Operation in progress";
  }
}
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());
}
origin: jbosstm/narayana

@Test
public void testCommitMarkableResourceRecordBean() throws Exception {
  com.arjuna.common.tests.simple.EnvironmentBeanTest.testBeanByReflection(new CommitMarkableResourceRecordBean(new UidWrapper(Uid.nullUid())));
}
com.arjuna.ats.internal.jta.tools.osb.mbean.jtaCommitMarkableResourceRecordBean

Most used methods

  • <init>
  • getUid
  • init
  • forget

Popular in Java

  • Parsing JSON documents to java classes using gson
  • findViewById (Activity)
  • getSharedPreferences (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now