|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceResponse | |
com.resilientedge.jockey.servicebridge | |
org.resilientedge.jockey.service |
Uses of ServiceResponse in com.resilientedge.jockey.servicebridge |
Methods in com.resilientedge.jockey.servicebridge that return ServiceResponse | |
ServiceResponse |
ServiceManagerBridge.invoke(ServiceProxy proxy,
ServiceCall call,
int timeout)
invoke a method on this service |
Uses of ServiceResponse in org.resilientedge.jockey.service |
Methods in org.resilientedge.jockey.service that return ServiceResponse | |
ServiceResponse |
ServiceProxy.invoke(ServiceCall call,
int timeout)
Invokes the service given the arguments and timeout period |
Methods in org.resilientedge.jockey.service with parameters of type ServiceResponse | |
void |
ServiceProxyListener.onResponse(ServiceResponseMarker responseMarker,
ServiceResponse response)
Called when a response has been received from a service invocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |