See: Description
| Interface | Description |
|---|---|
| InterfaceDetector |
Service exporter interface that allows auto detection of 'interfaces' of the exported service.
|
| ServicePropertiesChangeListener |
Listener for receiving service properties change events.
|
| ServicePropertiesListenerManager |
Service properties change listener manager.
|
| Class | Description |
|---|---|
| AutoExport | Deprecated
as of 2.0, replaced by
InterfaceDetector |
| 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. |
| ExportContextClassLoader | Deprecated
As of Spring DM 2.0, replaced by
ExportContextClassLoaderEnum |
| OsgiServiceFactoryBean |
FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the
ServiceRegistration for the given object.
|
| ServicePropertiesChangeEvent |
Event indicating when a change occurred in the service properties.
|
| Enum | Description |
|---|---|
| DefaultInterfaceDetector |
Default implementation of
InterfaceDetector. |
| ExportContextClassLoaderEnum |
Enum describing the the possible thread context class loader (tccl) options for exporter OSGi services.
|
Copyright © 2006–2017. All rights reserved.