Uses of Interface
org.eclipse.ecf.discovery.IServiceProperties
Packages that use IServiceProperties
-
Uses of IServiceProperties in org.eclipse.ecf.discovery
Classes in org.eclipse.ecf.discovery that implement IServicePropertiesModifier and TypeClassDescriptionclass
Service properties implementation class forIServiceProperties
.Fields in org.eclipse.ecf.discovery declared as IServicePropertiesMethods in org.eclipse.ecf.discovery that return IServicePropertiesModifier and TypeMethodDescriptionIServiceInfo.getServiceProperties()
Map with any/all properties associated with the service.ServiceInfo.getServiceProperties()
Constructors in org.eclipse.ecf.discovery with parameters of type IServicePropertiesModifierConstructorDescriptionServiceInfo
(URI anURI, String aServiceName, IServiceTypeID aServiceTypeID, int priority, int weight, IServiceProperties props) Create an IServiceInfo instance.ServiceInfo
(URI anURI, String aServiceName, IServiceTypeID aServiceTypeID, int priority, int weight, IServiceProperties props, long ttl) Create an IServiceInfo instance.ServiceInfo
(URI anURI, String aServiceName, IServiceTypeID aServiceTypeID, IServiceProperties props) Create an IServiceInfo instance.Creates a copy of the givenIServiceProperties
-
Uses of IServiceProperties in org.eclipse.ecf.osgi.services.remoteserviceadmin
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return IServicePropertiesModifier and TypeMethodDescriptionprotected IServiceProperties
ServiceInfoFactory.createServiceProperties
(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID, String serviceName, URI uri) Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type IServicePropertiesModifier and TypeMethodDescriptionprotected IServiceInfo
ServiceInfoFactory.createServiceInfo
(URI uri, String serviceName, IServiceTypeID serviceTypeID, IServiceProperties serviceProperties) protected EndpointDescription
AbstractMetadataFactory.decodeEndpointDescription
(IServiceProperties discoveredServiceProperties) AbstractMetadataFactory.decodeList
(IServiceProperties props, String name) protected Long
AbstractMetadataFactory.decodeLong
(IServiceProperties props, String name) protected void
AbstractMetadataFactory.decodeNonStandardServiceProperties
(IServiceProperties props, Map<String, Object> result) protected void
AbstractMetadataFactory.decodeOSGiProperties
(IServiceProperties props, Map osgiProperties) protected String
AbstractMetadataFactory.decodeString
(IServiceProperties props, String name) protected void
AbstractMetadataFactory.encodeList
(IServiceProperties props, String name, List<String> list) protected void
AbstractMetadataFactory.encodeLong
(IServiceProperties result, String name, Long value) protected void
AbstractMetadataFactory.encodeNonStandardServiceProperties
(Map<String, 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, String name, String value)