|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManageableJobQueueReadOnlyInterface
An interface for a job queue class, restricted to methods that do not modify the job queue when called.
| Method Summary | |
|---|---|
boolean |
contains(JobData jobData)
Checks if the queue contains a job item. |
String |
getDescription()
Get the job queue class description string. |
List<Job.ExecutionTime> |
getExecutionTimeList()
Get the execution time list. |
String |
getId()
Get the job queue class id string. |
JobData |
getJob(int listIndex)
Get job specified by list index number in queue. |
JobData |
getNextJob()
Get next (first) job in queue, without modifying the queue. |
boolean |
isEmpty()
Checks if the queue is empty. |
int |
size()
Returns the size of the queue. |
| Method Detail |
|---|
String getId()
String getDescription()
List<Job.ExecutionTime> getExecutionTimeList()
boolean isEmpty()
int size()
boolean contains(JobData jobData)
jobData - JobData The job item to check for.
JobData getNextJob()
JobData getJob(int listIndex)
listIndex - int Index number in list for job in queue.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||