|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallExceptionList | |
org.xins.client | XINS client framework. |
org.xins.common.http | HTTP-related utility classes. |
org.xins.common.service | Service calling classes, supporting load-balancing and failover. |
Uses of CallExceptionList in org.xins.client |
Methods in org.xins.client that return CallExceptionList | |
CallExceptionList |
AbstractCAPICallResult.exceptions()
Returns the list of CallException s. |
Methods in org.xins.client with parameters of type CallExceptionList | |
protected CallResult |
XINSServiceCaller.createCallResult(CallRequest request,
TargetDescriptor succeededTarget,
long duration,
CallExceptionList exceptions,
Object result)
Constructs an appropriate CallResult object for a
successful call attempt. |
protected boolean |
XINSServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Uses of CallExceptionList in org.xins.common.http |
Methods in org.xins.common.http with parameters of type CallExceptionList | |
protected CallResult |
HTTPServiceCaller.createCallResult(CallRequest request,
TargetDescriptor succeededTarget,
long duration,
CallExceptionList exceptions,
Object result)
Constructs an appropriate CallResult object for a
successful call attempt. |
protected boolean |
HTTPServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Constructors in org.xins.common.http with parameters of type CallExceptionList | |
HTTPCallResult(HTTPCallRequest request,
TargetDescriptor succeededTarget,
long duration,
CallExceptionList exceptions,
HTTPCallResultData data)
Constructs a new HTTPCallResult object. |
Uses of CallExceptionList in org.xins.common.service |
Methods in org.xins.common.service that return CallExceptionList | |
CallExceptionList |
CallResult.getExceptions()
Returns the list of CallException s. |
Methods in org.xins.common.service with parameters of type CallExceptionList | |
protected abstract CallResult |
ServiceCaller.createCallResult(CallRequest request,
TargetDescriptor succeededTarget,
long duration,
CallExceptionList exceptions,
Object result)
Constructs an appropriate CallResult object for a
successful call attempt. |
protected boolean |
ServiceCaller.shouldFailOver(CallRequest request,
CallConfig callConfig,
CallExceptionList exceptions)
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list. |
Constructors in org.xins.common.service with parameters of type CallExceptionList | |
CallResult(CallRequest request,
TargetDescriptor succeededTarget,
long duration,
CallExceptionList exceptions)
Constructs a new CallResult object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |