org.jbpm.job
Class ExecuteActionJob

java.lang.Object
  extended by org.jbpm.job.Job
      extended by org.jbpm.job.ExecuteActionJob
All Implemented Interfaces:
java.io.Serializable

public class ExecuteActionJob
extends Job

See Also:
Serialized Form

Constructor Summary
ExecuteActionJob()
           
ExecuteActionJob(Token token)
           
 
Method Summary
 boolean execute(JbpmContext jbpmContext)
           
 Action getAction()
           
 void setAction(Action action)
           
 
Methods inherited from class org.jbpm.job.Job
getAqcuireDate, getConfiguration, getDueDate, getException, getId, getJobExecutorName, getLockOwner, getLockTime, getProcessInstance, getRetries, getTaskInstance, getToken, getVersion, isExclusive, isSuspended, setConfiguration, setDueDate, setException, setExclusive, setLockOwner, setLockTime, setProcessInstance, setRetries, setSuspended, setTaskInstance, setToken, toString, toStringLongFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteActionJob

public ExecuteActionJob()

ExecuteActionJob

public ExecuteActionJob(Token token)
Method Detail

execute

public boolean execute(JbpmContext jbpmContext)
                throws java.lang.Exception
Specified by:
execute in class Job
Throws:
java.lang.Exception

getAction

public Action getAction()

setAction

public void setAction(Action action)