org.apache.geronimo.system.configuration
Interface PluginAttributeStore
- All Superinterfaces:
- ManageableAttributeStore
- All Known Implementing Classes:
- LocalAttributeManager, SwitchableLocalAttributeManager
public interface PluginAttributeStore
- extends ManageableAttributeStore
Extension to the ManageableAttributeStore that supports the plugin
installer.
setModuleGBeans
void setModuleGBeans(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.