|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OsgiManagerPlugin
OsgiManagerPlugin is an internal interface. When a plugin implements this
interface, the Web Console will run it's activate(BundleContext)
method upon
initialization and deactivate()
, when disposed.
Method Summary | |
---|---|
void |
activate(BundleContext bundleContext)
This method is called from the Felix Web Console to ensure the AbstractWebConsolePlugin is correctly setup. |
void |
deactivate()
This method is called, by the Web Console to de-activate the plugin and release all used resources. |
Method Detail |
---|
void activate(BundleContext bundleContext)
bundleContext
- the context of the plugin bundlevoid deactivate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |