public interface _HandleOperations
| 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. | 
| 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. | 
| void | removeCallback(CmdCallbackPrx cb,
              Ice.Current __current)Remove callback for notifications. | 
void addCallback(CmdCallbackPrx cb, Ice.Current __current)
__current - The Current object for the invocation.void removeCallback(CmdCallbackPrx cb, Ice.Current __current)
__current - The Current object for the invocation.Request getRequest(Ice.Current __current)
__current - The Current object for the invocation.Response getResponse(Ice.Current __current)
__current - The Current object for the invocation.Status getStatus(Ice.Current __current)
Response value.
 Never null.__current - The Current object for the invocation.boolean cancel(Ice.Current __current)
        throws LockTimeout
Request. Returns
 true if cancellation was successful. Returns false if not,
 in which case likely this request will run to completion.__current - The Current object for the invocation.LockTimeoutvoid close(Ice.Current __current)
__current - The Current object for the invocation.