@ProviderType
public interface ExportReference
null.| Modifier and Type | Method | Description |
|---|---|---|
EndpointDescription |
getExportedEndpoint() |
Return the Endpoint Description for the local endpoint.
|
org.osgi.framework.ServiceReference<?> |
getExportedService() |
Return the service being exported.
|
org.osgi.framework.ServiceReference<?> getExportedService()
null when the service
is no longer exported.EndpointDescription getExportedEndpoint()
null when the service is no longer exported.