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

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

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 username, String password, DownloadPoller poller)
          Installs from a pre-downloaded CAR file
 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.
 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.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.