congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
SubordinateBACoordinator.getRecoveredCoordinator
Code IndexAdd Tabnine to your IDE (free)

How to use
getRecoveredCoordinator
method
in
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator

Best Java code snippets using com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator.getRecoveredCoordinator (Showing top 14 results out of 315)

origin: org.jboss.jbossts.xts/jbossxts

/**
 * test whether a transaction has been restored without its proxy participant. this indicates that
 * we crashed between preparing the suborindate TX and logging the proxy participant.
 * @return
 */
public boolean isOrphaned()
{
  String id = get_uid().stringForm();
  if (isActiveProxy(id)) {
    return false;
  }
  // the proxy may have been removed because this tx has been resolved while we were checking
  if (getRecoveredCoordinator(id) == null) {
    return false;
  }
  // ok we have a tx but no proxy so this is really an orphan
  
  return true;
}
origin: org.jboss.jbossts/jbossxts

/**
 * test whether a transaction has been restored without its proxy participant. this indicates that
 * we crashed between preparing the suborindate TX and logging the proxy participant.
 * @return
 */
public boolean isOrphaned()
{
  String id = get_uid().stringForm();
  if (isActiveProxy(id)) {
    return false;
  }
  // the proxy may have been removed because this tx has been resolved while we were checking
  if (getRecoveredCoordinator(id) == null) {
    return false;
  }
  // ok we have a tx but no proxy so this is really an orphan
  
  return true;
}
origin: org.jboss.jbossts.xts/jbossxts

if (SubordinateBACoordinator.getRecoveredCoordinator(recoverUid.stringForm()) != null) {
  return;
origin: org.jboss.jbossts/jbossxts

if (SubordinateBACoordinator.getRecoveredCoordinator(recoverUid.stringForm()) != null) {
  return;
origin: org.jboss.jbossts.xts/recovery

if (SubordinateBACoordinator.getRecoveredCoordinator(recoverUid.stringForm()) != null) {
  return;
origin: org.jboss.jbossts.xts/ws-t11

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts.xts/ws-t11

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts.xts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts.xts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts.xts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts.xts/ws-t11

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
origin: org.jboss.jbossts/jbossxts

coordinator = SubordinateBACoordinator.getRecoveredCoordinator(coordinatorId);
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateSubordinateBACoordinatorgetRecoveredCoordinator

Popular methods of SubordinateBACoordinator

  • get_uid
  • cancel
    this is driven by a coordinator-completion participant registered on behalf of the coordinator and i
  • activate
  • addActiveProxy
  • addCallback
    register a callback to be called when a subordinate transaction with a specific key executes a commi
  • addRecoveredCoordinator
  • close
    this is driven by a coordinator-completion participant registered on behalf of the coordinator and i
  • complete
    this is driven by a coordinator-completion participant registered on behalf of the coordinator and i
  • delistParticipant
  • enlistParticipant
  • getCoordinatorCompletionParticipantid
    return a uid for the corodinator completion participant registered on behalf of this coordinator
  • isActivated
  • getCoordinatorCompletionParticipantid,
  • isActivated,
  • isOrphaned,
  • listRecoveredCoordinators,
  • participantCannotComplete,
  • participantCompleted,
  • participantFaulted,
  • phase2Abort,
  • removeActiveProxy

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (Timer)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • JCheckBox (javax.swing)
  • Top 12 Jupyter Notebook extensions
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