org.universAAL.samples.ctxtbus
Class Activator

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

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


Field Summary
static org.osgi.framework.BundleContext context
           
static CPublisher cpublisher
           
static CSubscriber csubscriber
           
static CSubscriber2 csubscriber2
           
static HistoryCaller hcaller
           
protected static GUIPanel panel
           
static MessageContentSerializerEx parser
           
static ProfileCaller pcaller
           
static SpaceCaller scaller
           
protected static MessageContentSerializerEx ser
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void serviceChanged(org.osgi.framework.ServiceEvent event)
           
 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 org.osgi.framework.BundleContext context

csubscriber

public static CSubscriber csubscriber

csubscriber2

public static CSubscriber2 csubscriber2

cpublisher

public static CPublisher cpublisher

hcaller

public static HistoryCaller hcaller

pcaller

public static ProfileCaller pcaller

scaller

public static SpaceCaller scaller

panel

protected static GUIPanel panel

ser

protected static MessageContentSerializerEx ser

parser

public static MessageContentSerializerEx parser
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

serviceChanged

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


Copyright © 2014 universAAL Consortium. All Rights Reserved.