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

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

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.remoteserviceadmin
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return IServiceProperties
protected  IServiceProperties ServiceInfoFactory.createServiceProperties(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID, java.lang.String serviceName, java.net.URI uri)
           
 

Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type IServiceProperties
protected  IServiceInfo ServiceInfoFactory.createServiceInfo(java.net.URI uri, java.lang.String serviceName, IServiceTypeID serviceTypeID, IServiceProperties serviceProperties)
           
protected  EndpointDescription AbstractMetadataFactory.decodeEndpointDescription(IServiceProperties discoveredServiceProperties)
           
protected  java.util.List<java.lang.String> AbstractMetadataFactory.decodeList(IServiceProperties props, java.lang.String name)
           
protected  java.lang.Long AbstractMetadataFactory.decodeLong(IServiceProperties props, java.lang.String name)
           
protected  void AbstractMetadataFactory.decodeNonStandardServiceProperties(IServiceProperties props, java.util.Map<java.lang.String,java.lang.Object> result)
           
protected  void AbstractMetadataFactory.decodeOSGiProperties(IServiceProperties props, java.util.Map osgiProperties)
           
protected  java.lang.String AbstractMetadataFactory.decodeString(IServiceProperties props, java.lang.String name)
           
protected  void AbstractMetadataFactory.encodeList(IServiceProperties props, java.lang.String name, java.util.List<java.lang.String> list)
           
protected  void AbstractMetadataFactory.encodeLong(IServiceProperties result, java.lang.String name, java.lang.Long value)
           
protected  void AbstractMetadataFactory.encodeNonStandardServiceProperties(java.util.Map<java.lang.String,java.lang.Object> properties, IServiceProperties result)
           
protected  void AbstractMetadataFactory.encodeOSGiServiceProperties(EndpointDescription endpointDescription, IServiceProperties result)
           
protected  void AbstractMetadataFactory.encodeServiceProperties(EndpointDescription endpointDescription, IServiceProperties result)
           
protected  void AbstractMetadataFactory.encodeString(IServiceProperties props, java.lang.String name, java.lang.String value)