org.resilientedge.jockey.service
Interface ServiceProxyListener
- public interface ServiceProxyListener
Represents a service proxy listener that wishes to be informed when a
service invocation completes or times out.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- John Gardner
onResponse
public void onResponse(ServiceResponseMarker responseMarker,
ServiceResponse response)
- Called when a response has been received from a service invocation.
- Parameters:
responseMarker
- Description of Parameterresponse
- Description of Parameter
onTimeout
public void onTimeout(ServiceResponseMarker responseMarker)
- Called when a timeout has expired from a service invocation.
- Parameters:
responseMarker
- Description of Parameter
Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.