JobControl instead@Deprecated public class JobControl extends JobControl
JobControl.ThreadState| Constructor and Description |
|---|
JobControl(String groupName)
Deprecated.
Construct a job control for a group of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addJobs(Collection<Job> jobs)
Deprecated.
Add a collection of jobs
|
ArrayList<Job> |
getFailedJobs()
Deprecated.
|
ArrayList<Job> |
getReadyJobs()
Deprecated.
|
ArrayList<Job> |
getRunningJobs()
Deprecated.
|
int |
getState()
Deprecated.
|
ArrayList<Job> |
getSuccessfulJobs()
Deprecated.
|
ArrayList<Job> |
getWaitingJobs()
Deprecated.
|
addJob, addJobCollection, allFinished, getFailedJobList, getReadyJobsList, getRunningJobList, getSuccessfulJobList, getThreadState, getWaitingJobList, resume, run, stop, suspendpublic JobControl(String groupName)
groupName - a name identifying this grouppublic ArrayList<Job> getWaitingJobs()
public ArrayList<Job> getRunningJobs()
public ArrayList<Job> getSuccessfulJobs()
public void addJobs(Collection<Job> jobs)
jobs - public int getState()
Copyright © 2009 The Apache Software Foundation