| Interface | Description |
|---|---|
| ManagedServiceBeanManager |
Manager dealing with injection and updates of Spring beans configured through
the Configuration Admin.
|
| UpdateCallback |
Update callback that encapsulates the update-method/strategy.
|
| Class | Description |
|---|---|
| BeanManagedUpdate |
BeanManaged update class.
|
| ChainedManagedUpdate |
A chain up managed updates.
|
| CMUtils |
Utility class for the Configuration Admin package.
|
| ConfigurationAdminManager |
Class responsible for interacting with the Configuration Admin service.
|
| ContainerManagedUpdate |
Container-managed update.
|
| DefaultManagedServiceBeanManager |
Default implementation for
ManagedServiceBeanManager. |
| ManagedFactoryDisposableInvoker |
Utility class that detects and then invokes custom destroy methods for
|
| ManagedServiceFactoryFactoryBean |
Factory class that automatically manages instances based on the configuration available inside a
ManagedServiceFactory. |
| ManagedServiceInstanceTrackerPostProcessor |
Post processor tracking the creation and destruction of managed service instances.
|
| UpdateMethodAdapter |
Adapter class that takes care of detecting and invoking a custom method for managed-service beans.
|
| Enum | Description |
|---|---|
| ManagedFactoryDisposableInvoker.DestructionCodes |