org.neo4j.ext.udc.impl.osgi
Class OSGiActivator

java.lang.Object
  extended by org.neo4j.ext.udc.impl.osgi.OSGiActivator

public final class OSGiActivator
extends Object

OSGi bundle activator to start an OSGi servicewatcher for kernel extensions.


Constructor Summary
OSGiActivator()
           
 
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
 

Constructor Detail

OSGiActivator

public OSGiActivator()
Method Detail

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.