org.rhq.enterprise.server.resource
Class PlatformUtilizationManagerBean

java.lang.Object
  extended by org.rhq.enterprise.server.resource.PlatformUtilizationManagerBean
All Implemented Interfaces:
PlatformUtilizationManagerLocal

public class PlatformUtilizationManagerBean
extends Object
implements PlatformUtilizationManagerLocal

Author:
jsanda

Constructor Summary
PlatformUtilizationManagerBean()
           
 
Method Summary
 Set<org.rhq.core.domain.measurement.MeasurementData> loadLiveMetricsForPlatform(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.Resource platform, Set<Integer> metricDefinitionIds)
           
 org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.PlatformMetricsSummary> loadPlatformMetrics(org.rhq.core.domain.auth.Subject subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformUtilizationManagerBean

public PlatformUtilizationManagerBean()
Method Detail

loadPlatformMetrics

public org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.PlatformMetricsSummary> loadPlatformMetrics(org.rhq.core.domain.auth.Subject subject)
Specified by:
loadPlatformMetrics in interface PlatformUtilizationManagerLocal

loadLiveMetricsForPlatform

public Set<org.rhq.core.domain.measurement.MeasurementData> loadLiveMetricsForPlatform(org.rhq.core.domain.auth.Subject subject,
                                                                                       org.rhq.core.domain.resource.Resource platform,
                                                                                       Set<Integer> metricDefinitionIds)
Specified by:
loadLiveMetricsForPlatform in interface PlatformUtilizationManagerLocal


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