| Package | Description |
|---|---|
| org.imajine.image.processor | |
| org.imajine.image.processor.event |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalImagingTaskProcessor |
| Modifier and Type | Method and Description |
|---|---|
static ImagingTaskProcessor |
ImagingTaskProcessor.getInstance()
Gets the singleton instance of the processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImagingTask.prepare(ImagingTaskProcessor processor)
This method is performed in a local context before the task is
scheduled to run - that is, this method is performed in a serialized
fashion, possibly on a single computing node (depending on the processing
engine).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ImagingTaskProcessor.setDefault(Class<? extends ImagingTaskProcessor> defaultClass)
Sets the default implementation of the ImagingTaskProcessor
|
| Constructor and Description |
|---|
ImagingTaskProcessorEvent(ImagingTaskProcessor imagingTaskProcessor,
Serializable workerId,
ImagingTask task) |
Copyright © 2003–2014 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.