true
if this map is foreseen to take a
configuration with the given service PID.BaseTracker
is the base class for tracking
ManagedService
and ManagedServiceFactory
services.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.service.cmRanking
property in
the Configuration Admin specification.ConfigurationAdapter
is just an adapter to the internal
configuration object.ConfigurationAdminImpl
is the per-bundle frontend to the
configuration manager.ConfigurationHandler
class implements configuration reading
form a java.io.InputStream
and writing to a
java.io.OutputStream
on behalf of the
FilePersistenceManager
class.ConfigurationImpl
is the backend implementation of the
Configuration Admin Service Specification Configuration object
(section 104.4).ConfigurationManager
is the central class in this
implementation of the Configuration Admin Service Specification.Dictionary
for the given pid
.true
if a (configuration) file exists for the given
identifier.true
if a persisted Dictionary
exists
for the given pid
.FilePersistenceManager
class stores configuration data in
properties-like files inside a given directory.Dictionary
objects.Dictionary
objects known to
this persistence manager.File
object.pid
retrieved from the configuration.Dictionary
object.Dictionary
for the given pid
.NotCachablePersistenceManager
is a marker interface which
extends PersistenceManager
to inform that no cache should be applied
around this persistence manager.PersistenceManager
interface defines the API to be
implemented to support persisting configuration data.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.InputStream
and
returns a new Dictionary
object containing the data.configPid
from
the service.service.ranking
property.Dictionary
in a file denoted
by the given identifier.Dictionary
under the given pid
.TargetedPID
class represents a targeted PID as read
from a configuration object.UpdateThread
is the thread used to update managed services
and managed service factories as well as to send configuration events.Dictionary
to the
given OutputStream
.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.