public class _HandleTie extends _HandleDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
__idsice_staticId| Constructor and Description | 
|---|
| _HandleTie(_HandleOperations delegate) | 
| _HandleTie() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addCallback(CmdCallbackPrx cb,
           Ice.Current __current)Add a callback for notifications. | 
| boolean | cancel(Ice.Current __current)Attempts to cancel execution of this  Request. | 
| void | close(Ice.Current __current)Closes this handle. | 
| boolean | equals(java.lang.Object rhs) | 
| Request | getRequest(Ice.Current __current)Returns the request object that was used to
 initialize this handle. | 
| Response | getResponse(Ice.Current __current)Returns a response if this handle has finished
 execution, otherwise returns null. | 
| Status | getStatus(Ice.Current __current)Returns a status object for the current execution. | 
| int | hashCode() | 
| java.lang.Object | ice_delegate() | 
| void | ice_delegate(java.lang.Object delegate) | 
| void | removeCallback(CmdCallbackPrx cb,
              Ice.Current __current)Remove callback for notifications. | 
___addCallback, ___cancel, ___close, ___getRequest, ___getResponse, ___getStatus, ___removeCallback, __dispatch, __readImpl, __writeImpl, addCallback, cancel, close, getRequest, getResponse, getStatus, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, removeCallback___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 _HandleTie()
public _HandleTie(_HandleOperations 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 addCallback(CmdCallbackPrx cb, Ice.Current __current)
_HandleOperationsaddCallback in interface _HandleOperations__current - The Current object for the invocation.public boolean cancel(Ice.Current __current)
               throws LockTimeout
_HandleOperationsRequest. Returns
 true if cancellation was successful. Returns false if not,
 in which case likely this request will run to completion.cancel in interface _HandleOperations__current - The Current object for the invocation.LockTimeoutpublic void close(Ice.Current __current)
_HandleOperationsclose in interface _HandleOperations__current - The Current object for the invocation.public Request getRequest(Ice.Current __current)
_HandleOperationsgetRequest in interface _HandleOperations__current - The Current object for the invocation.public Response getResponse(Ice.Current __current)
_HandleOperationsgetResponse in interface _HandleOperations__current - The Current object for the invocation.public Status getStatus(Ice.Current __current)
_HandleOperationsResponse value.
 Never null.getStatus in interface _HandleOperations__current - The Current object for the invocation.public void removeCallback(CmdCallbackPrx cb, Ice.Current __current)
_HandleOperationsremoveCallback in interface _HandleOperations__current - The Current object for the invocation.