|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceCall | |
com.resilientedge.jockey.servicebridge | |
org.resilientedge.jockey.service |
Uses of ServiceCall in com.resilientedge.jockey.servicebridge |
Methods in com.resilientedge.jockey.servicebridge with parameters of type ServiceCall | |
ServiceResponse |
ServiceManagerBridge.invoke(ServiceProxy proxy,
ServiceCall call,
int timeout)
invoke a method on this service |
Uses of ServiceCall in org.resilientedge.jockey.service |
Methods in org.resilientedge.jockey.service that return ServiceCall | |
ServiceCall |
ServiceProxy.createServiceCall(java.lang.String callName,
java.lang.Object[] arguments)
createServiceCall is provided a convenience
to create a service call to invoke methods on this proxy |
Methods in org.resilientedge.jockey.service with parameters of type ServiceCall | |
ServiceResponse |
ServiceProxy.invoke(ServiceCall call,
int timeout)
Invokes the service given the arguments and timeout period |
ServiceResponseMarker |
ServiceProxy.invokeAsync(ServiceCall call,
int timeout)
Invokes the service asynchronously given the arguments and timeout period, calling the ServiceProxyListener when updates are available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |