public class FragmentActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Note that as this is part of a bundle fragment, this activator is NOT called by the OSGi environment. Instead, the org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminTracker simulates fragment activation and causes this class's start() method to be called.
The package of this class MUST match the Bundle-SymbolicName of this fragment in order for the PackageAdminTracker to find it.
| Constructor and Description |
|---|
FragmentActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorjava.lang.ExceptionCopyright © 1995–2019 Webtide. All rights reserved.