org.camunda.bpm.engine.impl.jobexecutor
Class MessageAddedNotification

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
All Implemented Interfaces:
TransactionListener

public class MessageAddedNotification
extends Object
implements TransactionListener

Author:
Tom Baeyens

Field Summary
protected  JobExecutor jobExecutor
           
 
Constructor Summary
MessageAddedNotification(JobExecutor jobExecutor)
           
 
Method Summary
 void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobExecutor

protected JobExecutor jobExecutor
Constructor Detail

MessageAddedNotification

public MessageAddedNotification(JobExecutor jobExecutor)
Method Detail

execute

public void execute(CommandContext commandContext)
Specified by:
execute in interface TransactionListener


Copyright © 2016 camunda services GmbH. All rights reserved.