public class _CmdCallbackTie extends _CmdCallbackDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
__idsice_staticId| Constructor and Description | 
|---|
| _CmdCallbackTie(_CmdCallbackOperations delegate) | 
| _CmdCallbackTie() | 
| Modifier and Type | Method and 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. | 
___finished, ___step, __dispatch, __readImpl, __writeImpl, finished, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, step___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_preMarshalpublic static final long serialVersionUID
public _CmdCallbackTie()
public _CmdCallbackTie(_CmdCallbackOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void finished(Response rsp, Status s, Ice.Current __current)
_CmdCallbackOperationsStatus.flags list will
 contain information about whether or not the process
 was cancelled.finished in interface _CmdCallbackOperations__current - The Current object for the invocation.public void step(int complete,
                 int total,
                 Ice.Current __current)
_CmdCallbackOperationsstep in interface _CmdCallbackOperations__current - The Current object for the invocation.