Package omero.cmd
Class _CmdCallbackTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd._CmdCallbackDisp
-
- omero.cmd._CmdCallbackTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_CmdCallbackOperations,_CmdCallbackOperationsNC,CmdCallback
public class _CmdCallbackTie extends _CmdCallbackDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from class omero.cmd._CmdCallbackDisp
__ids
-
Fields inherited from interface omero.cmd.CmdCallback
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _CmdCallbackTie()_CmdCallbackTie(_CmdCallbackOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object rhs)voidfinished(Response rsp, Status s, Ice.Current __current)Called when the command has completed in any fashion including cancellation.inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)voidstep(int complete, int total, Ice.Current __current)Notifies clients that the given number of steps from the total is complete.-
Methods inherited from class omero.cmd._CmdCallbackDisp
___finished, ___step, __dispatch, __readImpl, __writeImpl, finished, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, step
-
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
-
_CmdCallbackTie
public _CmdCallbackTie()
-
_CmdCallbackTie
public _CmdCallbackTie(_CmdCallbackOperations 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
-
finished
public void finished(Response rsp, Status s, Ice.Current __current)
Description copied from interface:_CmdCallbackOperationsCalled when the command has completed in any fashion including cancellation. TheStatus.flagslist will contain information about whether or not the process was cancelled.- Specified by:
finishedin interface_CmdCallbackOperations__current- The Current object for the invocation.
-
step
public void step(int complete, int total, Ice.Current __current)Description copied from interface:_CmdCallbackOperationsNotifies clients that the given number of steps from the total is complete. This method will not necessarily be called for every step.- Specified by:
stepin interface_CmdCallbackOperations__current- The Current object for the invocation.
-
-