Package | Description |
---|---|
org.eclipse.gemini.blueprint.bundle |
OSGi Bundle support package.
|
org.eclipse.gemini.blueprint.compendium.cm |
Support classes for the OSGi Compendium Admin service.
|
org.eclipse.gemini.blueprint.compendium.internal.cm | |
org.eclipse.gemini.blueprint.service.exporter.support |
Support package for exporting objects as OSGi services.
|
org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleFactoryBean
Bundle installer. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigAdminPropertiesFactoryBean
FactoryBean returning the properties stored under a given persistent id in the ConfigurationAdmin service.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedServiceFactoryFactoryBean
Factory class that automatically manages instances based on the configuration available inside a
ManagedServiceFactory . |
class |
ManagedServiceInstanceTrackerPostProcessor
Post processor tracking the creation and destruction of managed service instances.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanNameServicePropertiesResolver
OsgiServicePropertiesResolver that creates a service property set with the following properties:
Bundle-SymbolicName=<bundle symbolic name> Bundle-Version=<bundle version>
org.eclipse.gemini.blueprint.bean.name="<bean name> osgi.service.blueprint.compname="<bean
name>
If the name is null/empty, the keys that refer to it will not be created. |
class |
OsgiServiceFactoryBean
FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the
ServiceRegistration for the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOsgiServiceImportFactoryBean
Base class for importing OSGi services.
|
class |
OsgiServiceCollectionProxyFactoryBean
OSGi service (collection) importer.
|
class |
OsgiServiceProxyFactoryBean
OSGi (single) service importer.
|
Copyright © 2006–2018. All rights reserved.