public class QueueHelper
extends Object
implements RemoteAccess
| Constructor and Description |
|---|
QueueHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkAccess() |
static WtQueue |
getQueueByName(String queueName) |
static void |
listAllQueues() |
static void |
main(String[] args) |
static void |
setStateForQueueEntries(String queueName,
String newstate,
String oldState) |
static void |
setStateForQueueEntries(WtQueue queue,
String newstate,
String oldState) |
public static final int MAJOR
public static final int MINOR
public static boolean checkAccess()
throws WTException
WTExceptionpublic static void listAllQueues()
public static WtQueue getQueueByName(String queueName)
throws WTException
WTExceptionpublic static void setStateForQueueEntries(String queueName,
String newstate,
String oldState)
throws WTException
WTExceptionpublic static void setStateForQueueEntries(WtQueue queue,
String newstate,
String oldState)
throws WTException
WTExceptionpublic static void main(String[] args)
throws WTException
args - WTException