Uses of Class
org.apache.geronimo.system.plugin.model.PluginType

Packages that use PluginType
org.apache.geronimo.console.car   
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
org.apache.geronimo.system.plugin.model   
 

Uses of PluginType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car declared as PluginType
protected  PluginType PluginInfoBean.plugin
           
 

Methods in org.apache.geronimo.console.car that return PluginType
 PluginType PluginInfoBean.getPlugin()
           
 

Methods in org.apache.geronimo.console.car with parameters of type PluginType
 void PluginInfoBean.setPlugin(PluginType plugin)
           
 

Uses of PluginType in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx that return PluginType
 PluginType RemoteDeploymentManager.getPluginMetadata(Artifact configId)
           
 

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type PluginType
 Dependency[] RemoteDeploymentManager.checkPrerequisites(PluginType plugin)
           
 void RemoteDeploymentManager.updatePluginMetadata(PluginType metadata)
           
 void RemoteDeploymentManager.validatePlugin(PluginType plugin)
           
 

Uses of PluginType in org.apache.geronimo.mavenplugins.car
 

Methods in org.apache.geronimo.mavenplugins.car with parameters of type PluginType
 void UpdatePluginListMojo.updatePluginList(PluginType plugin, PluginListType pluginList)
           
 

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

Methods in org.apache.geronimo.system.plugin that return PluginType
static PluginType PluginInstallerGBean.copy(PluginType metadata, PluginArtifactType instance)
           
 PluginType PluginInstaller.getPluginMetadata(Artifact moduleId)
          Gets a CofigurationMetadata for a configuration installed in the local server.
 PluginType PluginInstallerGBean.getPluginMetadata(Artifact moduleId)
          Gets a ConfigurationMetadata for a configuration installed in the local server.
static PluginType PluginXmlUtil.loadPluginMetadata(InputStream in)
          Read a set of plugin metadata from a DOM document.
static PluginType PluginInstallerGBean.toKey(PluginType metadata)
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type PluginType
 Dependency[] PluginInstaller.checkPrerequisites(PluginType plugin)
          Ensures that a plugin's prerequisites are installed
 Dependency[] PluginInstallerGBean.checkPrerequisites(PluginType plugin)
          Ensures that a plugin's prerequisites are installed
static PluginType PluginInstallerGBean.copy(PluginType metadata, PluginArtifactType instance)
           
static PluginType PluginInstallerGBean.toKey(PluginType metadata)
           
 void PluginInstaller.updatePluginMetadata(PluginType metadata)
          Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
 void PluginInstallerGBean.updatePluginMetadata(PluginType metadata)
          Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
 void PluginInstaller.validatePlugin(PluginType plugin)
          Ensures that a plugin artifact is installable.
 void PluginInstallerGBean.validatePlugin(PluginType plugin)
          Ensures that a plugin is installable.
static void PluginXmlUtil.writePluginMetadata(PluginType metadata, OutputStream out)
           
 

Uses of PluginType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type PluginType
protected  List<PluginType> PluginListType.plugin
           
 

Methods in org.apache.geronimo.system.plugin.model that return PluginType
 PluginType ObjectFactory.createPluginType()
          Create an instance of PluginType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type PluginType
 JAXBElement<PluginType> ObjectFactory.createGeronimoPlugin(PluginType value)
          Create an instance of JAXBElement<PluginType>}
 List<PluginType> PluginListType.getPlugin()
          Gets the value of the plugin property.
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type PluginType
 JAXBElement<PluginType> ObjectFactory.createGeronimoPlugin(PluginType value)
          Create an instance of JAXBElement<PluginType>}
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.