Class RemoteServiceAdmin.ImportReference
- java.lang.Object
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.ImportReference
 
- 
- All Implemented Interfaces:
- ImportReference
 - Enclosing class:
- RemoteServiceAdmin
 
 public class RemoteServiceAdmin.ImportReference extends Object implements ImportReference - Since:
- 4.2
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetContainerID()EndpointDescriptiongetImportedEndpoint()Return the Endpoint Description for the remote endpoint.ServiceReferencegetImportedService()Return the Service Reference for the proxy for the endpoint.IDgetLocalContainerID()longgetRemoteServiceId()StringtoString()
 
- 
- 
- 
Method Detail- 
getContainerIDpublic ID getContainerID() 
 - 
getLocalContainerIDpublic ID getLocalContainerID() - Since:
- 4.6
 
 - 
getRemoteServiceIdpublic long getRemoteServiceId() 
 - 
getImportedServicepublic ServiceReference getImportedService() Description copied from interface:ImportReferenceReturn the Service Reference for the proxy for the endpoint.- Specified by:
- getImportedServicein interface- ImportReference
- Returns:
- The Service Reference to the proxy for the endpoint. Must be
         nullwhen the service is no longer imported.
 
 - 
getImportedEndpointpublic EndpointDescription getImportedEndpoint() Description copied from interface:ImportReferenceReturn the Endpoint Description for the remote endpoint.- Specified by:
- getImportedEndpointin interface- ImportReference
- Returns:
- The Endpoint Description for the remote endpoint. Must be
         nullwhen the service is no longer imported.
 
 
- 
 
-