|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface ImportReference
An 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 return null
.
Method Summary | |
---|---|
EndpointDescription |
getImportedEndpoint()
Return the Endpoint Description for the remote endpoint. |
org.osgi.framework.ServiceReference<?> |
getImportedService()
Return the Service Reference for the proxy for the endpoint. |
Method Detail |
---|
org.osgi.framework.ServiceReference<?> getImportedService()
null
when the service is no longer imported.EndpointDescription getImportedEndpoint()
null
when the service is no longer imported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |