org.apache.aries.jndi.startup
Class Activator
java.lang.Object
org.apache.aries.jndi.startup.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
The activator for this bundle makes sure the static classes in it are
driven so they can do their magic stuff properly.
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 context)
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
getInitialContextFactoryBuilderServices
public static org.osgi.framework.ServiceReference[] getInitialContextFactoryBuilderServices()
getInitialContextFactoryServices
public static org.osgi.framework.ServiceReference[] getInitialContextFactoryServices()
getURLObectFactoryFinderServices
public static org.osgi.framework.ServiceReference[] getURLObectFactoryFinderServices()
getEnvironmentAugmentors
public static Object[] getEnvironmentAugmentors()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.