|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.services.jbpm.integration.job.ExecuteJobCommand
public class ExecuteJobCommand
Individual job processing command.
| Constructor Summary | |
|---|---|
ExecuteJobCommand(long jobId,
boolean redelivered)
Create the job command with a specified job id. |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(JbpmContext jbpmContext)
Execute the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecuteJobCommand(long jobId,
boolean redelivered)
jobId - The associated job id.redelivered - The redelivered flag.| Method Detail |
|---|
public java.lang.Object execute(JbpmContext jbpmContext)
throws java.lang.Exception
jbpmContext - The jBPM context associated with the execution.
java.lang.Exception - for errors during execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||