Uses of Interface
org.eclipse.ecf.discovery.IServiceProperties

Packages that use IServiceProperties
org.eclipse.ecf.discovery   
org.eclipse.ecf.osgi.services.discovery   
 

Uses of IServiceProperties in org.eclipse.ecf.discovery
 

Classes in org.eclipse.ecf.discovery that implement IServiceProperties
 class ServiceProperties
          Service properties implementation class for IServiceProperties.
 

Fields in org.eclipse.ecf.discovery declared as IServiceProperties
protected  IServiceProperties ServiceInfo.properties
           
 

Methods in org.eclipse.ecf.discovery that return IServiceProperties
 IServiceProperties IServiceInfo.getServiceProperties()
          Map with any/all properties associated with the service.
 IServiceProperties ServiceInfo.getServiceProperties()
           
 

Constructors in org.eclipse.ecf.discovery with parameters of type IServiceProperties
ServiceInfo(java.net.URI anURI, java.lang.String aServiceName, IServiceTypeID aServiceTypeID, int priority, int weight, IServiceProperties props)
           
ServiceInfo(java.net.URI anURI, java.lang.String aServiceName, IServiceTypeID aServiceTypeID, int priority, int weight, IServiceProperties props, long ttl)
          Create an IServiceInfo instance.
ServiceInfo(java.net.URI anURI, java.lang.String aServiceName, IServiceTypeID aServiceTypeID, IServiceProperties props)
           
ServiceProperties(IServiceProperties sp)
          Creates a copy of the given IServiceProperties
 

Uses of IServiceProperties in org.eclipse.ecf.osgi.services.discovery
 

Methods in org.eclipse.ecf.osgi.services.discovery with parameters of type IServiceProperties
protected  java.lang.String AbstractDiscoveryListener.printServiceProperties(int tabLevel, IServiceProperties serviceProperties)
           
protected  java.lang.String AbstractDiscoveryListener.printServicePropertyBytes(int tabLevel, IServiceProperties serviceProperties, java.lang.String propertyName, java.lang.String outputName)
           
protected  java.lang.String AbstractDiscoveryListener.printServicePropertyString(int tabLevel, IServiceProperties serviceProperties, java.lang.String propertyName, java.lang.String outputName)