Class | Description |
---|---|
BatchCompletedHandler |
Finalisation task to run when an import batch has completed, i.e.
|
BatchDisposalHandler |
Finalisation task to run after
batch completion
to get rid of any resources still associated with the batch, such as import
logs and the batch store file. |
BatchManager |
Manages the life-cycle of
ImportBatch es. |
BatchSessionsReaper |
Closes all the OMERO sessions in an import batch.
|
BatchUpdateHandler |
Finalisation task to update an import batch to reflect one of its imports
has completed.
|
Finaliser |
Carries out completion procedures after the
ImportRunner or the
ImportFailureHandler have finished their work. |
FinaliserFailureHandler |
Implements the
FailedFinalisationHandler . |
ImportEnv |
Provides access to import configuration and queues.
|
ImportErrorMailFormatter |
Formats email messages to send out to sys admins when an import within a
batch fails.
|
ImportErrorNotifier |
Triggers the sending of an import error notification email.
|
ImportFailureHandler |
Handles an import that failed permanently, i.e.
|
ImportLogger |
Logging methods for the import service.
|
ImportMailFormatter |
Builds email messages to notify users and sys admins of the processing
outcome of an import batch.
|
ImportMonitor |
Implementation of the
import tracking service. |
ImportOutcomeNotifier |
Triggers the sending of import outcome notification emails.
|
ImportOutput | |
ImportOutputFormatter | |
ImportRunner |
Implements the
ImportProcessor . |
ImportTrigger |
Implements the
ImportRequestor . |