Class Loader
java.lang.Object
org.apache.sling.jcr.base.internal.loader.Loader
- All Implemented Interfaces:
EventListener
,org.osgi.framework.BundleListener
The
Loader
TODO-
Field Summary
-
Constructor Summary
ConstructorDescriptionLoader
(SlingRepository repository, org.osgi.framework.BundleContext bundleContext) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
bundleChanged
(org.osgi.framework.BundleEvent event) Loads and unloads any components provided by the bundle whose state changed.void
dispose()
-
Field Details
-
NODETYPES_BUNDLE_HEADER
- See Also:
-
NAMESPACES_BUNDLE_HEADER
- See Also:
-
-
Constructor Details
-
Loader
-
-
Method Details
-
dispose
public void dispose() -
bundleChanged
public final void bundleChanged(org.osgi.framework.BundleEvent event) Loads and unloads any components provided by the bundle whose state changed. If the bundle has been started, the components are loaded. If the bundle is about to stop, the components are unloaded.- Specified by:
bundleChanged
in interfaceorg.osgi.framework.BundleListener
- Parameters:
event
- TheBundleEvent
representing the bundle state change.
-