|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceResponseMarker | |
org.resilientedge.jockey.service |
Uses of ServiceResponseMarker in org.resilientedge.jockey.service |
Methods in org.resilientedge.jockey.service that return ServiceResponseMarker | |
ServiceResponseMarker |
ServiceProxy.invokeAsync(ServiceCall call,
int timeout)
Invokes the service asynchronously given the arguments and timeout period, calling the ServiceProxyListener when updates are available. |
Methods in org.resilientedge.jockey.service with parameters of type ServiceResponseMarker | |
void |
ServiceProxyListener.onResponse(ServiceResponseMarker responseMarker,
ServiceResponse response)
Called when a response has been received from a service invocation. |
void |
ServiceProxyListener.onTimeout(ServiceResponseMarker responseMarker)
Called when a timeout has expired from a service invocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |