org.jbpm.job
Class ExecuteActionJob
java.lang.Object
org.jbpm.job.Job
org.jbpm.job.ExecuteActionJob
- All Implemented Interfaces:
- Serializable
public class ExecuteActionJob
- extends Job
- See Also:
- Serialized Form
| 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, toStringLongFormat |
ExecuteActionJob
public ExecuteActionJob()
ExecuteActionJob
public ExecuteActionJob(Token token)
execute
public boolean execute(JbpmContext jbpmContext)
throws Exception
- Specified by:
execute in class Job
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object
getAction
public Action getAction()
setAction
public void setAction(Action action)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.