wt.queue
Class QueueController.Runner
java.lang.Object
wt.queue.QueueController.Runner
- All Implemented Interfaces:
- RemoteAccess
- Enclosing class:
- QueueController
- public static class QueueController.Runner
- extends Object
- implements RemoteAccess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueController.Runner
public QueueController.Runner()
refreshQueues
public static Vector refreshQueues()
throws WTException
- Throws:
WTException
getQueues
private static Enumeration getQueues(Class qt)
throws WTException
- Throws:
WTException
getManager
private static Manager getManager()
throws WTException
- Throws:
WTException
startQueue
public static QueueController.QueueInfo startQueue(QueueController.QueueInfo qi)
throws WTException
- Throws:
WTException
stopQueue
public static QueueController.QueueInfo stopQueue(QueueController.QueueInfo qi)
throws WTException
- Throws:
WTException
enableQueue
public static QueueController.QueueInfo enableQueue(QueueController.QueueInfo qi)
throws WTException
- Throws:
WTException
setQueueHost
public static QueueController.QueueInfo setQueueHost(QueueController.QueueInfo qi)
throws WTException
- Throws:
WTException
queueInfo
private static QueueController.QueueInfo queueInfo(QueueService sqManager,
QueueController.QueueInfo qi)
throws WTException
- Throws:
WTException