org.jbpm.job
Class ExecuteNodeJob

java.lang.Object
  extended by org.jbpm.job.Job
      extended by org.jbpm.job.ExecuteNodeJob
All Implemented Interfaces:
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)
           
 String toString()
           
 
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
 
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 Exception
Specified by:
execute in class Job
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

getNode

public Node getNode()

setNode

public void setNode(Node node)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.