|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface ExportReference
An 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 return null
.
Method Summary | |
---|---|
EndpointDescription |
getExportedEndpoint()
Return the Endpoint Description for the local endpoint. |
org.osgi.framework.ServiceReference<?> |
getExportedService()
Return the service being exported. |
Method Detail |
---|
org.osgi.framework.ServiceReference<?> getExportedService()
null
when the service
is no longer exported.EndpointDescription getExportedEndpoint()
null
when the service is no longer exported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |