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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoader(SlingRepository repository, org.osgi.framework.BundleContext bundleContext) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidbundleChanged(org.osgi.framework.BundleEvent event) Loads and unloads any components provided by the bundle whose state changed.voiddispose()
-
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:
bundleChangedin interfaceorg.osgi.framework.BundleListener- Parameters:
event- TheBundleEventrepresenting the bundle state change.
-