Package | Description |
---|---|
com.jalios.jcms.fileprocessor.processingmanagement |
Modifier and Type | Method and Description |
---|---|
ProcessingData |
ProcessingThread.getLastProcessingData()
Retrieve the ProcessingData instance that processed during last
loop of this thread.
|
ProcessingData |
FileProcessorManager.getLastProcessingData() |
ProcessingData |
FileProcessorManager.getProcessingData()
Retrieve the next ProcessingData to processe, wait until one
is added if none is yet available.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProcessingData> |
FileProcessorManager.getProcessingDataQueueCopy()
Retrieve a copy of the Processing queue containing all
ProcessingData yet to be processed
|
Modifier and Type | Method and Description |
---|---|
void |
FileProcessorManager.add(ProcessingData data)
Add ProcessingData in the queue for a futur processing
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.