Skip navigation links
A B C D E F G H I K L M N O P R S T U W 

A

accepts(String) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
Returns true if this map is foreseen to take a configuration with the given service PID.
addingService(ServiceReference<S>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
AND - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
APPROX - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 

B

BaseTracker<S> - Class in org.apache.felix.cm.impl.helper
The BaseTracker is the base class for tracking ManagedService and ManagedServiceFactory services.
BaseTracker(ConfigurationManager, boolean) - Constructor for class org.apache.felix.cm.impl.helper.BaseTracker
 
bundleChanged(BundleEvent) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 

C

callPlugins(Dictionary, ServiceReference, String, String) - Method in class org.apache.felix.cm.impl.ConfigurationManager
Calls the registered configuration plugins on the given configuration properties from the given configuration object.
CASE_INSENSITIVE_ORDER - Static variable in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
CaseInsensitiveDictionary - Class in org.apache.felix.cm.impl
The CaseInsensitiveDictionary is a java.util.Dictionary which conforms to the requirements laid out by the Configuration Admin Service Specification requiring the property names to keep case but to ignore case when accessing the properties.
CaseInsensitiveDictionary() - Constructor for class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
CaseInsensitiveDictionary(Dictionary) - Constructor for class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
CaseInsensitiveDictionary.UnmodifiableDictionary - Class in org.apache.felix.cm.impl
 
cm - Variable in class org.apache.felix.cm.impl.helper.BaseTracker
 
CM_CONFIG_DIR - Static variable in class org.apache.felix.cm.impl.ConfigurationManager
The name of the bundle context property defining the location for the configuration files (value is "felix.cm.dir").
CM_LOG_LEVEL - Static variable in class org.apache.felix.cm.impl.ConfigurationManager
The name of the bundle context property defining the maximum log level (value is "felix.cm.loglevel").
CM_RANKING - Static variable in class org.apache.felix.cm.impl.RankingComparator
Implements a comparator to sort arrays and sets according to the specification of the service.cmRanking property in the Configuration Admin specification.
code2Type - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
COLLECTION_LINE_BREAK - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
compareSubstring(List<String>, String) - Static method in class org.apache.felix.cm.impl.SimpleFilter
 
ConfigurationAdapter - Class in org.apache.felix.cm.impl
The ConfigurationAdapter is just an adapter to the internal configuration object.
ConfigurationAdminImpl - Class in org.apache.felix.cm.impl
The ConfigurationAdminImpl is the per-bundle frontend to the configuration manager.
ConfigurationHandler - Class in org.apache.felix.cm.file
The ConfigurationHandler class implements configuration reading form a java.io.InputStream and writing to a java.io.OutputStream on behalf of the FilePersistenceManager class.
ConfigurationImpl - Class in org.apache.felix.cm.impl
The ConfigurationImpl is the backend implementation of the Configuration Admin Service Specification Configuration object (section 104.4).
ConfigurationManager - Class in org.apache.felix.cm.impl
The ConfigurationManager is the central class in this implementation of the Configuration Admin Service Specification.
ConfigurationManager() - Constructor for class org.apache.felix.cm.impl.ConfigurationManager
 
ConfigurationMap<T> - Class in org.apache.felix.cm.impl.helper
 
ConfigurationMap(String[]) - Constructor for class org.apache.felix.cm.impl.helper.ConfigurationMap
 
configure(String[], ServiceReference, boolean, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.ConfigurationManager
Schedules the configuration of the referenced service with configuration for the given PID.
createConfigurationMap(String[]) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
createConfigurationMap(String[]) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryTracker
 
createConfigurationMap(String[]) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceTracker
 
createFactoryConfiguration(String) - Method in class org.apache.felix.cm.impl.ConfigurationAdminImpl
 
createFactoryConfiguration(String, String) - Method in class org.apache.felix.cm.impl.ConfigurationAdminImpl
 
createMap(int) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
createMap(int) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryConfigurationMap
 
CRLF - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 

D

DEFAULT_CONFIG_DIR - Static variable in class org.apache.felix.cm.file.FilePersistenceManager
The default configuration data directory if no location is configured (value is "config").
delete(String) - Method in class org.apache.felix.cm.file.FilePersistenceManager
Deletes the file for the given identifier.
delete() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
delete() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
delete(String) - Method in interface org.apache.felix.cm.PersistenceManager
Removes the Dictionary for the given pid.

E

elements() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
elements() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
ENCODING - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
EQ - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
equals(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
equals(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
equals(Object) - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
equals(Object) - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
equals(Object) - Method in class org.apache.felix.cm.impl.helper.TargetedPID
 
exists(String) - Method in class org.apache.felix.cm.file.FilePersistenceManager
Returns true if a (configuration) file exists for the given identifier.
exists(String) - Method in interface org.apache.felix.cm.PersistenceManager
Returns true if a persisted Dictionary exists for the given pid.

F

FilePersistenceManager - Class in org.apache.felix.cm.file
The FilePersistenceManager class stores configuration data in properties-like files inside a given directory.
FilePersistenceManager(String) - Constructor for class org.apache.felix.cm.file.FilePersistenceManager
Creates an instance of this persistence manager using the given location as the directory to store and retrieve the configuration files.
FilePersistenceManager(BundleContext, String) - Constructor for class org.apache.felix.cm.file.FilePersistenceManager
Creates an instance of this persistence manager using the given location as the directory to store and retrieve the configuration files.

G

get(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
get(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
get(TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
getBundleContext() - Method in class org.apache.felix.cm.impl.ConfigurationManager
 
getBundleLocation() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
getBundleVersion(Bundle) - Static method in class org.apache.felix.cm.impl.helper.TargetedPID
Returns the bundle's version as required for targeted PIDs: If the bundle has a version the string representation of the version string converted to a Version object is returned.
getChangeCount() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
getConfiguration(String) - Method in class org.apache.felix.cm.impl.ConfigurationAdminImpl
 
getConfiguration(String, String) - Method in class org.apache.felix.cm.impl.ConfigurationAdminImpl
 
getDictionaries() - Method in class org.apache.felix.cm.file.FilePersistenceManager
Loads configuration data from the configuration location and returns it as Dictionary objects.
getDictionaries() - Method in interface org.apache.felix.cm.PersistenceManager
Returns an enumeration of all Dictionary objects known to this persistence manager.
getFactoryPid() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
getFactoryPid() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
getFactoryPidString() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
getInteger(ServiceReference<?>, String) - Method in class org.apache.felix.cm.impl.RankingComparator
 
getKeyPid(TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
getLocation() - Method in class org.apache.felix.cm.file.FilePersistenceManager
Returns the directory in which the configuration files are written as a File object.
getLong(ServiceReference<?>, String) - Method in class org.apache.felix.cm.impl.RankingComparator
 
getName() - Method in class org.apache.felix.cm.impl.SimpleFilter
 
getOperation() - Method in class org.apache.felix.cm.impl.SimpleFilter
 
getPid() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
getPid() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
getPidString() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
getProperties() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
getProperties(boolean) - Method in class org.apache.felix.cm.impl.ConfigurationImpl
Returns an optionally deep copy of the properties of this configuration instance.
getProperties(Dictionary<String, ?>, ServiceReference, String, String) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
getRawPid() - Method in class org.apache.felix.cm.impl.helper.TargetedPID
Gets the raw PID with which this instance has been created.
getRealService(ServiceReference<S>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
getRevision() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
Returns the revision of this configuration object.
getServicePid(ServiceReference<S>, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
Returns the String to be used as the PID of the service PID for the pid retrieved from the configuration.
getServicePid(ServiceReference<ManagedServiceFactory>, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryTracker
Always returns the raw PID because for a ManagedServiceFactory the configuration's PID is automatically generated and is not a real targeted PID.
getServicePid(ServiceReference<ManagedService>, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceTracker
 
getServicePid() - Method in class org.apache.felix.cm.impl.helper.TargetedPID
Returns the service PID of this targeted PID which basically is the targeted PID without the targeting information.
getServices(TargetedPID) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
getValue() - Method in class org.apache.felix.cm.impl.SimpleFilter
 
GTE - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 

H

handleCallBackError(Throwable, ServiceReference, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
hashCode() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
hashCode() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
hashCode() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
hashCode() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
hashCode() - Method in class org.apache.felix.cm.impl.helper.TargetedPID
 

I

INDENT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
isEmpty() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
isEmpty() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
isLogEnabled(int) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 

K

keys() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
keys() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 

L

listConfigurations(String) - Method in class org.apache.felix.cm.impl.ConfigurationAdminImpl
 
load(String) - Method in class org.apache.felix.cm.file.FilePersistenceManager
Reads the (configuration) for the given identifier into a Dictionary object.
load(String) - Method in interface org.apache.felix.cm.PersistenceManager
Returns the Dictionary for the given pid.
log(int, String, Object[]) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 
log(int, String, Throwable) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 
LTE - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 

M

ManagedServiceFactoryConfigurationMap - Class in org.apache.felix.cm.impl.helper
 
ManagedServiceFactoryConfigurationMap(String[]) - Constructor for class org.apache.felix.cm.impl.helper.ManagedServiceFactoryConfigurationMap
 
ManagedServiceFactoryTracker - Class in org.apache.felix.cm.impl.helper
 
ManagedServiceFactoryTracker(ConfigurationManager) - Constructor for class org.apache.felix.cm.impl.helper.ManagedServiceFactoryTracker
 
ManagedServiceTracker - Class in org.apache.felix.cm.impl.helper
 
ManagedServiceTracker(ConfigurationManager) - Constructor for class org.apache.felix.cm.impl.helper.ManagedServiceTracker
 
MATCH_ALL - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
matches(Dictionary) - Method in class org.apache.felix.cm.impl.SimpleFilter
 
matchesTarget(ServiceReference<?>) - Method in class org.apache.felix.cm.impl.helper.TargetedPID
Returns true if the target of this PID (bundle symbolic name, version, and location) match the bundle registering the referenced service.
modifiedService(ServiceReference<S>, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 

N

NOT - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
NotCachablePersistenceManager - Interface in org.apache.felix.cm
NotCachablePersistenceManager is a marker interface which extends PersistenceManager to inform that no cache should be applied around this persistence manager.

O

OR - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
org.apache.felix.cm - package org.apache.felix.cm
 
org.apache.felix.cm.file - package org.apache.felix.cm.file
 
org.apache.felix.cm.impl - package org.apache.felix.cm.impl
 
org.apache.felix.cm.impl.helper - package org.apache.felix.cm.impl.helper
 

P

parse(String) - Static method in class org.apache.felix.cm.impl.SimpleFilter
 
parseSubstring(String) - Static method in class org.apache.felix.cm.impl.SimpleFilter
 
PersistenceManager - Interface in org.apache.felix.cm
The PersistenceManager interface defines the API to be implemented to support persisting configuration data.
PRESENT - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 
provideConfiguration(ServiceReference<S>, TargetedPID, TargetedPID, Dictionary<String, ?>, long, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
Updates the given service with the provided configuration.
provideConfiguration(ServiceReference<ManagedServiceFactory>, TargetedPID, TargetedPID, Dictionary<String, ?>, long, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryTracker
 
provideConfiguration(ServiceReference<ManagedService>, TargetedPID, TargetedPID, Dictionary<String, ?>, long, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceTracker
Provides the given configuration to the managed service.
put(String, Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
put(String, Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
put(TargetedPID, T) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 

R

RankingComparator - Class in org.apache.felix.cm.impl
The RankingComparator may be used to maintain sorted sets or to sort arrays such that the first element in the set or array is the one to use first and the last elements the one to use last.
RankingComparator() - Constructor for class org.apache.felix.cm.impl.RankingComparator
 
read(InputStream) - Static method in class org.apache.felix.cm.file.ConfigurationHandler
Reads configuration data from the given InputStream and returns a new Dictionary object containing the data.
record(TargetedPID, TargetedPID, long) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
record(TargetedPID, TargetedPID, long) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryConfigurationMap
 
remove(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
remove(Object) - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
removeConfiguration(ServiceReference<S>, TargetedPID, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
Remove the configuration indicated by the configPid from the service.
removeConfiguration(TargetedPID, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
removeConfiguration(TargetedPID, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryConfigurationMap
 
removeConfiguration(ServiceReference<ManagedServiceFactory>, TargetedPID, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryTracker
 
removeConfiguration(ServiceReference<ManagedService>, TargetedPID, TargetedPID) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceTracker
 
removedService(ServiceReference<S>, ConfigurationMap<?>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
run() - Method in class org.apache.felix.cm.impl.UpdateThread
 

S

setBundleLocation(String) - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
setConfiguredPids(String[]) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
shallTake(TargetedPID, TargetedPID, long) - Method in class org.apache.felix.cm.impl.helper.ConfigurationMap
 
shallTake(TargetedPID, TargetedPID, long) - Method in class org.apache.felix.cm.impl.helper.ManagedServiceFactoryConfigurationMap
 
SimpleFilter - Class in org.apache.felix.cm.impl
 
SimpleFilter(String, Object, int) - Constructor for class org.apache.felix.cm.impl.SimpleFilter
 
size() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
size() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
SRV_RANKING - Static variable in class org.apache.felix.cm.impl.RankingComparator
Implements a comparator to sort arrays and sets according to the specification of the service.ranking property.
start(BundleContext) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 
stop(BundleContext) - Method in class org.apache.felix.cm.impl.ConfigurationManager
 
store(String, Dictionary) - Method in class org.apache.felix.cm.file.FilePersistenceManager
Stores the contents of the Dictionary in a file denoted by the given identifier.
store(String, Dictionary) - Method in interface org.apache.felix.cm.PersistenceManager
Stores the Dictionary under the given pid.
SUBSTRING - Static variable in class org.apache.felix.cm.impl.SimpleFilter
 

T

TargetedPID - Class in org.apache.felix.cm.impl.helper
The TargetedPID class represents a targeted PID as read from a configuration object.
TargetedPID(String) - Constructor for class org.apache.felix.cm.impl.helper.TargetedPID
 
TOKEN_ARR_CLOS - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_ARR_OPEN - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_COMMA - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_COMMENT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_EQ - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_NAME - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_BOOLEAN - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_BYTE - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_CHAR - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_DOUBLE - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_FLOAT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_INT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_LONG - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_PRIMITIVE_SHORT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_BOOLEAN - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_BYTE - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_CHARACTER - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_DOUBLE - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_FLOAT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_INTEGER - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_LONG - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_SHORT - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_SIMPLE_STRING - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_VAL_CLOS - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_VAL_OPEN - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_VEC_CLOS - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
TOKEN_VEC_OPEN - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 
toString() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
toString() - Method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
toString() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
toString() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
toString(ServiceReference) - Static method in class org.apache.felix.cm.impl.ConfigurationManager
 
toString() - Method in class org.apache.felix.cm.impl.helper.TargetedPID
 
toString() - Method in class org.apache.felix.cm.impl.SimpleFilter
 
type2Code - Static variable in class org.apache.felix.cm.file.ConfigurationHandler
 

U

ungetRealService(ServiceReference<S>) - Method in class org.apache.felix.cm.impl.helper.BaseTracker
 
unmodifiable(Dictionary<String, Object>) - Static method in class org.apache.felix.cm.impl.CaseInsensitiveDictionary
 
UnmodifiableDictionary(Dictionary<String, Object>) - Constructor for class org.apache.felix.cm.impl.CaseInsensitiveDictionary.UnmodifiableDictionary
 
unparseSubstring(StringBuilder, List<String>) - Static method in class org.apache.felix.cm.impl.SimpleFilter
 
update() - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
update(Dictionary<String, ?>) - Method in class org.apache.felix.cm.impl.ConfigurationAdapter
 
update() - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
update(Dictionary<String, ?>) - Method in class org.apache.felix.cm.impl.ConfigurationImpl
 
UpdateThread - Class in org.apache.felix.cm.impl
The UpdateThread is the thread used to update managed services and managed service factories as well as to send configuration events.
UpdateThread(ConfigurationManager, ThreadGroup, String) - Constructor for class org.apache.felix.cm.impl.UpdateThread
 

W

write(OutputStream, Dictionary) - Static method in class org.apache.felix.cm.file.ConfigurationHandler
Writes the configuration data from the Dictionary to the given OutputStream.
A B C D E F G H I K L M N O P R S T U W 
Skip navigation links

Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.