Package wt.queue
Class QueueHelper
java.lang.Object
wt.queue.QueueHelper
- All Implemented Interfaces:
Externalizable,Serializable
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
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QueueServicePublic static QueueService object that can be used to access QueueService functionality. -
Method Summary
-
Field Details
-
manager
Public static QueueService object that can be used to access QueueService functionality.
Supported API: true
-
-
Method Details
-
openLog
Supported API: true- Throws:
WTException
-
closeLog
Supported API: true- Throws:
WTException
-
writeLog
Supported API: true- Parameters:
entry-- Throws:
WTException
-