org.apache.felix.scr.impl.config
Class ScrConfiguration

java.lang.Object
  extended by org.apache.felix.scr.impl.config.ScrConfiguration

public class ScrConfiguration
extends Object

The ScrConfiguration class conveys configuration for the Felix DS implementation bundle. The basic configuration is retrieved from bundle context properties. In addition, this class registers a ManagedService service to receive configuration supplied from the Configuration Admin service overlaying the static context properties.


Constructor Summary
ScrConfiguration(BundleContext bundleContext)
           
 
Method Summary
 int getLogLevel()
           
static boolean hasCtWorkaround(BundleContext bundleContext)
           
 boolean isFactoryEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrConfiguration

public ScrConfiguration(BundleContext bundleContext)
Method Detail

getLogLevel

public int getLogLevel()

isFactoryEnabled

public boolean isFactoryEnabled()

hasCtWorkaround

public static boolean hasCtWorkaround(BundleContext bundleContext)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.