org.eclipse.ecf.examples.remoteservices.hello
Interface IHelloAsync

All Superinterfaces:
IAsyncRemoteServiceProxy

public interface IHelloAsync
extends IAsyncRemoteServiceProxy

Since:
2.0

Field Summary
 
Fields inherited from interface org.eclipse.ecf.remoteservice.IAsyncRemoteServiceProxy
ASYNC_INTERFACE_SUFFIX, ASYNC_METHOD_SUFFIX
 
Method Summary
 org.eclipse.equinox.concurrent.future.IFuture helloAsync(java.lang.String from)
           
 void helloAsync(java.lang.String from, IAsyncCallback<java.lang.String> callback)
           
 org.eclipse.equinox.concurrent.future.IFuture helloMessageAsync(HelloMessage message)
           
 void helloMessageAsync(HelloMessage message, IAsyncCallback<java.lang.String> callback)
           
 

Method Detail

helloAsync

void helloAsync(java.lang.String from,
                IAsyncCallback<java.lang.String> callback)

helloAsync

org.eclipse.equinox.concurrent.future.IFuture helloAsync(java.lang.String from)

helloMessageAsync

void helloMessageAsync(HelloMessage message,
                       IAsyncCallback<java.lang.String> callback)
Since:
3.0

helloMessageAsync

org.eclipse.equinox.concurrent.future.IFuture helloMessageAsync(HelloMessage message)
Since:
3.0