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

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.
 



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