org.jboss.osgi.serviceloader.internal
Class ServiceLoaderActivator

java.lang.Object
  extended by org.jboss.osgi.serviceloader.internal.ServiceLoaderActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

A bundle activator that registers the ServiceLoaderInterceptor.

Since:
26-Jan-2010
Author:
thomas.diesler@jboss.com

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

Constructor Detail

ServiceLoaderActivator

public ServiceLoaderActivator()
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 context)
Specified by:
stop in interface org.osgi.framework.BundleActivator


Copyright © 2010. All Rights Reserved.