Uses of Class
org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescription

Packages that use EndpointDescription
org.eclipse.ecf.osgi.services.remoteserviceadmin   
 

Uses of EndpointDescription in org.eclipse.ecf.osgi.services.remoteserviceadmin
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return EndpointDescription
 EndpointDescription[] EndpointDescriptionLocator.getDiscoveredEndpoints()
           
 EndpointDescription[] IEndpointDescriptionLocator.getDiscoveredEndpoints()
          Get endpoints discovered by this endpoint locator
 EndpointDescription RemoteServiceAdmin.RemoteServiceAdminEvent.getEndpointDescription()
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescription
 void EndpointDescriptionLocator.discoverEndpoint(EndpointDescription endpointDescription)
           
 void IEndpointDescriptionLocator.discoverEndpoint(EndpointDescription endpointDescription)
          Discover the given endpointDescription.
 IServiceID EndpointDescriptionLocator.getNetworkDiscoveredServiceID(EndpointDescription endpointDescription)
           
 IServiceID IEndpointDescriptionLocator.getNetworkDiscoveredServiceID(EndpointDescription endpointDescription)
          Get the service ID associated with the given endpoint description.
protected  void AbstractTopologyManager.handleECFEndpointAdded(EndpointDescription endpointDescription)
           
protected  void AbstractTopologyManager.handleECFEndpointModified(EndpointDescription endpoint)
           
 IRemoteServiceContainer ConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription)
           
 IRemoteServiceContainer IConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription)
          Select (or create and initialize) a consumer remote service container.
 void EndpointDescriptionLocator.undiscoverEndpoint(EndpointDescription endpointDescription)
           
 void IEndpointDescriptionLocator.undiscoverEndpoint(EndpointDescription endpointDescription)
          Remove the given endpointDescription.
 void EndpointDescriptionLocator.updateEndpoint(EndpointDescription endpointDescription)
           
 void IEndpointDescriptionLocator.updateEndpoint(EndpointDescription endpointDescription)
          Update the given endpointDescription.
protected  void DebugRemoteServiceAdminListener.writeEndpoint(EndpointDescription endpointDescription)
           
 

Constructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescription
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ExportReference exportReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
           
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ImportReference importReference, java.lang.Throwable exception, EndpointDescription endpointDescription)