public class _HandleTie extends _HandleDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_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_preMarshal
public static final long serialVersionUID
public _HandleTie()
public _HandleTie(_HandleOperations 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 addCallback(CmdCallbackPrx cb, Ice.Current __current)
_HandleOperations
addCallback
in interface _HandleOperations
__current
- The Current object for the invocation.public boolean cancel(Ice.Current __current) throws LockTimeout
_HandleOperations
Request
. 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.LockTimeout
public void close(Ice.Current __current)
_HandleOperations
close
in interface _HandleOperations
__current
- The Current object for the invocation.public Request getRequest(Ice.Current __current)
_HandleOperations
getRequest
in interface _HandleOperations
__current
- The Current object for the invocation.public Response getResponse(Ice.Current __current)
_HandleOperations
getResponse
in interface _HandleOperations
__current
- The Current object for the invocation.public Status getStatus(Ice.Current __current)
_HandleOperations
Response
value.
Never null.getStatus
in interface _HandleOperations
__current
- The Current object for the invocation.public void removeCallback(CmdCallbackPrx cb, Ice.Current __current)
_HandleOperations
removeCallback
in interface _HandleOperations
__current
- The Current object for the invocation.