org.rhq.core.system
Class AggregateProcessInfo.AggregateProcTime

java.lang.Object
  extended by org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
Enclosing class:
AggregateProcessInfo

public class AggregateProcessInfo.AggregateProcTime
extends Object

Aggregates ProcTime data into a single object. This has attributes that are analogous to aggregatable versions of those attributes found in ProcTime.


Constructor Summary
AggregateProcessInfo.AggregateProcTime(List<org.hyperic.sigar.ProcTime> times)
           
 
Method Summary
 long getSys()
           
 long getTotal()
           
 long getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateProcessInfo.AggregateProcTime

public AggregateProcessInfo.AggregateProcTime(List<org.hyperic.sigar.ProcTime> times)
Method Detail

getSys

public long getSys()

getUser

public long getUser()

getTotal

public long getTotal()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.