org.rhq.enterprise.server.resource
Class InventorySummary
java.lang.Object
org.rhq.enterprise.server.resource.InventorySummary
- All Implemented Interfaces:
- java.io.Serializable
public class InventorySummary
- extends java.lang.Object
- implements java.io.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, CompatibleGroups, and
MixedGroups. Only Resources with an inventory status of COMMITTED are
tallied.
- Author:
- Ian Springer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventorySummary
public InventorySummary()
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-2009 Red Hat, Inc.. All Rights Reserved.