org.apache.geronimo.system.configuration
Interface PluginAttributeStore

All Superinterfaces:
org.apache.geronimo.kernel.config.ManageableAttributeStore
All Known Implementing Classes:
LocalAttributeManager

public interface PluginAttributeStore
extends org.apache.geronimo.kernel.config.ManageableAttributeStore

Extension to the ManageableAttributeStore that supports the plugin installer.

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

Field Summary
 
Fields inherited from interface org.apache.geronimo.kernel.config.ManageableAttributeStore
ATTRIBUTE_STORE
 
Method Summary
 void setModuleGBeans(org.apache.geronimo.kernel.repository.Artifact moduleName, GBeanOverride[] gbeans)
          Adds a group of settings to the attribute store.
 
Methods inherited from interface org.apache.geronimo.kernel.config.ManageableAttributeStore
addGBean, applyOverrides, save, setReferencePatterns, setShouldLoad, setValue
 

Method Detail

setModuleGBeans

public void setModuleGBeans(org.apache.geronimo.kernel.repository.Artifact moduleName,
                            GBeanOverride[] gbeans)
Adds a group of settings to the attribute store. This is used by e.g. the plugin installer to add the settings needed for a new plugin.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.