org.apache.felix.main
Class AutoActivator
java.lang.Object
org.apache.felix.main.AutoActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class AutoActivator
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
Field Summary |
static java.lang.String |
AUTO_INSTALL_PROP
The property name prefix for the launcher's auto-install property. |
static java.lang.String |
AUTO_START_PROP
The property name prefix for the launcher's auto-start property. |
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
Used to instigate auto-install and auto-start configuration
property processing via a custom framework activator during
framework startup. |
void |
stop(org.osgi.framework.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 java.lang.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 java.lang.String AUTO_START_PROP
- The property name prefix for the launcher's auto-start property.
- See Also:
- Constant Field Values
AutoActivator
public AutoActivator(java.util.Map configMap)
start
public void start(org.osgi.framework.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 org.osgi.framework.BundleActivator
- Parameters:
context
- The system bundle context.
stop
public void stop(org.osgi.framework.BundleContext context)
- Currently does nothing as part of framework shutdown.
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Parameters:
context
- The system bundle context.