org.ops4j.peaberry.osgi
Class Activator

java.lang.Object
  extended by 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)

Nested Class Summary
static class Activator.ImportManager
          Cleans up registered CachingServiceRegistrys at a fixed interval.
 
Constructor Summary
Activator()
           
 
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
 

Constructor Detail

Activator

public Activator()
Method Detail

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.