|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.wireadmin.Activator
public class Activator
The activator
Constructor Summary | |
---|---|
Activator()
|
Method Summary | |
---|---|
void |
start(org.osgi.framework.BundleContext bundleContext)
Called upon starting of the bundle. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Called upon stopping the bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext bundleContext) throws org.osgi.framework.BundleException
start
in interface org.osgi.framework.BundleActivator
context
- The bundle context passed by the framework
java.lang.Exception
org.osgi.framework.BundleException
public void stop(org.osgi.framework.BundleContext bundleContext) throws org.osgi.framework.BundleException
stop
in interface org.osgi.framework.BundleActivator
context
- The bundle context passed by the framework
java.lang.Exception
org.osgi.framework.BundleException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |