Package lumis.portal.processqueue

Package class diagram package lumis.portal.processqueue
Provides the objects for asynchronous processing in queue.

See:
          Description

Interface Summary
IProcessQueueManager Manager that allows a process to be executed asynchronously as well as see what is currently queued.
IProcessQueueManagerSPI Manager that controls the consumption part of a queue.
IQueueStatistics Interface that represents the overall state of the queue.
IQueueTask Interface that represents a process/task to be executed by the queue processor.
IQueueTaskProcess Interface that represents a queued process item.
 

Class Summary
AbstractQueueTask Default abstract implementation of IQueueTask for default behaviors.
ProcessQueueInitializer Initializes the queue listening for the current server.
QueueManager Manager that executes all interactions with the process queue.
QueueProcessor Runnable responsible for coordinating the steps for executing the retrieval, execution and completion of the tasks/processes from the asynchronous queue.
QueueStatistics Default implementation of the statistics.
QueueTaskProcess Represents a queued process item.
ServerQueueConfiguration Entity representing the server's queue listening configuration.
 

Enum Summary
QueueTaskProcessStatus Represents the current status of a queue item.
 

Package lumis.portal.processqueue Description

Provides the objects for asynchronous processing in queue.

This packages provides the API and SPI asynchronous processing using the default process queue.

Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.