org.ops4j.peaberry.osgi
Class Activator
java.lang.Object
org.ops4j.peaberry.osgi.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public final class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
OSGi BundleActivator that manages a cleanup thread for peaberry.
- Author:
- mcculls@gmail.com (Stuart McCulloch), rinsvind@gmail.com (Todor Boev)
|
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext ctx)
|
| 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(org.osgi.framework.BundleContext context)
- Specified by:
start in interface org.osgi.framework.BundleActivator
stop
public void stop(org.osgi.framework.BundleContext ctx)
throws InterruptedException
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
InterruptedException
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.