wt.queue
Class ProcessQueueDriver
java.lang.Object
wt.queue.ProcessQueueDriver
- All Implemented Interfaces:
- RemoteAccess, Serializable
- public class ProcessQueueDriver
- extends Object
- implements Serializable, RemoteAccess
Test driver class to manipulate processingQueues
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qsf
private static QueueServiceFwd qsf
SERVER
static final boolean SERVER
ProcessQueueDriver
public ProcessQueueDriver()
getManager
private static Manager getManager()
throws WTException
- Throws:
WTException
createQueue
public ProcessingQueue createQueue(String queue_name)
throws WTException
- Throws:
WTException
deleteQueue
public ProcessingQueue deleteQueue(String queue_name)
throws WTException
- Throws:
WTException
startQueue
public void startQueue(String queue_name)
throws WTException
- Throws:
WTException
stopQueue
public void stopQueue(String queue_name)
throws WTException
- Throws:
WTException
enableQueue
public void enableQueue(String queue_name,
boolean enabled)
throws WTException
- Throws:
WTException
countQueues
public void countQueues()
throws WTException
- Throws:
WTException
addEntry
public void addEntry(String queue_name,
String target_class,
String target_method)
throws WTException
- Throws:
WTException
addEntry
public void addEntry(String queue_name,
String target_class,
String target_method,
int count)
throws WTException
- Throws:
WTException
addMultiEntry
public void addMultiEntry(String queue_name,
String target_class,
String target_method,
Integer count)
throws WTException
- Throws:
WTException
main
public static void main(String[] args)