Dear Wiki user, You have subscribed to a wiki page or wiki category on "James Wiki" for change notification.
The following page has been changed by JoachimDraeger: http://wiki.apache.org/james/Development/ReplacePhoenix/OSGi/ConfigurationAdmin ------------------------------------------------------------------------------ The ''service.pid'' is a system-wide unique identifier that is e.g. constructed by using the full qualified class name. The configuration for a component consists of a java-style properties like dictionary of key/value pairs. - When the component first subscribes to the configuration or every time the configuration is changed ConfigurationAdmin calls the components that implements ''ManagedService'' update method. + When the component first subscribes to the configuration or every time the configuration is changed ''Configuration``Admin'' calls the components that implements ''Managed``Service'' update method. {{{ public void updated(java.util.Dictionary properties) throws ConfigurationException