Uses of Interface
org.apache.geronimo.system.plugin.DownloadPoller

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

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

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type DownloadPoller
 void RemoteDeploymentManager.install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
           
 

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

Classes in org.apache.geronimo.system.plugin that implement DownloadPoller
 class DownloadResults
          Provides the results of a configuration download operation.
 

Methods in org.apache.geronimo.system.plugin with parameters of type DownloadPoller
 void PluginInstallerGBean.install(File carFile, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
          Installs from a pre-downloaded CAR file
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, SourceRepository defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
           
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, SourceRepository defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller, boolean validatePlugins)
           
 void PluginInstaller.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 



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