Package omero.grid
Interface ScriptProcess
-
- All Superinterfaces:
_ProcessOperations
,_ProcessOperationsNC
,_ScriptProcessOperations
,_ScriptProcessOperationsNC
,Ice.Object
,Process
- All Known Implementing Classes:
_ScriptProcessDisp
,_ScriptProcessTie
public interface ScriptProcess extends Ice.Object, _ScriptProcessOperations, _ScriptProcessOperationsNC, Process
Extension of theProcess
interface which is returned byIScript
when anScriptJob
is launched. It is critical that instances of (@code ScriptProcess} are closed on completion. See the_ScriptProcessOperations.close(boolean, Ice.Current)
method for more information.
-
-
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._ProcessOperations
_wait, cancel, kill, poll, registerCallback, shutdown, unregisterCallback
-
Methods inherited from interface omero.grid._ProcessOperationsNC
_wait, cancel, kill, poll, registerCallback, shutdown, unregisterCallback
-
Methods inherited from interface omero.grid._ScriptProcessOperations
close, getJob, getResults, setMessage
-
Methods inherited from interface omero.grid._ScriptProcessOperationsNC
close, getJob, getResults, setMessage
-
-
-
-
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
-
-