org.apache.felix.main
Class AutoActivator

java.lang.Object
  extended by 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.
 
Constructor Summary
AutoActivator(java.util.Map configMap)
           
 
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
 

Field Detail

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
Constructor Detail

AutoActivator

public AutoActivator(java.util.Map configMap)
Method Detail

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.