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.checkOnInstall(Object key, boolean remove)
           
 DownloadResults RemoteDeploymentManager.install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
           
 DownloadResults RemoteDeploymentManager.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
           
 

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

Methods in org.apache.geronimo.system.plugin that return DownloadResults
 DownloadResults PluginInstaller.checkOnInstall(Object key)
          Gets the current progress of a download operation.
 DownloadResults PluginInstallerGBean.checkOnInstall(Object key)
          Gets the current progress of a download operation.
 DownloadResults PluginInstaller.checkOnInstall(Object key, boolean remove)
          Gets the current progress of a download operation.
 DownloadResults PluginInstallerGBean.checkOnInstall(Object key, boolean remove)
          Gets the current progress of a download operation.
 DownloadResults DownloadResults.duplicate()
           
 DownloadResults PluginInstaller.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 DownloadResults PluginInstallerGBean.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 DownloadResults PluginInstaller.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
           
 DownloadResults PluginInstallerGBean.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
          This more or less clones the current PluginInstallerGBean to create one with the same server instances (structure) but using the current server as config store and assembling a server in a provided location.
 



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