Package wt.queue


package wt.queue
  • Class
    Description
    Composite data object representing raw counts of queue entries executed and the total execution time for those entries

    Supported API: true

    Extendable: false
    Exposes data collated for all queues for client convenience.
    This class represents a specialized exception that can be thrown when the execution of a queue entry has completed and we wish to delete the entry instead of retaining it when the property wt.queue.removeCompleted.queueName is set to true

    Supported API: true

    Extendable: false
    This class represents a specialized failure exception that can be thrown when the execution of a queue entry has essentially failed but it is desirable to bypass the normal failure logic

    Supported API: true

    Extendable: false
    Simple marker interface for a Notifer MBean This notifier provides general admin notification capabilities for queue entry execution failures.
    The ProcessingQueue represents a specific (named) processing queue.
    The QueueEntry represents an individual processing request.
    This class represents exceptions that can be thrown in the process of storing, retrieving and executing queue entries.
    Helper function that provides access to the QueueService API.
    General queue logger bean

    Supported API: true

    Extendable: true
    Interface containing the methods supported by the queue service implementations.
    This class is the Management interface for the QueueWatcher class.
    This class represents a special exeption which can be thrown when an executing entry detects a pending stop request, but wants its status reset to ready so that it can be re-executed once the queue is re-started.
    Use the newScheduleQueue static factory method(s), not the ScheduleQueue constructor, to construct instances of this class.
    Use the newScheduleQueueEntry static factory method(s), not the ScheduleQueueEntry constructor, to construct instances of this class.
    Standard queue monitor bean.
    Standard implementation of the QueueService interface.
    Represents the status of the queue entry.


    Supported API: true

    Extendable: false


    Supported API: true

    Extendable: false