org.universAAL.middleware.container.osgi.run
Class Activator

Package class diagram package Activator
java.lang.Object
  extended by org.universAAL.middleware.container.osgi.run.Activator
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener

public final class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener

Author:
mtazari

Field Summary
static ModuleContext mc
           
 
Constructor Summary
Activator()
           
 
Method Summary
static Iterator logListeners()
           
 void serviceChanged(org.osgi.framework.ServiceEvent se)
           
 void start(org.osgi.framework.BundleContext arg0)
           
 void stop(org.osgi.framework.BundleContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mc

public static ModuleContext mc
Constructor Detail

Activator

public Activator()
Method Detail

logListeners

public static Iterator logListeners()

serviceChanged

public void serviceChanged(org.osgi.framework.ServiceEvent se)
Specified by:
serviceChanged in interface org.osgi.framework.ServiceListener

start

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

stop

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


Copyright © 2014 universAAL Consortium. All Rights Reserved.