ScrConfigurationImplpublic interface ScrConfiguration
ScrConfiguration class conveys configuration for the
Felix DS implementation bundle.
Configuration Source
ManagedService with Service PID
org.apache.felix.scr.ScrService. This class uses an OSGi Service Factory
(ScrManagedServiceServiceFactory)
to register the managed service without requiring the Configuration Admin
Service API to be required upfront.
See the Configuration section of the Apache Felix Service Component Runtime documentation page for detailed information.
| Modifier and Type | Field | Description |
|---|---|---|
static long |
DEFAULT_LOCK_TIMEOUT_MILLISECONDS |
|
static long |
DEFAULT_STOP_TIMEOUT_MILLISECONDS |
|
static String |
PID |
|
static String |
PROP_DELAYED_KEEP_INSTANCES |
|
static String |
PROP_FACTORY_ENABLED |
|
static String |
PROP_GLOBAL_EXTENDER |
|
static String |
PROP_INFO_SERVICE |
|
static String |
PROP_LOCK_TIMEOUT |
|
static String |
PROP_LOGLEVEL |
|
static String |
PROP_STOP_TIMEOUT |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLogLevel() |
Returns the current log level.
|
boolean |
infoAsService() |
|
boolean |
isFactoryEnabled() |
|
boolean |
keepInstances() |
|
long |
lockTimeout() |
|
long |
stopTimeout() |
static final String PID
static final String PROP_FACTORY_ENABLED
static final String PROP_DELAYED_KEEP_INSTANCES
static final String PROP_INFO_SERVICE
static final String PROP_LOCK_TIMEOUT
static final String PROP_STOP_TIMEOUT
static final long DEFAULT_LOCK_TIMEOUT_MILLISECONDS
static final long DEFAULT_STOP_TIMEOUT_MILLISECONDS
static final String PROP_LOGLEVEL
static final String PROP_GLOBAL_EXTENDER
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.