Package omero.grid
Class _ProcessCallbackTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._ProcessCallbackDisp
-
- omero.grid._ProcessCallbackTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_ProcessCallbackOperations,_ProcessCallbackOperationsNC,ProcessCallback
public class _ProcessCallbackTie extends _ProcessCallbackDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from class omero.grid._ProcessCallbackDisp
__ids
-
Fields inherited from interface omero.grid.ProcessCallback
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ProcessCallbackTie()_ProcessCallbackTie(_ProcessCallbackOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object rhs)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)voidprocessCancelled(boolean success, Ice.Current __current)cancel() was called on this Process.voidprocessFinished(int returncode, Ice.Current __current)Process terminated normally.voidprocessKilled(boolean success, Ice.Current __current)kill() was called on this Process.-
Methods inherited from class omero.grid._ProcessCallbackDisp
___processCancelled, ___processFinished, ___processKilled, __dispatch, __readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, processCancelled, processFinished, processKilled
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ProcessCallbackTie
public _ProcessCallbackTie()
-
_ProcessCallbackTie
public _ProcessCallbackTie(_ProcessCallbackOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
processCancelled
public void processCancelled(boolean success, Ice.Current __current)Description copied from interface:_ProcessCallbackOperationscancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.- Specified by:
processCancelledin interface_ProcessCallbackOperations__current- The Current object for the invocation.
-
processFinished
public void processFinished(int returncode, Ice.Current __current)Description copied from interface:_ProcessCallbackOperationsProcess terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.- Specified by:
processFinishedin interface_ProcessCallbackOperations__current- The Current object for the invocation.
-
processKilled
public void processKilled(boolean success, Ice.Current __current)Description copied from interface:_ProcessCallbackOperationskill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.- Specified by:
processKilledin interface_ProcessCallbackOperations__current- The Current object for the invocation.
-
-