org.keridwen.sample.helloworld.caller.osgi
Class BundleStarter
java.lang.Object
org.keridwen.sample.helloworld.caller.osgi.BundleStarter
public class BundleStarter
- extends Object
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.
This bundle only triggers the EventKey
- Author:
- Benoit Thiebault
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleStarter
public BundleStarter()
start
public void start()
stop
public void stop()
Copyright © 2011-2013 Artenum. All Rights Reserved.