org.ops4j.pax.scanner.internal
Class Activator

java.lang.Object
  extended by org.ops4j.pax.scanner.internal.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Activate the provisioning service implementation.

Since:
August 17, 2007
Author:
Alin Dreghiciu

Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
          Performs cleanup:
* Stop the service tracker;
* Unregister provision service;
* Release bundle context.
 
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 bundleContext)
Specified by:
start in interface org.osgi.framework.BundleActivator
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
Performs cleanup:
* Stop the service tracker;
* Unregister provision service;
* Release bundle context.

Specified by:
stop in interface org.osgi.framework.BundleActivator
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.