org.jbpm.jms
Class ExecuteJobCommand

java.lang.Object
  extended by org.jbpm.jms.ExecuteJobCommand
All Implemented Interfaces:
Serializable, org.jbpm.command.Command

public class ExecuteJobCommand
extends Object
implements org.jbpm.command.Command

Individual job processing command.

Author:
Alejandro Guizar
See Also:
Serialized Form

Constructor Summary
ExecuteJobCommand(long jobId)
           
 
Method Summary
 Object execute(org.jbpm.JbpmContext jbpmContext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteJobCommand

public ExecuteJobCommand(long jobId)
Method Detail

execute

public Object execute(org.jbpm.JbpmContext jbpmContext)
               throws Exception
Specified by:
execute in interface org.jbpm.command.Command
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


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