|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.queue.StandardQueueService
public class StandardQueueService
Standard implementation of the QueueService interface.
Use the newStandardQueueService static factory method(s),
not the StandardQueueService constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
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 |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Enumeration queues()
throws WTException
queues in interface QueueServiceWTException
public void startAllQueues()
throws WTException
startAllQueues in interface QueueServiceWTException
public void stopAllQueues()
throws WTException
stopAllQueues in interface QueueServiceWTException
public void startQueue(ProcessingQueue queue)
throws WTException
startQueue in interface QueueServicequeue -
WTException
public void startQueue(ScheduleQueue queue)
throws WTException
startQueue in interface QueueServicequeue -
WTException
public void stopQueue(ProcessingQueue queue)
throws WTException
stopQueue in interface QueueServicequeue -
WTException
public void stopQueue(ScheduleQueue queue)
throws WTException
stopQueue in interface QueueServicequeue -
WTException
public void executeEntry(QueueEntry entry)
throws WTException
executeEntry in interface QueueServiceentry -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||