|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobQueue | |
|---|---|
| net.spy.cron | Cron type functionality in Java |
| Uses of JobQueue in net.spy.cron |
|---|
| Subclasses of JobQueue in net.spy.cron | |
|---|---|
class |
FileJobQueue
Get a job queue as defined in a file. |
| Methods in net.spy.cron that return JobQueue | |
|---|---|
JobQueue |
Cron.getJobQueue()
Get the current job queue. |
| Constructors in net.spy.cron with parameters of type JobQueue | |
|---|---|
Cron(JobQueue jq)
Get a new Cron instance operating on the given queue. |
|
Cron(java.lang.String name,
JobQueue jq)
Get a new Cron instance with a name, JobQueue and the default thread pool. |
|
Cron(java.lang.String name,
JobQueue jq,
ThreadPool tp)
Get a new Cron object operating on the given queue. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||