public interface _HandleOperationsNC
Modifier and Type | Method and Description |
---|---|
void |
addCallback(CmdCallbackPrx cb)
Add a callback for notifications.
|
boolean |
cancel()
Attempts to cancel execution of this
Request . |
void |
close()
Closes this handle.
|
Request |
getRequest()
Returns the request object that was used to
initialize this handle.
|
Response |
getResponse()
Returns a response if this handle has finished
execution, otherwise returns null.
|
Status |
getStatus()
Returns a status object for the current execution.
|
void |
removeCallback(CmdCallbackPrx cb)
Remove callback for notifications.
|
void addCallback(CmdCallbackPrx cb)
void removeCallback(CmdCallbackPrx cb)
Request getRequest()
Response getResponse()
Status getStatus()
Response
value.
Never null.boolean cancel() throws LockTimeout
Request
. Returns
true if cancellation was successful. Returns false if not,
in which case likely this request will run to completion.LockTimeout
void close()