org.eclipse.ecf.examples.loadbalancing
Interface IDataProcessorAsync

All Superinterfaces:
IAsyncRemoteServiceProxy

public interface IDataProcessorAsync
extends IAsyncRemoteServiceProxy


Field Summary
 
Fields inherited from interface org.eclipse.ecf.remoteservice.IAsyncRemoteServiceProxy
ASYNC_INTERFACE_SUFFIX, ASYNC_METHOD_SUFFIX
 
Method Summary
 void processDataAsync(java.lang.String data, IAsyncCallback<java.lang.String> callback)
           
 

Method Detail

processDataAsync

void processDataAsync(java.lang.String data,
                      IAsyncCallback<java.lang.String> callback)