|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingResult | |
---|---|
org.kuali.rice.kcb.quartz |
Uses of ProcessingResult in org.kuali.rice.kcb.quartz |
---|
Methods in org.kuali.rice.kcb.quartz that return ProcessingResult | |
---|---|
ProcessingResult<MessageDelivery> |
MessageProcessingJob.run()
|
ProcessingResult<T> |
ConcurrentJob.run()
Main processing method which invokes subclass implementations of template methods to obtain available work items, and process them concurrently |
Methods in org.kuali.rice.kcb.quartz with parameters of type ProcessingResult | |
---|---|
void |
ProcessingResult.add(ProcessingResult<T> result)
Adds the contents of the specified ProcessingResult to this ProcessingResult |
protected void |
MessageProcessingJob.finishProcessing(ProcessingResult<MessageDelivery> result)
|
protected void |
ConcurrentJob.finishProcessing(ProcessingResult<T> result)
Template method called after processing of work items has completed |
protected Collection<Collection<MessageDelivery>> |
MessageProcessingJob.groupWorkItems(Collection<MessageDelivery> workItems,
ProcessingResult<MessageDelivery> result)
Group work items by deliverer and notification, so that deliveries to bulk deliverers are grouped by notification |
protected Collection<Collection<T>> |
ConcurrentJob.groupWorkItems(Collection<T> workItems,
ProcessingResult<T> result)
Template method that subclasses should override to group work items into units of work |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |