java.lang.Object
org.jbpm.workflow.delegation.impl.action.MsgQueueAction
- All Implemented Interfaces:
- org.jbpm.workflow.delegation.ActionHandler
- public class MsgQueueAction
- extends java.lang.Object
- implements org.jbpm.workflow.delegation.ActionHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeExpressionResolver
private static final org.jbpm.workflow.delegation.impl.AttributeExpressionResolver attributeExpressionResolver
log
private static final org.apache.log4j.Logger log
MsgQueueAction
public MsgQueueAction()
getMessage
protected java.lang.String getMessage(org.jbpm.workflow.delegation.ActionContext actionContext)
getDestinationJndiName
protected java.lang.String getDestinationJndiName(org.jbpm.workflow.delegation.ActionContext actionContext)
getConnectionJndiName
protected java.lang.String getConnectionJndiName(org.jbpm.workflow.delegation.ActionContext actionContext)
run
public void run(org.jbpm.workflow.delegation.ActionContext interactionContext)
- Description copied from interface:
org.jbpm.workflow.delegation.ActionHandler
- implements the process-initiated action.
* @param interactionContext is the object that allows the Interaction-implementator to communicate with the jBpm process engine.
- Specified by:
run in interface org.jbpm.workflow.delegation.ActionHandler