java.lang.Object
org.jbpm.workflow.delegation.impl.action.DbAction
- All Implemented Interfaces:
- org.jbpm.workflow.delegation.ActionHandler
- public abstract class DbAction
- 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 |
dataSource
protected javax.sql.DataSource dataSource
log
protected static org.apache.log4j.Logger log
DbAction
public DbAction()
runDbAction
protected abstract void runDbAction(org.jbpm.workflow.delegation.ActionContext interactionContext,
java.sql.Connection connection)
throws java.sql.SQLException
getDataSourceJndiName
protected java.lang.String getDataSourceJndiName(org.jbpm.workflow.delegation.ActionContext actionContext)
run
public final 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