Uses of Class
org.robokind.api.common.services.ServiceContext

Packages that use ServiceContext
org.robokind.api.common.osgi.lifecycle   
org.robokind.api.common.services   
 

Uses of ServiceContext in org.robokind.api.common.osgi.lifecycle
 

Fields in org.robokind.api.common.osgi.lifecycle declared as ServiceContext
protected  ServiceContext<T,C,P> ConfiguredServiceLifecycle.myServiceContext
          ServiceContext created from loading a service.
 

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

Methods in org.robokind.api.common.services that return ServiceContext
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 ConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using a parameter of the given Param Class.
 



Copyright © 2011-2013. All Rights Reserved.