Package | Description |
---|---|
ome.services.procs |
Internal process and process management
This includes interfaces and classes that provide thread process management for internal
processes critical to the operation of the OMERO server.
|
ome.services.procs.scripts |
Script processor infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessorSkeleton |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Processor> |
ProcessManager.Work.processors
processors available for processing.
|
Modifier and Type | Method and Description |
---|---|
Processor |
Process.processor() |
Processor |
ProcessSkeleton.processor() |
Constructor and Description |
---|
ProcessManager(SessionManager manager,
SecuritySystem sec,
Executor executor,
Processor... procs)
main constructor which takes a non-null array of
Processor
instances as its only argument. |
ProcessSkeleton(Processor p) |
Work(SecuritySystem sec,
Processor... procs) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptProcessor |
Constructor and Description |
---|
ScriptProcess(Processor p) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.