Class RemoteServiceAdmin.ImportReference

    • Method Detail

      • getContainerID

        public ID getContainerID()
      • getLocalContainerID

        public ID getLocalContainerID()
        Since:
        4.6
      • getRemoteServiceId

        public long getRemoteServiceId()
      • getImportedService

        public ServiceReference getImportedService()
        Description copied from interface: ImportReference
        Return the Service Reference for the proxy for the endpoint.
        Specified by:
        getImportedService in interface ImportReference
        Returns:
        The Service Reference to the proxy for the endpoint. Must be null when the service is no longer imported.
      • getImportedEndpoint

        public EndpointDescription getImportedEndpoint()
        Description copied from interface: ImportReference
        Return the Endpoint Description for the remote endpoint.
        Specified by:
        getImportedEndpoint in interface ImportReference
        Returns:
        The Endpoint Description for the remote endpoint. Must be null when the service is no longer imported.