Class RemoteServiceAdmin.ExportReference
- java.lang.Object
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.ExportReference
 
- 
- All Implemented Interfaces:
- ExportReference
 - Enclosing class:
- RemoteServiceAdmin
 
 public class RemoteServiceAdmin.ExportReference extends Object implements ExportReference - Since:
- 4.2
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetContainerID()EndpointDescriptiongetExportedEndpoint()Return the Endpoint Description for the local endpoint.ServiceReferencegetExportedService()Return the service being exported.longgetRemoteServiceId()StringtoString()
 
- 
- 
- 
Method Detail- 
getContainerIDpublic ID getContainerID() 
 - 
getRemoteServiceIdpublic long getRemoteServiceId() 
 - 
getExportedServicepublic ServiceReference getExportedService() Description copied from interface:ExportReferenceReturn the service being exported.- Specified by:
- getExportedServicein interface- ExportReference
- Returns:
- The service being exported. Must be nullwhen the service is no longer exported.
 
 - 
getExportedEndpointpublic EndpointDescription getExportedEndpoint() Description copied from interface:ExportReferenceReturn the Endpoint Description for the local endpoint.- Specified by:
- getExportedEndpointin interface- ExportReference
- Returns:
- The Endpoint Description for the local endpoint. Must be
         nullwhen the service is no longer exported.
 
 
- 
 
-