org.universAAL.lddi.zigbee.commissioning
Class Activator

Package class diagram package Activator
java.lang.Object
  extended by org.universAAL.lddi.zigbee.commissioning.Activator
All Implemented Interfaces:
it.cnr.isti.thread.Stoppable, Runnable, org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService

public class Activator
extends Object
implements org.osgi.framework.BundleActivator, it.cnr.isti.thread.Stoppable, org.osgi.service.cm.ManagedService


Nested Class Summary
 class Activator.Device
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void end()
           
static org.osgi.framework.BundleContext getBundleContext()
           
 void run()
           
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext arg0)
           
 void updated(Dictionary newConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable

updated

public void updated(Dictionary newConfig)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException

end

public void end()
Specified by:
end in interface it.cnr.isti.thread.Stoppable

stop

public void stop(org.osgi.framework.BundleContext arg0)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

getBundleContext

public static org.osgi.framework.BundleContext getBundleContext()


Copyright © 2014 universAAL Consortium. All Rights Reserved.