Package wt.queue
package wt.queue
-
ClassDescriptionComposite data object representing raw counts of queue entries executed and the total execution time for those entries
Supported API: true
Extendable: falseExposes 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: falseThis 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: falseSimple marker interface for a Notifer MBean This notifier provides general admin notification capabilities for queue entry execution failures.TheProcessingQueuerepresents a specific (named) processing queue.TheQueueEntryrepresents 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: trueInterface 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 thenewScheduleQueuestatic factory method(s), not theScheduleQueueconstructor, to construct instances of this class.Use thenewScheduleQueueEntrystatic factory method(s), not theScheduleQueueEntryconstructor, 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