|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.eventadmin.impl.Activator
public class Activator
The activator of the EventAdmin bundle. This class registers an implementation of the OSGi R4 EventAdmin service (see the Compendium 113) with the framework. It features timeout-based blacklisting of event-handlers for both, asynchronous and synchronous event-dispatching (as a spec conform optional extension).
For configuration features of the event admin.| Constructor Summary | |
|---|---|
Activator()
|
|
| Method Summary | |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Called upon starting of the bundle. |
void |
stop(org.osgi.framework.BundleContext context)
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 context)
start in interface org.osgi.framework.BundleActivatorcontext - The bundle context passed by the frameworkBundleActivator.start(org.osgi.framework.BundleContext)public void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorcontext - The bundle context passed by the frameworkBundleActivator.stop(org.osgi.framework.BundleContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||