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
protected  EndpointDescription AbstractMetadataFactory.decodeEndpointDescription(IServiceProperties discoveredServiceProperties)
           
 EndpointDescription EndpointDescriptionLocator.EndpointListenerHolder.getDescription()
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return types with arguments of type EndpointDescription
protected  java.util.Collection<EndpointDescription> AbstractTopologyManager.unexportService(org.osgi.framework.ServiceReference serviceReference)
           
 

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  void AbstractTopologyManager.advertiseEndpointDescription(EndpointDescription endpointDescription)
           
protected  java.lang.String ServiceInfoFactory.createDefaultServiceName(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID)
           
 IServiceInfo IServiceInfoFactory.createServiceInfo(IDiscoveryAdvertiser advertiser, EndpointDescription endpointDescription)
          Create an service info instance to represent the given endpointDescription for discovery using the given discovery advertiser.
 IServiceInfo ServiceInfoFactory.createServiceInfo(IDiscoveryAdvertiser advertiser, EndpointDescription endpointDescription)
           
protected  java.lang.String ServiceInfoFactory.createServiceName(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID)
           
protected  IServiceProperties ServiceInfoFactory.createServiceProperties(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID, java.lang.String serviceName, java.net.URI uri)
           
protected  IServiceTypeID ServiceInfoFactory.createServiceTypeID(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser)
           
protected  java.net.URI ServiceInfoFactory.createURI(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID, java.lang.String serviceName)
           
protected  org.eclipse.core.runtime.IStatus EndpointDescriptionAdvertiser.doDiscovery(EndpointDescription endpointDescription, boolean advertise)
           
protected  void AbstractMetadataFactory.encodeOSGiServiceProperties(EndpointDescription endpointDescription, IServiceProperties result)
           
protected  void AbstractMetadataFactory.encodeServiceProperties(EndpointDescription endpointDescription, IServiceProperties result)
           
protected  IEndpointDescriptionAdvertiser AbstractTopologyManager.getEndpointDescriptionAdvertiser(EndpointDescription endpointDescription)
           
 EndpointDescriptionLocator.EndpointListenerHolder[] EndpointDescriptionLocator.getMatchingEndpointListenerHolders(EndpointDescription description)
           
 EndpointDescriptionLocator.EndpointListenerHolder[] EndpointDescriptionLocator.getMatchingEndpointListenerHolders(org.osgi.framework.ServiceReference[] refs, EndpointDescription description)
           
 boolean DiscoveredEndpointDescriptionFactory.removeDiscoveredEndpointDescription(EndpointDescription endpointDescription)
           
 IServiceInfo IServiceInfoFactory.removeServiceInfo(IDiscoveryAdvertiser advertiser, EndpointDescription endpointDescription)
          Remove any previously created service info that is associated with the given endpointDescription (and advertiser).
 IServiceInfo ServiceInfoFactory.removeServiceInfo(IDiscoveryAdvertiser advertiser, 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.
protected  void AbstractTopologyManager.unadvertiseEndpointDescription(EndpointDescription endpointDescription)
           
 

Method parameters in org.eclipse.ecf.osgi.services.remoteserviceadmin with type arguments of type EndpointDescription
protected  void AbstractTopologyManager.advertiseEndpointDescriptions(java.util.List<EndpointDescription> endpointDescriptions)
           
 

Constructors in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type EndpointDescription
EndpointDescriptionLocator.EndpointListenerHolder(EndpointListener l, EndpointDescription d, java.lang.String f)
           
ServiceInfoFactory.ServiceInfoKey(EndpointDescription endpointDescription, Namespace discoveryNamespace)