wt.queue
Class QueueController.Runner

java.lang.Object
  extended bywt.queue.QueueController.Runner
All Implemented Interfaces:
RemoteAccess
Enclosing class:
QueueController

public static class QueueController.Runner
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
QueueController.Runner()
           
 
Method Summary
static QueueController.QueueInfo enableQueue(QueueController.QueueInfo qi)
           
private static Manager getManager()
           
private static Enumeration getQueues(Class qt)
           
private static QueueController.QueueInfo queueInfo(QueueService sqManager, QueueController.QueueInfo qi)
           
static Vector refreshQueues()
           
static QueueController.QueueInfo setQueueHost(QueueController.QueueInfo qi)
           
static QueueController.QueueInfo startQueue(QueueController.QueueInfo qi)
           
static QueueController.QueueInfo stopQueue(QueueController.QueueInfo qi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueController.Runner

public QueueController.Runner()
Method Detail

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