Package omero.grid
Interface Process
-
- All Superinterfaces:
_ProcessOperations
,_ProcessOperationsNC
,Ice.Object
- All Known Subinterfaces:
ScriptProcess
- All Known Implementing Classes:
_ProcessDisp
,_ProcessTie
,_ScriptProcessDisp
,_ScriptProcessTie
public interface Process extends Ice.Object, _ProcessOperations, _ProcessOperationsNC
Thin wrapper around a system-level process. Most closely resembles Python's subprocess.Popen class.
-
-
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
-
-
-
-
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
-
-