Package omero.grid
Interface InteractiveProcessor
-
- All Superinterfaces:
_InteractiveProcessorOperations
,_InteractiveProcessorOperationsNC
,Ice.Object
- All Known Implementing Classes:
_InteractiveProcessorDisp
,_InteractiveProcessorTie
public interface InteractiveProcessor extends Ice.Object, _InteractiveProcessorOperations, _InteractiveProcessorOperationsNC
Client facing interface to the background processing framework. If a user needs interactivity, one of these processors should be acquired from the ServiceFactory. Otherwise, a Job can be submitted via JobHandle.
-
-
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._InteractiveProcessorOperations
execute, expires, getJob, getResults, params, setDetach, stop
-
Methods inherited from interface omero.grid._InteractiveProcessorOperationsNC
execute, expires, getJob, getResults, params, setDetach, stop
-
-
-
-
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
-
-