|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueueService
Interface containing the methods supported by the queue service implementations.
Methods allow the creation, starting, stopping, deleting and customizing
queue execution.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
executeEntry(QueueEntry entry)
Execute the entry passed as argument. |
Enumeration |
queues()
Returns all process queues. |
void |
startAllQueues()
Starts all existing queues. |
void |
startQueue(ProcessingQueue queue)
Starts a specific queue. |
void |
startQueue(ScheduleQueue queue)
Supported API: true |
void |
stopAllQueues()
Stops all existing queues. |
void |
stopQueue(ProcessingQueue queue)
Stops a specific queue. |
void |
stopQueue(ScheduleQueue queue)
Supported API: true |
| Method Detail |
|---|
Enumeration queues()
throws WTException
WTException
void startAllQueues()
throws WTException
WTException
void stopAllQueues()
throws WTException
WTException
void startQueue(ProcessingQueue queue)
throws WTException
queue -
WTException
void startQueue(ScheduleQueue queue)
throws WTException
queue -
WTException
void stopQueue(ProcessingQueue queue)
throws WTException
queue -
WTException
void stopQueue(ScheduleQueue queue)
throws WTException
queue -
WTException
void executeEntry(QueueEntry entry)
throws WTException
entry -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||