***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.events.broker
Interface EventResponseHandlerInterface

All Superinterfaces:
java.rmi.Remote

public interface EventResponseHandlerInterface
extends java.rmi.Remote

Interface to handle event responses produced by the EventBroker Service.

Usage

This interface must be implemented by clients wishing to send asynchronous events. The EventBrokerService uses this interface to return responses.

Since:
1.0

Method Summary
 void handleResponse(java.lang.String response)
          RMI clients receive responses from asynchronous processing completed by the EventBroker Service.
 

Method Detail

handleResponse

void handleResponse(java.lang.String response)
                    throws java.rmi.RemoteException
RMI clients receive responses from asynchronous processing completed by the EventBroker Service.

Parameters:
response - Response sent from an event broker.
Throws:
java.rmi.RemoteException - if a network anomaly occurs.

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.