public class RemoteServiceAdmin.ExportReference extends java.lang.Object implements ExportReference
Modifier and Type | Method and Description |
---|---|
ID |
getContainerID() |
EndpointDescription |
getExportedEndpoint()
Return the Endpoint Description for the local endpoint.
|
org.osgi.framework.ServiceReference |
getExportedService()
Return the service being exported.
|
long |
getRemoteServiceId() |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public ID getContainerID()
public long getRemoteServiceId()
public org.osgi.framework.ServiceReference getExportedService()
ExportReference
getExportedService
in interface ExportReference
null
when the service
is no longer exported.public EndpointDescription getExportedEndpoint()
ExportReference
getExportedEndpoint
in interface ExportReference
null
when the service is no longer exported.