Tabnine Logo
SubordinateBACoordinator.participantCannotComplete
Code IndexAdd Tabnine to your IDE (free)

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

origin: org.jboss.jbossts/jbossxts

public void cannotComplete () throws WrongStateException, UnknownTransactionException, SystemException
{
  try {
    _theTx.participantCannotComplete(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  }  catch (com.arjuna.mw.wsas.exceptions.WrongStateException ex) {
    throw new WrongStateException();
  }   catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

public void cannotComplete () throws WrongStateException, UnknownTransactionException, SystemException
{
  try {
    _theTx.participantCannotComplete(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  }  catch (com.arjuna.mw.wsas.exceptions.WrongStateException ex) {
    throw new WrongStateException();
  }   catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/wstx11

public void cannotComplete () throws WrongStateException, UnknownTransactionException, SystemException
{
  try {
    _theTx.participantCannotComplete(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  }  catch (com.arjuna.mw.wsas.exceptions.WrongStateException ex) {
    throw new WrongStateException();
  }   catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateSubordinateBACoordinatorparticipantCannotComplete

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,
  • participantCompleted,
  • participantFaulted,
  • phase2Abort,
  • removeActiveProxy

Popular in Java

  • Making http requests using okhttp
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Table (org.hibernate.mapping)
    A relational table
  • Top Sublime Text 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