|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ungoverned.osgi.bundle.httpadmin.Activator
The bundle activator object is responsibe for starting and stoppig an OSGi bundle. It should perform initialization and cleanup actions whenever bundle is started or stopped. This Activator registers simple Http Servler that makes possible to start/stop/update bundles using simple web interface.
Constructor Summary | |
Activator()
|
Method Summary | |
void |
serviceChanged(ServiceEvent event)
|
void |
start(BundleContext bc)
|
void |
stop(BundleContext bc)
|
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 bc) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext bc) throws java.lang.Exception
java.lang.Exception
public void serviceChanged(ServiceEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |