Uses of Class
org.robokind.api.common.config.VersionProperty

Packages that use VersionProperty
org.robokind.api.common.services   
 

Uses of VersionProperty in org.robokind.api.common.services
 

Methods in org.robokind.api.common.services that return VersionProperty
 VersionProperty ServiceConfigurationLoader.getConfigurationFormat()
          Specifies the Service Configuration Format version which can be loaded.
 VersionProperty ServiceFactory.getServiceVersion()
          Returns the VersionProperty of the Service this connects to.
 VersionProperty EmptyFactory.getServiceVersion()
           
 

Methods in org.robokind.api.common.services with parameters of type VersionProperty
static
<ServiceClass,Param>
ServiceClass
ServiceConnectionDirectory.buildService(org.osgi.framework.BundleContext context, VersionProperty serviceVersion, VersionProperty configFormat, Param param, Class<Param> paramClass, Class<ServiceClass> serviceClass)
          Locates the appropriate ServiceConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using the given param.
static
<ServiceClass,Param>
ServiceContext<ServiceClass,?,Param>
ServiceConnectionDirectory.buildServiceContext(org.osgi.framework.BundleContext context, VersionProperty serviceVersion, VersionProperty configFormat, Class<ServiceClass> serviceClass, Class<Param> paramClass)
          Locates an appropriate ServiceConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using a parameter of the given Param Class.
static
<ServiceConfig,Param>
List<ServiceConfigurationLoader<ServiceConfig,Param>>
ServiceConnectionDirectory.getConfigLoaders(org.osgi.framework.BundleContext context, VersionProperty configFormat, Class<ServiceConfig> configClass, Class<Param> paramClass)
          Retrieves all ServiceConfigurationLoaders with the given Param Class, ServiceConfig Class, and Configuration Format Version.
static
<ServiceClass>
List<ServiceFactory<ServiceClass,?>>
ServiceConnectionDirectory.getServiceFactories(org.osgi.framework.BundleContext context, VersionProperty serviceVersion, Class<ServiceClass> serviceClass)
          Retrieves all ServiceFactories with the given ServiceClass and Service Version.
 

Constructors in org.robokind.api.common.services with parameters of type VersionProperty
EmptyFactory(Class<T> clazz, VersionProperty serviceVersion)
           
 



Copyright © 2011. All Rights Reserved.