Tabnine Logo
CommitMarkableResourceRecordRecoveryModule.notifyOfCompletedBranch
Code IndexAdd Tabnine to your IDE (free)

How to use
notifyOfCompletedBranch
method
in
com.arjuna.ats.internal.jta.recovery.arjunacore.CommitMarkableResourceRecordRecoveryModule

Best Java code snippets using com.arjuna.ats.internal.jta.recovery.arjunacore.CommitMarkableResourceRecordRecoveryModule.notifyOfCompletedBranch (Showing top 5 results out of 315)

origin: jbosstm/narayana

  @Override
  public void afterCompletion(int status) {
    if (!onePhase && status == Status.STATUS_COMMITTED) {
      commitMarkableResourceRecoveryModule
          .notifyOfCompletedBranch(
              commitMarkableJndiName, xid);
    }
  }
});
origin: jbosstm/narayana

  @Override
  public void afterCompletion(int status) {
    if (!onePhase && status == Status.STATUS_COMMITTED) {
      commitMarkableResourceRecoveryModule
          .notifyOfCompletedBranch(
              commitMarkableJndiName, xid);
    }
  }
});
origin: org.jboss.narayana.jta/jta

  @Override
  public void afterCompletion(int status) {
    if (!onePhase && status == Status.STATUS_COMMITTED) {
      commitMarkableResourceRecoveryModule
          .notifyOfCompletedBranch(
              commitMarkableJndiName, xid);
    }
  }
});
origin: org.jboss.narayana.jts/narayana-jts-idlj

  @Override
  public void afterCompletion(int status) {
    if (!onePhase && status == Status.STATUS_COMMITTED) {
      commitMarkableResourceRecoveryModule
          .notifyOfCompletedBranch(
              commitMarkableJndiName, xid);
    }
  }
});
origin: org.jboss.jbossts.jta/narayana-jta

  @Override
  public void afterCompletion(int status) {
    if (!onePhase && status == Status.STATUS_COMMITTED) {
      commitMarkableResourceRecoveryModule
          .notifyOfCompletedBranch(
              commitMarkableJndiName, xid);
    }
  }
});
com.arjuna.ats.internal.jta.recovery.arjunacoreCommitMarkableResourceRecordRecoveryModulenotifyOfCompletedBranch

Popular methods of CommitMarkableResourceRecordRecoveryModule

  • periodicWorkFirstPass
  • wasCommitted
    Can only be called after the first phase has executed
  • convertToList
  • delete
  • isTransactionInMidFlight
  • moveRecord
  • <init>
  • periodicWorkSecondPass

Popular in Java

  • Making http requests using okhttp
  • startActivity (Activity)
  • compareTo (BigDecimal)
  • findViewById (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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