|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scr.impl.Activator
public class Activator
This activator is used to cover requirement described in section 112.8.1 @@ -27,14 37,202 @@ in active bundles.
| Constructor Summary | |
|---|---|
Activator()
|
|
| Method Summary | |
|---|---|
void |
bundleChanged(BundleEvent event)
Loads and unloads any components provided by the bundle whose state changed. |
void |
start(BundleContext context)
Registers this instance as a (synchronous) bundle listener and loads the components of already registered bundles. |
void |
stop(BundleContext context)
Unregisters this instance as a bundle listener and unloads all components which have been registered during the active life time of the SCR implementation 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(BundleContext context)
throws Exception
start in interface BundleActivatorcontext - The BundleContext of the SCR implementation
bundle.
Exception
public void stop(BundleContext context)
throws Exception
stop in interface BundleActivatorcontext - The BundleContext of the SCR implementation
bundle.
Exceptionpublic void bundleChanged(BundleEvent event)
bundleChanged in interface BundleListenerevent - The BundleEvent representing the bundle state
change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||