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

Method Summary
 void onResponse(ServiceResponseMarker responseMarker, ServiceResponse response)
          Called when a response has been received from a service invocation.
 void onTimeout(ServiceResponseMarker responseMarker)
          Called when a timeout has expired from a service invocation.
 

Method Detail

onResponse

public void onResponse(ServiceResponseMarker responseMarker,
                       ServiceResponse response)
Called when a response has been received from a service invocation.
Parameters:
responseMarker - Description of Parameter
response - 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.