Class MessageProducerCommandContextCloseListener
- java.lang.Object
-
- org.activiti.cloud.services.events.listeners.MessageProducerCommandContextCloseListener
-
- All Implemented Interfaces:
org.activiti.engine.impl.interceptor.CommandContextCloseListener
@Transactional public class MessageProducerCommandContextCloseListener extends Object implements org.activiti.engine.impl.interceptor.CommandContextCloseListener
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROCESS_ENGINE_EVENTSstatic StringROOT_EXECUTION_CONTEXT
-
Constructor Summary
Constructors Constructor Description MessageProducerCommandContextCloseListener(ProcessEngineChannels producer, MessageBuilderChainFactory<org.activiti.engine.impl.context.ExecutionContext> messageBuilderChainFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterSessionsFlush(org.activiti.engine.impl.interceptor.CommandContext commandContext)voidclosed(org.activiti.engine.impl.interceptor.CommandContext commandContext)voidcloseFailure(org.activiti.engine.impl.interceptor.CommandContext commandContext)voidclosing(org.activiti.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
ROOT_EXECUTION_CONTEXT
public static final String ROOT_EXECUTION_CONTEXT
- See Also:
- Constant Field Values
-
PROCESS_ENGINE_EVENTS
public static final String PROCESS_ENGINE_EVENTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageProducerCommandContextCloseListener
public MessageProducerCommandContextCloseListener(ProcessEngineChannels producer, MessageBuilderChainFactory<org.activiti.engine.impl.context.ExecutionContext> messageBuilderChainFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender)
-
-
Method Detail
-
closed
public void closed(org.activiti.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
closedin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
closing
public void closing(org.activiti.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
closingin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
afterSessionsFlush
public void afterSessionsFlush(org.activiti.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
afterSessionsFlushin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
closeFailure
public void closeFailure(org.activiti.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
closeFailurein interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
-