org.universAAL.context.space.serv
Class Activator

Package class diagram package Activator
java.lang.Object
  extended by org.universAAL.context.space.serv.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

OSGI Activator. Initializes provided services and SCallee.

Author:
alfiva

Field Summary
protected static ModuleContext context
          The uAAL module context
protected static org.osgi.framework.BundleContext osgiContext
          The OSGi Bundle context
protected static MessageContentSerializerEx parser
          Turtle parser
protected static SCallee scallee
          Service Callee
protected static SCaller scaller
          Service Caller
 
Constructor Summary
Activator()
           
 
Method Summary
 void serviceChanged(org.osgi.framework.ServiceEvent event)
           
 void start(org.osgi.framework.BundleContext bcontext)
           
 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

osgiContext

protected static org.osgi.framework.BundleContext osgiContext
The OSGi Bundle context


context

protected static ModuleContext context
The uAAL module context


scallee

protected static SCallee scallee
Service Callee


scaller

protected static SCaller scaller
Service Caller


parser

protected static MessageContentSerializerEx parser
Turtle parser

Constructor Detail

Activator

public Activator()
Method Detail

start

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