OSGi™ Service Platform
Release 4 Version 4.2

org.osgi.service.remoteserviceadmin
Interface ImportReference


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.

ThreadSafe

Method Summary
 EndpointDescription getImportedEndpoint()
          Return the Endpoint Description for the remote endpoint.
 ServiceReference getImportedService()
          Return the Service Reference for the proxy for the endpoint.
 

Method Detail

getImportedService

ServiceReference getImportedService()
Return the Service Reference for the proxy for the endpoint.

Returns:
The Service Reference to the proxy for the endpoint. Must be null when the service is no longer imported.

getImportedEndpoint

EndpointDescription getImportedEndpoint()
Return the Endpoint Description for the remote endpoint.

Returns:
The Endpoint Description for the remote endpoint. Must be null when the service is no longer imported.

OSGi™ Service Platform
Release 4 Version 4.2

Copyright © OSGi Alliance (2000, 2010). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0