Package wt.queue

Class QueueHelper

java.lang.Object
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:
  • Field Details

    • manager

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

      Supported API: true
  • Method Details