org.rhq.core.domain.resource
Class InventorySummary
java.lang.Object
org.rhq.core.domain.resource.InventorySummary
- All Implemented Interfaces:
- Serializable
public class InventorySummary
- extends Object
- implements Serializable
A summary of inventoried Resource
s and
Group
s that are viewable by the specified user. The summary includes the
total number of platforms, servers, services, org.rhq.core.domain.resource.group.CompatibleGroup
s, and
org.rhq.core.domain.resource.group.MixedGroup
s. Only Resources with an inventory status of COMMITTED are
tallied.
- 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-2011 Red Hat, Inc.. All Rights Reserved.