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

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

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

origin: org.jboss.jbossts/jbossxts-api

  public static UserBusinessActivity userSubordinateBusinessActivity ()
  {
    return UserBusinessActivity.getUserBusinessActivity().getUserSubordinateBusinessActivity() ;
  }
}
origin: org.jboss.jbossts.xts/jbossxts

  public static UserBusinessActivity userSubordinateBusinessActivity ()
  {
    return UserBusinessActivity.getUserBusinessActivity().getUserSubordinateBusinessActivity() ;
  }
}
origin: org.jboss.soa.bpel/riftsaw-bpel-runtime

_uba = UserBusinessActivity.getUserBusinessActivity().getUserSubordinateBusinessActivity();
com.arjuna.mw.wst11UserBusinessActivitygetUserSubordinateBusinessActivity

Javadoc

get the user subordinate business activity this is a UserBusinessActivity whose begin method will create an interposed BA transaction

Popular methods of UserBusinessActivity

  • getUserBusinessActivity
    Get the user business activity.
  • 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
  • complete
    If participants have registered for the BusinessAgreementWithComplete protocol then they will be exp
  • transactionIdentifier

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Reference (javax.naming)
  • 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