Interface ImportReference
- 
- All Known Implementing Classes:
- RemoteServiceAdmin.ImportReference
 
 @ProviderType public interface ImportReferenceAn Import Reference associates an active proxy service to a remote endpoint. The Import Reference can be used to reference an imported service. When the service is no longer imported, all methods must returnnull.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointDescriptiongetImportedEndpoint()Return the Endpoint Description for the remote endpoint.ServiceReference<?>getImportedService()Return the Service Reference for the proxy for the endpoint.
 
- 
- 
- 
Method Detail- 
getImportedServiceServiceReference<?> getImportedService() Return the Service Reference for the proxy for the endpoint.- Returns:
- The Service Reference to the proxy for the endpoint. Must be
         nullwhen the service is no longer imported.
 
 - 
getImportedEndpointEndpointDescription getImportedEndpoint() Return the Endpoint Description for the remote endpoint.- Returns:
- The Endpoint Description for the remote endpoint. Must be
         nullwhen the service is no longer imported.
 
 
- 
 
-