| Class | Description |
|---|---|
| CloseCommandBuilder |
Builds the command line to call the OMERO close session command.
|
| CreateCommandBuilder |
Builds the command line to call the OMERO create session command.
|
| Importer |
OMERO import service implementation.
|
| ImporterCommandBuilder |
Build the command line to call the OMERO importer.
|
| KeepAliveCommandBuilder |
Builds the command line to call the OMERO session keep-alive command.
|
| OmeCliCommandBuilder |
Template class for OMERO CLI command builders.
|
| OmeCliCommandPrinter |
Pretty-prints an
OME CLI command, masking the
values of selected options if desired. |
| OmeCliCommandRunner |
Spawns a separate JVM process to run an OME CLI command.
|
| OmeroEnv |
Provides access to service configuration and auxiliary services such as
logging.
|
| OmeroLogger |
Logging methods for the OMERO services.
|
| SessionKeepAliveHandler |
Consumes a message from the session keep-alive queue by pinging the
specified OMERO session.
|
| SessionManager |
Implements the
SessionService. |