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.EndpointListenerHolder.getDescription()
           
 EndpointDescription RemoteServiceAdmin.RemoteServiceAdminEvent.getEndpointDescription()
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescription
 org.eclipse.core.runtime.IStatus EndpointDescriptionAdvertiser.advertise(EndpointDescription endpointDescription)
           
 org.eclipse.core.runtime.IStatus IEndpointDescriptionAdvertiser.advertise(EndpointDescription endpointDescription)
          Advertise/publish the given endpoint description.
protected  org.eclipse.core.runtime.IStatus EndpointDescriptionAdvertiser.doDiscovery(EndpointDescription endpointDescription, boolean advertise)
           
protected  EndpointDescriptionLocator.EndpointListenerHolder[] EndpointDescriptionLocator.getMatchingEndpointListenerHolders(EndpointDescription description)
           
 EndpointDescriptionLocator.EndpointListenerHolder[] EndpointDescriptionLocator.getMatchingEndpointListenerHolders(org.osgi.framework.ServiceReference[] refs, EndpointDescription description)
           
protected  void AbstractTopologyManager.handleECFEndpointAdded(EndpointDescription endpointDescription)
           
 boolean DiscoveredEndpointDescriptionFactory.removeDiscoveredEndpointDescription(EndpointDescription endpointDescription)
           
 IRemoteServiceContainer ConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription)
           
 IRemoteServiceContainer IConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription)
          Select (or create and initialize) a consumer remote service container.
 org.eclipse.core.runtime.IStatus EndpointDescriptionAdvertiser.unadvertise(EndpointDescription endpointDescription)
           
 org.eclipse.core.runtime.IStatus IEndpointDescriptionAdvertiser.unadvertise(EndpointDescription endpointDescription)
          Unadvertise/unpublishe the given endpoint description.
 

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