congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
StandaloneTransactionContext.setLastTransactionState
Code IndexAdd Tabnine to your IDE (free)

How to use
setLastTransactionState
method
in
org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext

Best Java code snippets using org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext.setLastTransactionState (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

protected void fireTransactionEvent(TransactionState transactionState) {
 this.setLastTransactionState(transactionState);
 if (stateTransactionListeners==null) {
  return;
 }
 List<TransactionListener> transactionListeners = stateTransactionListeners.get(transactionState);
 if (transactionListeners==null) {
  return;
 }
 for (TransactionListener transactionListener: transactionListeners) {
  transactionListener.execute(commandContext);
 }
}
origin: camunda/camunda-bpm-platform

protected void fireTransactionEvent(TransactionState transactionState) {
 this.setLastTransactionState(transactionState);
 if (stateTransactionListeners==null) {
  return;
 }
 List<TransactionListener> transactionListeners = stateTransactionListeners.get(transactionState);
 if (transactionListeners==null) {
  return;
 }
 for (TransactionListener transactionListener: transactionListeners) {
  transactionListener.execute(commandContext);
 }
}
origin: org.camunda.bpm/camunda-engine

protected void fireTransactionEvent(TransactionState transactionState) {
 this.setLastTransactionState(transactionState);
 if (stateTransactionListeners==null) {
  return;
 }
 List<TransactionListener> transactionListeners = stateTransactionListeners.get(transactionState);
 if (transactionListeners==null) {
  return;
 }
 for (TransactionListener transactionListener: transactionListeners) {
  transactionListener.execute(commandContext);
 }
}
org.camunda.bpm.engine.impl.cfg.standaloneStandaloneTransactionContextsetLastTransactionState

Popular methods of StandaloneTransactionContext

  • fireTransactionEvent
  • <init>
  • getPersistenceProvider
  • commit
  • isTransactionActive
  • rollback

Popular in Java

  • Finding current android device location
  • onRequestPermissionsResult (Fragment)
  • putExtra (Intent)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • 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
  • JLabel (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top PhpStorm 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