| 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 is an object that executes jobs.
|
| JobExecutor.State
States of the job executor.
|
| JobFactory
JobFactory materializes jobs.
|
| 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
WorkerAware indicates that a materialized Job should have
the Worker executing the job injected before execution.
|
| 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 is an object that executes jobs.
|
| JobExecutor.State
States of the job executor.
|
| JobFactory
JobFactory materializes jobs.
|
| LoggingWorkerListener
An implementation of WorkerListener that logs every event that it is
registered for.
|
| RecoveryStrategy
Possible means for a worker to recover from an error.
|
| 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-2015. All Rights Reserved.