|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ManagedService in org.robokind.api.common.lifecycle.config |
---|
Methods in org.robokind.api.common.lifecycle.config that return ManagedService | |
---|---|
ManagedService<T> |
RKManagedServiceConfigUtils.GenericManagedServiceFactory.adapt(org.jflux.api.core.config.Configuration<String> a)
|
Uses of ManagedService in org.robokind.api.common.lifecycle.utils |
---|
Methods in org.robokind.api.common.lifecycle.utils that return ManagedService | ||
---|---|---|
|
ManagedServiceFactory.createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties)
|
|
|
ManagedServiceFactory.createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties,
Properties uniqueRegistrationPropeties)
|
Uses of ManagedService in org.robokind.api.common.osgi |
---|
Methods in org.robokind.api.common.osgi that return ManagedService | |
---|---|
static ManagedService |
OSGiUtils.startComponent(org.osgi.framework.BundleContext context,
String[] classNames,
Object service,
Properties serviceProperties)
|
static ManagedService |
OSGiUtils.startComponent(org.osgi.framework.BundleContext context,
String[] classNames,
String idPropertyName,
String idString,
Object service,
Properties serviceProperties)
|
static ManagedService |
OSGiUtils.startComponent(org.osgi.framework.BundleContext context,
String className,
String idPropertyName,
String idString,
Object service,
Properties serviceProperties)
|
static ManagedService |
OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context,
String[] classNames,
Object service,
Properties uniqueProps,
Properties serviceProperties)
|
static ManagedService |
OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context,
String[] classNames,
String idPropertyName,
String idString,
Object service,
Properties serviceProperties)
|
static ManagedService |
OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context,
String className,
String idPropertyName,
String idString,
Object service,
Properties serviceProperties)
|
Uses of ManagedService in org.robokind.api.common.osgi.lifecycle |
---|
Classes in org.robokind.api.common.osgi.lifecycle that implement ManagedService | |
---|---|
class |
OSGiComponent<T>
An OSGi Service managed with a ServiceLifecycleProvider. |
Methods in org.robokind.api.common.osgi.lifecycle that return ManagedService | ||
---|---|---|
|
OSGiComponentFactory.createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties)
|
|
|
OSGiComponentFactory.createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties,
Properties uniqueRegistrationProperties)
|
Uses of ManagedService in org.robokind.api.common.services |
---|
Methods in org.robokind.api.common.services that return ManagedService | |
---|---|
static ManagedService |
ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context,
ConfigurationLoader loader)
|
static ManagedService |
ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context,
ConfigurationLoader loader,
Properties props)
|
static ManagedService |
ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context,
ConfigurationWriter writer)
|
static ManagedService |
ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context,
ConfigurationWriter writer,
Properties props)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |