Tabnine Logo
SoaHeader.setTransactionId
Code IndexAdd Tabnine to your IDE (free)

How to use
setTransactionId
method
in
com.isuwang.dapeng.core.SoaHeader

Best Java code snippets using com.isuwang.dapeng.core.SoaHeader.setTransactionId (Showing top 5 results out of 315)

origin: com.isuwang/dapeng-transaction-impl

header.setMethodName(rollbackOrForward ? process.getRollbackMethodName() : process.getMethodName());
header.setCallerFrom(Optional.of("GlobalTransactionManager"));
header.setTransactionId(Optional.of(process.getTransactionId()));
header.setTransactionSequence(Optional.of(process.getTransactionSequence()));
origin: com.isuwang/dapeng-transaction-api

invocationContext.getHeader().setTransactionId(Optional.of(transactionContext.getCurrentTransactionId()));
invocationContext.getHeader().setTransactionSequence(Optional.of(transactionContext.getCurrentTransactionSequence()));
origin: isuwang/isuwang-soa

invocationContext.getHeader().setTransactionId(Optional.of(transactionContext.getCurrentTransactionId()));
invocationContext.getHeader().setTransactionSequence(Optional.of(transactionContext.getCurrentTransactionSequence()));
origin: com.isuwang/dapeng-core

case 19:
  if (schemeField.type == TType.I32) {
    bean.setTransactionId(Optional.of(iprot.readI32()));
  } else {
    TProtocolUtil.skip(iprot, schemeField.type);
origin: isuwang/isuwang-soa

case 19:
  if (schemeField.type == TType.I32) {
    bean.setTransactionId(Optional.of(iprot.readI32()));
  } else {
    TProtocolUtil.skip(iprot, schemeField.type);
com.isuwang.dapeng.coreSoaHeadersetTransactionId

Popular methods of SoaHeader

  • getMethodName
  • getServiceName
  • getVersionName
  • <init>
  • setMethodName
  • setServiceName
  • setVersionName
  • getRespCode
  • setCallerFrom
  • getCallerFrom
  • getCustomerId
  • getOperatorId
  • getCustomerId,
  • getOperatorId,
  • getRespMessage,
  • getCallerIp,
  • getCustomerName,
  • getOperatorName,
  • setCallerIp,
  • setOperatorId,
  • setOperatorName

Popular in Java

  • Running tasks concurrently on multiple threads
  • getContentResolver (Context)
  • addToBackStack (FragmentTransaction)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Best plugins for Eclipse
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