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 long
serialVersionUID
-
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 boolean
equals(java.lang.Object rhs)
void
finished(Response rsp, Status s, Ice.Current __current)
Called when the command has completed in any fashion including cancellation.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
step(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_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
finished
public void finished(Response rsp, Status s, Ice.Current __current)
Description copied from interface:_CmdCallbackOperations
Called when the command has completed in any fashion including cancellation. TheStatus.flags
list will contain information about whether or not the process was cancelled.- Specified by:
finished
in interface_CmdCallbackOperations
__current
- The Current object for the invocation.
-
step
public void step(int complete, int total, Ice.Current __current)
Description copied from interface:_CmdCallbackOperations
Notifies clients that the given number of steps from the total is complete. This method will not necessarily be called for every step.- Specified by:
step
in interface_CmdCallbackOperations
__current
- The Current object for the invocation.
-
-