org.universAAL.ui.handler.gui.swing.osgi
Class Activator

Package class diagram package Activator
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.osgi.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator, IContainerManager

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

OSGi Activator Class for SWING GUI HANDLER

Author:
amedrano

Field Summary
static ModuleContext context
          the BundleContext for the handler.newGui bundle
 BundleConfigHome home
          the home directory where to store the config files.
 
Constructor Summary
Activator()
           
 
Method Summary
 void shutdownContainer()
          Shuts down the container, in a civiliced way;
 void start(org.osgi.framework.BundleContext context)
          
 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

context

public static ModuleContext context
the BundleContext for the handler.newGui bundle


home

public BundleConfigHome home
the home directory where to store the config files.

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           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

shutdownContainer

public void shutdownContainer()
Description copied from interface: IContainerManager
Shuts down the container, in a civiliced way;

Specified by:
shutdownContainer in interface IContainerManager


Copyright © 2014 universAAL Consortium. All Rights Reserved.