|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.sample.helloworld.osgi.BundleStarter
public class BundleStarter
The BundleStarter is the class that contains the methods that are called when the Bundle is started or stopped by the OSGi framework. This behaviour is configured in the src/main/resources/metadata.xml file.
Constructor Summary | |
---|---|
BundleStarter()
Default constructor. |
Method Summary | |
---|---|
void |
start()
This method is called whenever the OSGi framework starts the bundle. |
void |
stop()
This method is called whenever the OSGi framework stops the bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleStarter()
Method Detail |
---|
public void start()
public void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |