Package | Description |
---|---|
ome.services |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
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 | Method and Description |
---|---|
void |
JobBean.processCancelled(Process proc) |
void |
JobBean.processFinished(Process proc) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessSkeleton |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Long,Process> |
ProcessManager.Work.procMap
Map of all active
processes . |
Modifier and Type | Method and Description |
---|---|
Process |
ProcessorSkeleton.process(Job job) |
Process |
Processor.process(long id) |
Process |
ProcessorSkeleton.process(long id) |
Process |
IProcessManager.runningProcess(long jobId)
|
Process |
ProcessManager.runningProcess(long jobId) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessCallback.processCancelled(Process proc) |
void |
ProcessCallback.processFinished(Process proc) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptProcess |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.