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

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

origin: org.jboss.jbossts.xts/jbossxts

int result;
try {
  result = coordinator.close();
} catch (com.arjuna.mw.wsas.exceptions.SystemException se) {
  throw new SystemException(se.getMessage());
      coordinator.close();
      SubordinateBACoordinator.removeActiveProxy(coordinatorId);
    } catch (com.arjuna.mw.wsas.exceptions.SystemException e) {
origin: org.jboss.jbossts/jbossxts

int result;
try {
  result = coordinator.close();
} catch (com.arjuna.mw.wsas.exceptions.SystemException se) {
  throw new SystemException(se.getMessage());
      coordinator.close();
      SubordinateBACoordinator.removeActiveProxy(coordinatorId);
    } catch (com.arjuna.mw.wsas.exceptions.SystemException e) {
origin: org.jboss.jbossts.xts/ws-t11

int result;
try {
  result = coordinator.close();
} catch (com.arjuna.mw.wsas.exceptions.SystemException se) {
  throw new SystemException(se.getMessage());
      coordinator.close();
      SubordinateBACoordinator.removeActiveProxy(coordinatorId);
    } catch (com.arjuna.mw.wsas.exceptions.SystemException e) {
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateSubordinateBACoordinatorclose

Javadoc

this is driven by a coordinator-completion participant registered on behalf of the coordinator and is required to propagate the close to all registered participants.

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
  • addActiveProxy
  • addCallback
    register a callback to be called when a subordinate transaction with a specific key executes a commi
  • addRecoveredCoordinator
  • 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

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • putExtra (Intent)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Join (org.hibernate.mapping)
  • Top 17 Plugins for Android Studio
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