| |
|
| java.lang.Object org.ontoware.rdf2go.impl.jena24.osgi.Activator
Activator | public class Activator implements BundleActivator(Code) | | Register the ModelFactory at OSGI
author: sauermann |
Field Summary | |
protected static BundleContext | bc |
Method Summary | |
public void | start(BundleContext context) | public void | stop(BundleContext context) |
bc | protected static BundleContext bc(Code) | | |
start | public void start(BundleContext context) throws Exception(Code) | | See Also: org.osgi.framework.BundleActivator.start(org.osgi.framework.BundleContext) |
stop | public void stop(BundleContext context) throws Exception(Code) | | See Also: org.osgi.framework.BundleActivator.stop(org.osgi.framework.BundleContext) |
|
|
|