public class OSGIListener extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.SynchronousBundleListener
Note that OSGIListener must be a Bundle-Activator in the glassfish-corba-orb bundle.
Any bundle that provides ORB classes to the ORB initialization code must declare all such classes in a comma-separated list in the bundle manifest with the keywork ORB-Class-Provider.
| Constructor and Description |
|---|
OSGIListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
static ClassCodeBaseHandler |
classCodeBaseHandler() |
static org.glassfish.pfl.basic.func.UnaryFunction<String,Class<?>> |
classNameResolver() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static org.glassfish.pfl.basic.func.UnaryFunction<String,Class<?>> classNameResolver()
public static ClassCodeBaseHandler classCodeBaseHandler()
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorpublic void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerCopyright © 2017–2019 Eclipse Foundation. All rights reserved.