org.rhq.core.domain.resource
Class InventorySummary

java.lang.Object
  extended by org.rhq.core.domain.resource.InventorySummary
All Implemented Interfaces:
Serializable

public class InventorySummary
extends Object
implements Serializable

A summary of inventoried Resources and Groups that are viewable by the specified user. The summary includes the total number of platforms, servers, services, org.rhq.core.domain.resource.group.CompatibleGroups, and org.rhq.core.domain.resource.group.MixedGroups. Only Resources with an inventory status of COMMITTED are tallied.

See Also:
Serialized Form

Constructor Summary
InventorySummary()
           
 
Method Summary
 int getCompatibleGroupCount()
           
 int getGroupDefinitionCount()
           
 int getMixedGroupCount()
           
 int getPlatformCount()
           
 int getScheduledMeasurementsPerMinute()
           
 int getServerCount()
           
 int getServiceCount()
           
 int getSoftwareProductCount()
           
 int getSoftwareUpdateCount()
           
 void setCompatibleGroupCount(int compatibleGroupCount)
           
 void setGroupDefinitionCount(int groupDefinitionCount)
           
 void setMixedGroupCount(int mixedGroupCount)
           
 void setPlatformCount(int platformCount)
           
 void setScheduledMeasurementsPerMinute(int scheduledMeasurementsPerMinute)
           
 void setServerCount(int serverCount)
           
 void setServiceCount(int serviceCount)
           
 void setSoftwareProductCount(int softwareProductCount)
           
 void setSoftwareUpdateCount(int softwareUpdateCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventorySummary

public InventorySummary()
Method Detail

getPlatformCount

public int getPlatformCount()

setPlatformCount

public void setPlatformCount(int platformCount)

getServerCount

public int getServerCount()

setServerCount

public void setServerCount(int serverCount)

getServiceCount

public int getServiceCount()

setServiceCount

public void setServiceCount(int serviceCount)

getCompatibleGroupCount

public int getCompatibleGroupCount()

setCompatibleGroupCount

public void setCompatibleGroupCount(int compatibleGroupCount)

getMixedGroupCount

public int getMixedGroupCount()

setMixedGroupCount

public void setMixedGroupCount(int mixedGroupCount)

getSoftwareProductCount

public int getSoftwareProductCount()

setSoftwareProductCount

public void setSoftwareProductCount(int softwareProductCount)

getSoftwareUpdateCount

public int getSoftwareUpdateCount()

setSoftwareUpdateCount

public void setSoftwareUpdateCount(int softwareUpdateCount)

getScheduledMeasurementsPerMinute

public int getScheduledMeasurementsPerMinute()

setScheduledMeasurementsPerMinute

public void setScheduledMeasurementsPerMinute(int scheduledMeasurementsPerMinute)

getGroupDefinitionCount

public int getGroupDefinitionCount()

setGroupDefinitionCount

public void setGroupDefinitionCount(int groupDefinitionCount)


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