Uses of Class
org.apache.geronimo.system.plugin.PluginMetadata

Packages that use PluginMetadata
org.apache.geronimo.system.plugin   
 

Uses of PluginMetadata in org.apache.geronimo.system.plugin
 

Methods in org.apache.geronimo.system.plugin that return PluginMetadata
 PluginMetadata PluginInstaller.getPluginMetadata(org.apache.geronimo.kernel.repository.Artifact moduleId)
          Gets a CofigurationMetadata for a configuration installed in the local server.
 PluginMetadata PluginInstallerGBean.getPluginMetadata(org.apache.geronimo.kernel.repository.Artifact moduleId)
          Gets a CofigurationMetadata for a configuration installed in the local server.
 PluginMetadata[] PluginList.getPlugins()
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type PluginMetadata
 void PluginInstaller.updatePluginMetadata(PluginMetadata metadata)
          Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
 void PluginInstallerGBean.updatePluginMetadata(PluginMetadata metadata)
          Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
 

Constructors in org.apache.geronimo.system.plugin with parameters of type PluginMetadata
PluginList(URL[] repositories, PluginMetadata[] plugins)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.