Package to.etc.webapp.pendingoperations

Interface Summary
IPendingOperationExecutor Factory type which generates an executor instance
IPendingOperationListener Interface which can be used to listen to events on the pending operation queue.
IPollQueueTaskProvider A thingy which gets polled regularly for new tasks to execute by the polling queue provider.
 

Class Summary
PendingOperation Represents a pending operation in the pending operation queue.
PendingOperationTask This is a runnable which tries to execute one or more PendingOperations.
PendingOperationTaskProvider This polled task provider checks for tasks to execute in the sys_pending_operations table.
PolledActionQueue Queue containing jobs to execute.
PollingWorkerQueue Generic Executor which polls for jobs to execute.
 

Enum Summary
PendingOperationState  
 

Exception Summary
PendingOperationSerializationException