|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.Extender
public class Extender
iPOJO Extender. Looks for iPOJO Bundle and start the management of these bundles if needed.
Constructor Summary | |
---|---|
Extender()
|
Method Summary | |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
Bundle Listener Notification. |
org.osgi.framework.BundleContext |
getBundleContext(org.osgi.framework.Bundle bundle)
Compute the bundle context from the bundle class by introspection. |
void |
start(org.osgi.framework.BundleContext context)
iPOJO Starting method. |
void |
stop(org.osgi.framework.BundleContext context)
Stop the iPOJO Management. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Extender()
Method Detail |
---|
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
event
- : the bundle event.BundleListener.bundleChanged(org.osgi.framework.BundleEvent)
public void start(org.osgi.framework.BundleContext context)
start
in interface org.osgi.framework.BundleActivator
context
- : iPOJO bundle context.BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
context
- : bundle context.BundleActivator.stop(org.osgi.framework.BundleContext)
public org.osgi.framework.BundleContext getBundleContext(org.osgi.framework.Bundle bundle)
bundle
- : bundle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |