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.BundleActivator
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
java.lang.Exception
Copyright © 1995–2023 Webtide. All rights reserved.