org.apache.felix.main
Class AutoActivator

java.lang.Object
  extended by org.apache.felix.main.AutoActivator
All Implemented Interfaces:
BundleActivator

public class AutoActivator
extends Object
implements BundleActivator


Field Summary
static String AUTO_INSTALL_PROP
          The property name prefix for the launcher's auto-install property.
static String AUTO_START_PROP
          The property name prefix for the launcher's auto-start property.
 
Constructor Summary
AutoActivator(Map configMap)
           
 
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
 

Field Detail

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

AutoActivator

public AutoActivator(Map configMap)
Method Detail

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.