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

How to use
addActiveProxy
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.addActiveProxy (Showing top 3 results out of 315)

origin: org.jboss.jbossts.xts/jbossxts

/**
 * Restore the state of the particpant from the specified input object stream.
 * @param ios The Input object stream.
 * @return true if restored, false otherwise.
 */
public boolean restoreState(InputObjectState ios) {
  // restore the subordinate coordinator id so we can check to ensure it has been committed
  try {
    coordinatorId = ios.unpackString();
    SubordinateBACoordinator.addActiveProxy(coordinatorId);
    return true;
  } catch (IOException e) {
    return false;
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * Restore the state of the particpant from the specified input object stream.
 * @param ios The Input object stream.
 * @return true if restored, false otherwise.
 */
public boolean restoreState(InputObjectState ios) {
  // restore the subordinate coordinator id so we can check to ensure it has been committed
  try {
    coordinatorId = ios.unpackString();
    SubordinateBACoordinator.addActiveProxy(coordinatorId);
    return true;
  } catch (IOException e) {
    return false;
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * Restore the state of the particpant from the specified input object stream.
 * @param ios The Input object stream.
 * @return true if restored, false otherwise.
 */
public boolean restoreState(InputObjectState ios) {
  // restore the subordinate coordinator id so we can check to ensure it has been committed
  try {
    coordinatorId = ios.unpackString();
    SubordinateBACoordinator.addActiveProxy(coordinatorId);
    return true;
  } catch (IOException e) {
    return false;
  }
}
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateSubordinateBACoordinatoraddActiveProxy

Popular methods of SubordinateBACoordinator

  • get_uid
  • cancel
    this is driven by a coordinator-completion participant registered on behalf of the coordinator and i
  • getRecoveredCoordinator
  • activate
  • 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

  • Making http post requests using okhttp
  • getSystemService (Context)
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Top Vim 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