Package org.eclipse.ecf.remoteservice
Interface IRemoteServiceProxy
- 
 public interface IRemoteServiceProxy- Since:
- 3.2
- Restriction:
- This interface is not intended to be implemented by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IRemoteServicegetRemoteService()Get IRemoteService associated with this proxyIRemoteServiceReferencegetRemoteServiceReference()Get IRemoteService reference associated with this proxy.
 
- 
- 
- 
Method Detail- 
getRemoteServiceIRemoteService getRemoteService() Get IRemoteService associated with this proxy- Returns:
- IRemoteService for this proxy.  May be nullif no IRemoteService available for proxy.
 
 - 
getRemoteServiceReferenceIRemoteServiceReference getRemoteServiceReference() Get IRemoteService reference associated with this proxy.- Returns:
- IRemoteServiceReference for this proxy.  May be nullif no IRemoteServiceReference associated with this proxy.
- Since:
- 4.0
 
 
- 
 
-