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.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.Dictionary
object.Dictionary
for the given pid
.PersistenceManager
interface defines the API to be
implemented to support persisting configuration data.RankingComparator
TODOInputStream
and
returns a new Dictionary
object containing the data.Dictionary
in a file denoted
by the given identifier.Dictionary
under the given pid
.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-2013 The Apache Software Foundation. All Rights Reserved.