com.hyper9.simdk.stubs.mao
Class PerformanceManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.PerformanceManager
All Implemented Interfaces:
Serializable

public class PerformanceManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PerformanceManager()
           
 
Method Summary
 PerformanceDescription getDescription()
           
 List<PerfInterval> getHistoricalInterval()
           
 List<PerfCounterInfo> getPerfCounter()
           
 void setDescription(PerformanceDescription toSet)
           
 void setHistoricalInterval(List<PerfInterval> toSet)
           
 void setPerfCounter(List<PerfCounterInfo> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceManager

public PerformanceManager()
Method Detail

getDescription

public PerformanceDescription getDescription()

setDescription

public void setDescription(PerformanceDescription toSet)

getHistoricalInterval

public List<PerfInterval> getHistoricalInterval()

setHistoricalInterval

public void setHistoricalInterval(List<PerfInterval> toSet)

getPerfCounter

public List<PerfCounterInfo> getPerfCounter()

setPerfCounter

public void setPerfCounter(List<PerfCounterInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.