org.ow2.orchestra.pvm.internal.jobexecutor
Class AcquireJobsCmd

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.jobexecutor.AcquireJobsCmd
All Implemented Interfaces:
Serializable, Command<Collection<Collection<JobImpl<?>>>>

public class AcquireJobsCmd
extends Object
implements Command<Collection<Collection<JobImpl<?>>>>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
AcquireJobsCmd(AbstractJobExecutor jobExecutor, String lockOwnerName, int lockMillis, boolean limitSameInstanceJobs)
           
 
Method Summary
 Collection<Collection<JobImpl<?>>> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcquireJobsCmd

public AcquireJobsCmd(AbstractJobExecutor jobExecutor,
                      String lockOwnerName,
                      int lockMillis,
                      boolean limitSameInstanceJobs)
Method Detail

execute

public Collection<Collection<JobImpl<?>>> execute(Environment environment)
Specified by:
execute in interface Command<Collection<Collection<JobImpl<?>>>>


Copyright © 2011 OW2 Consortium. All Rights Reserved.