org.rhq.enterprise.gui.inventory.resource
Class ResourceOverviewUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.inventory.resource.ResourceOverviewUIBean

public class ResourceOverviewUIBean
extends Object


Constructor Summary
ResourceOverviewUIBean()
           
 
Method Summary
 List<org.rhq.core.domain.alert.Alert> getRecentAlerts()
           
 List<org.rhq.core.domain.configuration.ResourceConfigurationUpdate> getRecentConfigChanges()
           
 List<org.rhq.enterprise.server.alert.engine.internal.Tuple<org.rhq.core.domain.event.EventSeverity,Integer>> getRecentEventCounts()
           
 List<org.rhq.core.domain.measurement.composite.MeasurementOOBComposite> getRecentOOBs()
           
 List<org.rhq.core.domain.operation.composite.ResourceOperationLastCompletedComposite> getRecentOperations()
           
 List<org.rhq.core.domain.content.InstalledPackageHistory> getRecentPackageHistory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceOverviewUIBean

public ResourceOverviewUIBean()
Method Detail

getRecentAlerts

public List<org.rhq.core.domain.alert.Alert> getRecentAlerts()

getRecentOperations

public List<org.rhq.core.domain.operation.composite.ResourceOperationLastCompletedComposite> getRecentOperations()

getRecentConfigChanges

public List<org.rhq.core.domain.configuration.ResourceConfigurationUpdate> getRecentConfigChanges()

getRecentEventCounts

public List<org.rhq.enterprise.server.alert.engine.internal.Tuple<org.rhq.core.domain.event.EventSeverity,Integer>> getRecentEventCounts()

getRecentPackageHistory

public List<org.rhq.core.domain.content.InstalledPackageHistory> getRecentPackageHistory()

getRecentOOBs

public List<org.rhq.core.domain.measurement.composite.MeasurementOOBComposite> getRecentOOBs()


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