org.ops4j.pax.url.obr.internal
Class Activator

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

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

Bundle activator for obr: protocol handler.

Since:
0.2.0, February 01, 2008
Author:
Alin Dreghiciu

Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bundleContext)
          Delegates to HandlerActivator.
 void stop(org.osgi.framework.BundleContext bundleContext)
          Delegates to HandlerActivator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
See Also:
HandlerActivator.HandlerActivator(String[], String, ConnectionFactory)
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Delegates to HandlerActivator.

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

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Delegates to HandlerActivator.

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


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