public 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 and Description |
---|---|
static long |
DEFAULT_LOCK_TIMEOUT_MILLISECONDS |
static long |
DEFAULT_SERVICE_CHANGECOUNT_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_SERVICE_CHANGECOUNT_TIMEOUT |
static String |
PROP_STOP_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
int |
getLogLevel()
Returns the current log level.
|
boolean |
globalExtender() |
boolean |
infoAsService()
Deprecated.
|
boolean |
isFactoryEnabled() |
boolean |
keepInstances() |
long |
lockTimeout() |
long |
serviceChangecountTimeout() |
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_SERVICE_CHANGECOUNT_TIMEOUT_MILLISECONDS
static final long DEFAULT_STOP_TIMEOUT_MILLISECONDS
static final String PROP_LOGLEVEL
static final String PROP_GLOBAL_EXTENDER
static final String PROP_SERVICE_CHANGECOUNT_TIMEOUT
int getLogLevel()
boolean isFactoryEnabled()
boolean keepInstances()
@Deprecated boolean infoAsService()
long lockTimeout()
long stopTimeout()
boolean globalExtender()
long serviceChangecountTimeout()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.