org.bridj
Class OSGiBundleActivator

java.lang.Object
  extended by org.bridj.OSGiBundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class OSGiBundleActivator
extends Object
implements org.osgi.framework.BundleActivator


Constructor Summary
OSGiBundleActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiBundleActivator

public OSGiBundleActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
Specified by:
start in interface org.osgi.framework.BundleActivator

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
Specified by:
stop in interface org.osgi.framework.BundleActivator


Copyright © 2009-2013. All Rights Reserved.