| Package | Description |
|---|---|
| net.greghaines.jesque.admin | |
| net.greghaines.jesque.admin.commands | |
| net.greghaines.jesque.utils | |
| net.greghaines.jesque.worker |
| Class and Description |
|---|
| ExceptionHandler |
| JobExecutor |
| JobExecutor.State |
| Worker
A Worker polls for Jobs from a specified list of queues, executing
them in sequence and notifying WorkerListeners in the process.
|
| Class and Description |
|---|
| Worker
A Worker polls for Jobs from a specified list of queues, executing
them in sequence and notifying WorkerListeners in the process.
|
| WorkerAware |
| Class and Description |
|---|
| UnpermittedJobException
Thrown by a Worker when it receives a Job that it is not allowed to run.
|
| Class and Description |
|---|
| ExceptionHandler |
| JobExecutor |
| JobExecutor.State |
| LoggingWorkerListener
An implementation of WorkerListener that logs every event that it is registered for.
|
| RecoveryStrategy |
| Worker
A Worker polls for Jobs from a specified list of queues, executing
them in sequence and notifying WorkerListeners in the process.
|
| WorkerEvent
The possible WorkerEvents that a WorkerListener may register for.
|
| WorkerEventEmitter
A WorkerEventEmitter allows WorkerListeners to register for WorkerEvents.
|
| WorkerImpl
Basic implementation of the Worker interface.
|
| WorkerListener
A WorkerListener can register with a Worker to be notified of WorkerEvents.
|
| WorkerListenerDelegate
This class keeps track of WorkerListeners and notifies each listener when fireEvent() is invoked.
|
Copyright © 2011-2013. All Rights Reserved.