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, self tests, MVC infrastructure and the like, since these
are registered before the application context is
activated. |
| ContextShutdownHandler |
Base class for services reacting to context shutdowns.
|
| EventhandlingBarrier |
Contains a global
Lock on which the event handlers changing the
framework state (e.g. |
| 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. |
| SlingEngineVersionSpecificFilterOrderConfiguration |
In Sling Engine 2.3.3, the semantics of the
service.ranking property was adjusted
to align to the overall use of service rankings (SLING-2920). |
| 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 © 2014–2015. All rights reserved.