|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCAPICallResult | |
org.xins.client | XINS client framework. |
org.xins.client.async | Functionality for calling XINS APIs asynchronously. |
Uses of AbstractCAPICallResult in org.xins.client |
Constructors in org.xins.client with parameters of type AbstractCAPICallResult | |
UnacceptableResultXINSCallException(AbstractCAPICallResult result,
String detail,
Throwable cause)
Constructs a new UnacceptableCallResultException using the
specified AbstractCAPICallResult . |
Uses of AbstractCAPICallResult in org.xins.client.async |
Methods in org.xins.client.async that return AbstractCAPICallResult | |
AbstractCAPICallResult |
CallCAPIThread.getResult()
Gets the result returned by the function. |
AbstractCAPICallResult |
CallSucceededEvent.getResult()
Gets the result returned by the function. |
Constructors in org.xins.client.async with parameters of type AbstractCAPICallResult | |
CallSucceededEvent(AbstractCAPI capi,
AbstractCAPICallRequest request,
long duration,
AbstractCAPICallResult result)
Creates a successful call event. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |