|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.queue.QueueHelper
public class QueueHelper
Helper function that provides access to the QueueService API. This access
is provided by a public static member -- manager. A typical call has
the format 'QueueHelper.manager.startQueue (queue_name)'
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static QueueService |
manager
Public static QueueService object that can be used to access QueueService functionality. |
| Method Summary | |
|---|---|
static void |
closeLog()
Supported API: true |
static void |
openLog()
Supported API: true |
static void |
writeLog(String entry)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QueueService manager
| Method Detail |
|---|
public static void openLog()
throws WTException
WTException
public static void closeLog()
throws WTException
WTException
public static void writeLog(String entry)
throws WTException
entry -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||