org.neo4j.kernel.impl.osgi
Class OSGiActivator
java.lang.Object
org.neo4j.kernel.impl.osgi.OSGiActivator
public final class OSGiActivator
- extends Object
This class is responsible for bootstrapping the Neo4j kernel as an OSGi
component. The main responsibility is to bootstrap the
OSGiExtensionLoader.
- Author:
- Tobias Ivarsson , Andreas Kollegger
|
Method Summary |
void |
start(BundleContext bc)
Called whenever the OSGi framework starts our bundle |
void |
stop(BundleContext bc)
Called whenever the OSGi framework stops our bundle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
osgiExtensionLoader
public static volatile OSGiExtensionLoader osgiExtensionLoader
OSGiActivator
public OSGiActivator()
start
public void start(BundleContext bc)
throws Exception
- Called whenever the OSGi framework starts our bundle
- Throws:
Exception
stop
public void stop(BundleContext bc)
throws Exception
- Called whenever the OSGi framework stops our bundle
- Throws:
Exception
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.