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

Packages that use PluginList
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.system.plugin   
 

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

Methods in org.apache.geronimo.deployment.plugin.jmx that return PluginList
 PluginList RemoteDeploymentManager.listPlugins(URL mavenRepository, String username, String password)
           
 

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type PluginList
 DownloadResults RemoteDeploymentManager.install(PluginList installList, String username, String password)
           
 void RemoteDeploymentManager.install(PluginList configsToInstall, String username, String password, DownloadPoller poller)
           
 Object RemoteDeploymentManager.startInstall(PluginList configsToInstall, String username, String password)
           
 

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

Methods in org.apache.geronimo.system.plugin that return PluginList
static PluginList PluginList.createInstallList(PluginList all, Artifact selectedConfigID)
           
static PluginList PluginList.createInstallList(PluginList all, Artifact[] selectedConfigIDs)
           
 PluginList PluginInstallerGBean.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
 PluginList PluginInstaller.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
 

Methods in org.apache.geronimo.system.plugin with parameters of type PluginList
static PluginList PluginList.createInstallList(PluginList all, Artifact selectedConfigID)
           
static PluginList PluginList.createInstallList(PluginList all, Artifact[] selectedConfigIDs)
           
 DownloadResults PluginInstallerGBean.install(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 DownloadResults PluginInstaller.install(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstallerGBean.install(PluginList pluginsToInstall, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstaller.install(PluginList pluginsToInstall, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 Object PluginInstallerGBean.startInstall(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 Object PluginInstaller.startInstall(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 



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