org.rhq.enterprise.gui.admin
Class DownloadsUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.admin.DownloadsUIBean
All Implemented Interfaces:
Serializable

public class DownloadsUIBean
extends Object
implements Serializable

Provides data to the page that allows a user to download the agent update binary, client distribution, connector binaries, or command-line bundle deployer.

Author:
Greg Hinkle
See Also:
Serialized Form

Constructor Summary
DownloadsUIBean()
           
 
Method Summary
 Properties getAgentVersionProperties()
           
 String getBundleDeployerDownloadFileName()
           
 Properties getClientVersionProperties()
           
 List<File> getConnectorDownloadFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadsUIBean

public DownloadsUIBean()
Method Detail

getAgentVersionProperties

public Properties getAgentVersionProperties()

getConnectorDownloadFiles

public List<File> getConnectorDownloadFiles()
                                     throws Exception
Throws:
Exception

getClientVersionProperties

public Properties getClientVersionProperties()
                                      throws Exception
Throws:
Exception

getBundleDeployerDownloadFileName

public String getBundleDeployerDownloadFileName()
                                         throws Exception
Throws:
Exception


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.