org.jbpm.ejb.impl
Class ExecuteJobsCommand

java.lang.Object
  extended by org.jbpm.ejb.impl.ExecuteJobsCommand
All Implemented Interfaces:
java.io.Serializable, org.jbpm.command.Command

public class ExecuteJobsCommand
extends java.lang.Object
implements org.jbpm.command.Command

Batch job processing command.

Author:
Alejandro Guizar
See Also:
Serialized Form

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

Constructor Detail

ExecuteJobsCommand

public ExecuteJobsCommand(long[] jobIds)
Method Detail

execute

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


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