custom application context post processor,
shutdown handler,
context failure handler and further implementations
for synchronization and consistency checking of changes in bundles containing resource models.See: Description
| Class | Description |
|---|---|
| ContextFailedHandler |
When an application context activation fails, NEBA removes any previously
registered resource models, MVC infrastructure and the like, since these
are registered before the application context is
activated. |
| FelixTaskExecutor |
Synchronously executes context-related task as Apache Felix exhibits race conditions and deadlocks
when bundle state (including contained classes) is modified and read concurrently.
|
| SlingBeanFactoryPostProcessor |
Post-processes
bean factories
created by the gemini-blueprint-extender before they are initialized. |
| SlingOsgiBundleShutdownHandler |
Dispatches a
Bundle shutdown event to the injected
services in a defined order.This is a SynchronousBundleListener since only these listeners are
notified when a bundle is about to be stopped in a synchronous
manner. |
custom application context post processor,
shutdown handler,
context failure handler and further implementations
for synchronization and consistency checking of changes in bundles containing resource models.Copyright © 2024. All rights reserved.