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

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

Best Java code snippets using com.arjuna.mw.wst11.UserBusinessActivity.complete (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 complete() throws UnknownTransactionException, SystemException, WrongStateException {
  try {
    resume();
    _uba.complete();
  } catch (WrongStateException ex) {
    __log.warn("Business Activity Transaction WrongStateException for completion.");
  }
}
com.arjuna.mw.wst11UserBusinessActivitycomplete

Javadoc

If participants have registered for the BusinessAgreementWithComplete protocol then they will be expecting the application to inform them when all work intended for them has been sent (and responded to). The complete method is used for this purpose.

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
  • cancel
    If the BA must undo its work then the cancel method is used. Any participants that can compensate ar
  • close
    The BA is normally terminated by the close method. This signals to all registered participants that
  • transactionIdentifier

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • getSystemService (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
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