org.apache.felix.main
Class AutoActivator
java.lang.Object
org.apache.felix.main.AutoActivator
- All Implemented Interfaces:
- BundleActivator
public class AutoActivator
- extends Object
- implements BundleActivator
Method Summary |
void |
start(BundleContext context)
Used to instigate auto-install and auto-start configuration
property processing via a custom framework activator during
framework startup. |
void |
stop(BundleContext context)
Currently does nothing as part of framework shutdown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTO_INSTALL_PROP
public static final String AUTO_INSTALL_PROP
- The property name prefix for the launcher's auto-install property.
- See Also:
- Constant Field Values
AUTO_START_PROP
public static final String AUTO_START_PROP
- The property name prefix for the launcher's auto-start property.
- See Also:
- Constant Field Values
AutoActivator
public AutoActivator(Map configMap)
start
public void start(BundleContext context)
- Used to instigate auto-install and auto-start configuration
property processing via a custom framework activator during
framework startup.
- Specified by:
start
in interface BundleActivator
- Parameters:
context
- The system bundle context.
stop
public void stop(BundleContext context)
- Currently does nothing as part of framework shutdown.
- Specified by:
stop
in interface BundleActivator
- Parameters:
context
- The system bundle context.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.