Package omero.grid
Interface Processor
-
- All Superinterfaces:
_ProcessorOperations
,_ProcessorOperationsNC
,Ice.Object
- All Known Implementing Classes:
_ProcessorDisp
,_ProcessorTie
public interface Processor extends Ice.Object, _ProcessorOperations, _ProcessorOperationsNC
Simple controller for Processes. Uses the session id given to create an Ice.Config file which is used as the sole argument to an execution of the given job. Jobs are responsible for loading arguments from the environment via the session id.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.grid._ProcessorOperations
parseJob, processJob, requestRunning, willAccept
-
Methods inherited from interface omero.grid._ProcessorOperationsNC
parseJob, processJob, requestRunning, willAccept
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-