Uses of Interface
org.eclipse.ecf.discovery.IServiceProperties
-
Uses of IServiceProperties in org.eclipse.ecf.discovery
Modifier and TypeClassDescriptionclass
Service properties implementation class forIServiceProperties
.Modifier and TypeMethodDescriptionIServiceInfo.getServiceProperties()
Map with any/all properties associated with the service.ServiceInfo.getServiceProperties()
ModifierConstructorDescriptionServiceInfo
(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
Modifier and TypeMethodDescriptionprotected IServiceProperties
ServiceInfoFactory.createServiceProperties
(EndpointDescription endpointDescription, IDiscoveryAdvertiser advertiser, IServiceTypeID serviceTypeID, String serviceName, URI uri) Modifier 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)