public class _CmdCallbackTie extends _CmdCallbackDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_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_preMarshal
public static final long serialVersionUID
public _CmdCallbackTie()
public _CmdCallbackTie(_CmdCallbackOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void finished(Response rsp, Status s, Ice.Current __current)
_CmdCallbackOperations
Status.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)
_CmdCallbackOperations
step
in interface _CmdCallbackOperations
__current
- The Current object for the invocation.