Package org.eclipse.ecf.remoteservice

Interface Summary
Constants Remote service API constants.
IAsyncCallback<ResultType> Asynchronous callback contract.
IAsyncRemoteServiceProxy  
IOSGiRemoteServiceContainerAdapter  
IRemoteCall Instances of this interface are used to invoke a method call on a remote service
IRemoteCallListener Listener for remote call events.
IRemoteFilter Filter for remote service references.
IRemoteService Interface providing runtime access to a remote service.
IRemoteServiceConsumer  
IRemoteServiceContainer Remote service container that provides access to underlying IContainer and remote service container adapter.
IRemoteServiceContainerAdapter Entry point remote service container adapter.
IRemoteServiceHost  
IRemoteServiceID Remote service ID.
IRemoteServiceListener Listener for remote service changes (register and unregister).
IRemoteServiceProxy  
IRemoteServiceReference Remote service reference.
IRemoteServiceRegistration Remote service registration.
 

Class Summary
AbstractRemoteCallListener Abstract implementer of IRemoteCallListener.
AbstractRemoteService Abstract remote service implementation.
CallbackRemoteCallListener  
RemoteCall  
RemoteCallFactory Factory to support the creation of IRemoteCall objects.
RemoteServiceContainer  
RemoteServiceHelper Helper class for making it easier to call a remote service with method name and optional parameters.
RemoteServiceID  
 

Annotation Types Summary
AsyncMethod Async method annotation.
AsyncService Async service annotation.