org.rhq.core.domain.content.transfer
Class ResourcePackageDetails

java.lang.Object
  extended by org.rhq.core.domain.content.PackageDetails
      extended by org.rhq.core.domain.content.transfer.ResourcePackageDetails
All Implemented Interfaces:
Serializable

public class ResourcePackageDetails
extends PackageDetails

Contains data to describe a package that has been (or is in the process of being) installed on a resource. This couples the package information with the deployment information, such as the deployment time configuration values. This is heavily used in both the server <-> agent communications as well as the agent <-> plugin APIs.

See Also:
Serialized Form

Constructor Summary
ResourcePackageDetails(PackageDetailsKey key)
           
 
Method Summary
 Configuration getDeploymentTimeConfiguration()
           
 void setDeploymentTimeConfiguration(Configuration deploymentTimeConfiguration)
           
 
Methods inherited from class org.rhq.core.domain.content.PackageDetails
equals, getArchitectureName, getClassification, getDisplayName, getDisplayVersion, getExtraProperties, getFileCreatedDate, getFileName, getFileSize, getKey, getLicenseName, getLicenseVersion, getLocation, getLongDescription, getMD5, getMetadata, getName, getPackageTypeName, getSHA265, getShortDescription, getVersion, hashCode, setClassification, setDisplayName, setDisplayVersion, setExtraProperties, setFileCreatedDate, setFileName, setFileSize, setLicenseName, setLicenseVersion, setLocation, setLongDescription, setMD5, setMetadata, setSHA265, setShortDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourcePackageDetails

public ResourcePackageDetails(PackageDetailsKey key)
Method Detail

getDeploymentTimeConfiguration

public Configuration getDeploymentTimeConfiguration()

setDeploymentTimeConfiguration

public void setDeploymentTimeConfiguration(Configuration deploymentTimeConfiguration)


Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.