Codota Logo
UserBusinessActivity.cancel
Code IndexAdd Codota to your IDE (free)

How to use
cancel
method
in
com.arjuna.mw.wst11.UserBusinessActivity

Best Java code snippets using com.arjuna.mw.wst11.UserBusinessActivity.cancel (Showing top 1 results out of 315)

  • Common ways to obtain UserBusinessActivity
private void myMethod () {
UserBusinessActivity u =
  • Codota IconUserBusinessActivity.getUserBusinessActivity()
  • Codota IconUserBusinessActivity.getUserBusinessActivity().getUserSubordinateBusinessActivity()
  • Smart code suggestions by Codota
}
origin: org.jboss.soa.bpel/riftsaw-bpel-runtime

public void rollback() throws SecurityException, UnknownTransactionException, SystemException,
    WrongStateException {
  _active = false;
  try{
    resume();
    _uba.cancel();
  } finally {
    _uba = null;
    _txcontext = null;
  }
}
com.arjuna.mw.wst11UserBusinessActivitycancel

Javadoc

If the BA must undo its work then the cancel method is used. Any participants that can compensate are forced to do so.

Popular methods of UserBusinessActivity

  • getUserBusinessActivity
    Get the user business activity.
  • getUserSubordinateBusinessActivity
    get the user subordinate business activity this is a UserBusinessActivity whose begin method will cr
  • setUserBusinessActivity
    Set the user business activity.
  • begin
    Start a new BA with atomic outcome and the specified timeout as its lifetime. If one is already asso
  • close
    The BA is normally terminated by the close method. This signals to all registered participants that
  • complete
    If participants have registered for the BusinessAgreementWithComplete protocol then they will be exp
  • transactionIdentifier

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • requestLocationUpdates (LocationManager)
  • startActivity (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now