Uses of Interface
org.robokind.api.common.services.ServiceFactory

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

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

Classes in org.robokind.api.common.services that implement ServiceFactory
 class EmptyFactory<T>
           
 

Methods in org.robokind.api.common.services that return ServiceFactory
 ServiceFactory<ServiceClass,ServiceConfig> ServiceContext.getServiceFactory()
          Return the ServiceFactory used by this ServiceContext.
 

Methods in org.robokind.api.common.services that return types with arguments of type ServiceFactory
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.
 

Methods in org.robokind.api.common.services with parameters of type ServiceFactory
static ManagedService ServiceUtils.registerFactory(org.osgi.framework.BundleContext context, ServiceFactory fact)
          Registers the given ServiceFactory with the factory's Service Version, Service class, and Config class.
static ManagedService ServiceUtils.registerFactory(org.osgi.framework.BundleContext context, ServiceFactory fact, Properties props)
           
 void ServiceContext.setServiceFactory(ServiceFactory<ServiceClass,ServiceConfig> factory)
          Sets the ServiceFactory to be used by this ServiceContext.
 

Constructors in org.robokind.api.common.services with parameters of type ServiceFactory
ServiceContext(ConfigurationLoader<ServiceConfig,Param> loader, ServiceFactory<ServiceClass,ServiceConfig> factory)
          Creates a new ServiceContext from the given ConfigurationLoader and ServiceFactory.
 



Copyright © 2011-2013. All Rights Reserved.