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
 void ServiceContext.setServiceConnector(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(ServiceConfigurationLoader<ServiceConfig,Param> loader, ServiceFactory<ServiceClass,ServiceConfig> connector)
          Creates a new ServiceContext from the given ServiceConfigurationLoader and ServiceFactory.
 



Copyright © 2011. All Rights Reserved.