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

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

origin: org.jboss.jbossts/jbossxts

public void fail (final QName exceptionIdentifier) throws SystemException
{
  try {
    _theTx.participantFaulted(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  } catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

public void fail (final QName exceptionIdentifier) throws SystemException
{
  try {
    _theTx.participantFaulted(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  } catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/wstx11

public void fail (final QName exceptionIdentifier) throws SystemException
{
  try {
    _theTx.participantFaulted(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  } catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateSubordinateBACoordinatorparticipantFaulted

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
  • 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
  • enlistParticipant,
  • getCoordinatorCompletionParticipantid,
  • isActivated,
  • isOrphaned,
  • listRecoveredCoordinators,
  • participantCannotComplete,
  • participantCompleted,
  • 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)
  • 21 Best Atom Packages for 2021
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