org.apache.felix.upnp.sample.clock
Class Activator
java.lang.Object
org.apache.felix.upnp.sample.clock.Activator
- All Implemented Interfaces:
- BundleActivator
public class Activator
- extends Object
- implements BundleActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
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.