Uses of Class
org.resilientedge.jockey.service.ServiceCall

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.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.