Interface ExportReference
- 
- All Known Implementing Classes:
- RemoteServiceAdmin.ExportReference
 
 @ProviderType public interface ExportReferenceAn Export Reference associates a service with a local endpoint. The Export Reference can be used to reference an exported service. When the service is no longer exported, all methods must returnnull.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointDescriptiongetExportedEndpoint()Return the Endpoint Description for the local endpoint.ServiceReference<?>getExportedService()Return the service being exported.
 
- 
- 
- 
Method Detail- 
getExportedServiceServiceReference<?> getExportedService() Return the service being exported.- Returns:
- The service being exported. Must be nullwhen the service is no longer exported.
 
 - 
getExportedEndpointEndpointDescription getExportedEndpoint() Return the Endpoint Description for the local endpoint.- Returns:
- The Endpoint Description for the local endpoint. Must be
         nullwhen the service is no longer exported.
 
 
- 
 
-