|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface Queue<T>
Job Queue interface.
Method Summary | |
---|---|
void |
addJob(T job)
Add a job to a queue. |
String |
getName()
The queue name. |
Collection<T> |
jobs()
Return all data stored in this queue. |
T |
removeJob()
Get a job |
void |
removeJob(T job)
Remove a job from the queue. |
Method Detail |
---|
String getName()
void addJob(T job)
job
- to be added to the queue.void removeJob(T job)
job
- to be removed from the queue.T removeJob()
Collection<T> jobs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |