Class RemoteServiceAdmin.ImportReference
java.lang.Object
org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.ImportReference
- All Implemented Interfaces:
ImportReference
- Enclosing class:
- RemoteServiceAdmin
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescriptionReturn the Endpoint Description for the remote endpoint.Return the Service Reference for the proxy for the endpoint.long
toString()
-
Method Details
-
toString
-
getContainerID
-
getLocalContainerID
- Since:
- 4.6
-
getRemoteServiceId
public long getRemoteServiceId() -
getImportedService
Description copied from interface:ImportReference
Return the Service Reference for the proxy for the endpoint.- Specified by:
getImportedService
in interfaceImportReference
- Returns:
- The Service Reference to the proxy for the endpoint. Must be
null
when the service is no longer imported.
-
getImportedEndpoint
Description copied from interface:ImportReference
Return the Endpoint Description for the remote endpoint.- Specified by:
getImportedEndpoint
in interfaceImportReference
- Returns:
- The Endpoint Description for the remote endpoint. Must be
null
when the service is no longer imported.
-