congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • requestLocationUpdates (LocationManager)
  • findViewById (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 12 Jupyter Notebook Extensions
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