org.rhq.enterprise.gui.content
Class InstallationStepsUIBean
java.lang.Object
org.rhq.enterprise.gui.content.InstallationStepsUIBean
public class InstallationStepsUIBean
- extends Object
Bean responsible for making the request to an agent for installation steps on a particular package. Currently,
the steps are cached in this bean after the call to the agent. If the user makes another requst to translate steps,
the steps from the previous call (and other package) will be lost. Thus subsequent requests to view previously
displayed installation steps will result in new requests sent to the agent.
There may be a need in the future to cache these somewhere. However, since we do not receive incremental step updates
during the deployment process, there is less of a need to cache or persist these.
- Author:
- Jason Dobies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallationStepsUIBean
public InstallationStepsUIBean()
loadSteps
public String loadSteps()
getDeploySteps
public List<org.rhq.core.domain.content.transfer.DeployPackageStep> getDeploySteps()
getStepsData
public javax.faces.component.UIData getStepsData()
setStepsData
public void setStepsData(javax.faces.component.UIData stepsData)
getSelectedPackageId
public int getSelectedPackageId()
setSelectedPackageId
public void setSelectedPackageId(int selectedPackageId)
getPackageVersion
public org.rhq.core.domain.content.PackageVersion getPackageVersion()
setPackageVersion
public void setPackageVersion(org.rhq.core.domain.content.PackageVersion packageVersion)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.