org.jbpm.job
Class ExecuteNodeJob

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

public class ExecuteNodeJob
extends Job

See Also:
Serialized Form

Constructor Summary
ExecuteNodeJob()
           
ExecuteNodeJob(Token token)
           
 
Method Summary
 boolean execute(JbpmContext jbpmContext)
           
 Node getNode()
           
 void setNode(Node node)
           
 
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

ExecuteNodeJob

public ExecuteNodeJob()

ExecuteNodeJob

public ExecuteNodeJob(Token token)
Method Detail

execute

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

getNode

public Node getNode()

setNode

public void setNode(Node node)