org.keridwen.sample.helloworld.caller.osgi
Class BundleStarter

java.lang.Object
  extended by 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

Constructor Summary
BundleStarter()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleStarter

public BundleStarter()
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2011-2013 Artenum. All Rights Reserved.