org.neo4j.ext.udc.impl.osgi
Class OSGiActivator
java.lang.Object
org.neo4j.ext.udc.impl.osgi.OSGiActivator
public final class OSGiActivator
- extends Object
OSGi bundle activator to start an OSGi servicewatcher
for kernel extensions.
|
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 |
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.