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

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

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

Methods in org.apache.geronimo.deployment.plugin.jmx that return DownloadResults
 DownloadResults RemoteDeploymentManager.checkOnInstall(Object key)
           
 DownloadResults RemoteDeploymentManager.install(PluginList installList, String username, String password)
           
 

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

Methods in org.apache.geronimo.system.plugin that return DownloadResults
 DownloadResults PluginInstallerGBean.checkOnInstall(Object key)
          Gets the current progress of a download operation.
 DownloadResults PluginInstaller.checkOnInstall(Object key)
          Gets the current progress of a download operation.
 DownloadResults DownloadResults.duplicate()
           
 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.
 



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