org.ow2.orchestra.pvm.internal.jobexecutor
Class AcquireJobsCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcquireJobsCmd
public AcquireJobsCmd(AbstractJobExecutor jobExecutor,
String lockOwnerName,
int lockMillis,
boolean limitSameInstanceJobs)
execute
public Collection<Collection<JobImpl<?>>> execute(Environment environment)
- Specified by:
execute in interface Command<Collection<Collection<JobImpl<?>>>>
Copyright © 2011 OW2 Consortium. All Rights Reserved.