See: Description
| Interface | Description |
|---|---|
| ProcessEventDispatch.ProcessEventHandler |
Shared interface that provides common methods for all event handlers
|
| Class | Description |
|---|---|
| AsynchronousContinualPreProcessor |
A PreProcessor that asynchronously processes incoming data
|
| PostProcessor<T extends Processor> |
When extending PostProcessor T must be of the type of class that is being created
i.e.
|
| PreProcessor |
Class that is used to apply incoming work before the actual transfer of files.
|
| ProcessEventDispatch |
This is the class that dispatches all processor events.
|
| ProcessEventDispatch.ProcessEventListener |
Listener class that listens for ProcessorEvents that are dispatched by thge ProcessEventDispatch class
|
| ProcessFactory<T extends Processor> |
This factory replaces the previous PostProcessor design and makes it thread safe since, in reality, multiple PostProcesses would be running in Parallel.
|
| ProcessFactory.FactoryProcessor<T extends Processor> |
Class that defines methods for processing factories for individual processors
|
| ProcessManager |
This class manages processes.
|
| Processor |
This is the base class for Pre/Post processing.
|
| Exception | Description |
|---|---|
| Processor.ShutdownException |
Exception that is thrown when the processor tests for shutdown and succeeds
|
Copyright © 2006 - 2022 - HelpSystems LLC All Rights Reserved.