Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl.action
Class MsgQueueAction  view MsgQueueAction download MsgQueueAction.java

java.lang.Object
  extended byorg.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


Field Summary
private static org.jbpm.workflow.delegation.impl.AttributeExpressionResolver attributeExpressionResolver
           
private static org.apache.log4j.Logger log
           
 
Constructor Summary
MsgQueueAction()
           
 
Method Summary
protected  java.lang.String getConnectionJndiName(org.jbpm.workflow.delegation.ActionContext actionContext)
           
protected  java.lang.String getDestinationJndiName(org.jbpm.workflow.delegation.ActionContext actionContext)
           
protected  java.lang.String getMessage(org.jbpm.workflow.delegation.ActionContext actionContext)
           
 void run(org.jbpm.workflow.delegation.ActionContext interactionContext)
          implements the process-initiated action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeExpressionResolver

private static final org.jbpm.workflow.delegation.impl.AttributeExpressionResolver attributeExpressionResolver

log

private static final org.apache.log4j.Logger log
Constructor Detail

MsgQueueAction

public MsgQueueAction()
Method Detail

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