wt.queue
Class QueueHelper

java.lang.Object
  extended by wt.queue.QueueHelper
All Implemented Interfaces:
Externalizable, Serializable

public class QueueHelper
extends Object
implements Externalizable

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

See Also:
Serialized Form

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

manager

public static final QueueService manager
Public static QueueService object that can be used to access QueueService functionality.

Supported API: true

Method Detail

openLog

public static void openLog()
                    throws WTException


Supported API: true

Throws:
WTException

closeLog

public static void closeLog()
                     throws WTException


Supported API: true

Throws:
WTException

writeLog

public static void writeLog(String entry)
                     throws WTException


Supported API: true

Parameters:
entry -
Throws:
WTException