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.Objectpublic ID getContainerID()
public long getRemoteServiceId()
public org.osgi.framework.ServiceReference getExportedService()
ExportReferencegetExportedService in interface ExportReferencenull when the service
is no longer exported.public EndpointDescription getExportedEndpoint()
ExportReferencegetExportedEndpoint in interface ExportReferencenull when the service is no longer exported.