org.apache.felix.upnp.basedriver
Class Activator

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.Activator
All Implemented Interfaces:
BundleActivator

public class Activator
extends Object
implements BundleActivator


Field Summary
static BundleContext bc
           
static Logger logger
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bc

public static BundleContext bc

logger

public static Logger logger
Constructor Detail

Activator

public Activator()
Method Detail

start

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

stop

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.