com.hyper9.simdk.stubs.dao
Class HostSystemDebugManagerProcessInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostSystemDebugManagerProcessInfo
All Implemented Interfaces:
Serializable

public class HostSystemDebugManagerProcessInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostSystemDebugManagerProcessInfo()
           
 
Method Summary
 Long getCpuPercentage()
           
 Long getCpuTime()
           
 List<Long> getPid()
           
 String getProcessKey()
           
 Long getUptime()
           
 Long getVirtualMemSize()
           
 void setCpuPercentage(Long toSet)
           
 void setCpuTime(Long toSet)
           
 void setPid(List<Long> toSet)
           
 void setProcessKey(String toSet)
           
 void setUptime(Long toSet)
           
 void setVirtualMemSize(Long toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostSystemDebugManagerProcessInfo

public HostSystemDebugManagerProcessInfo()
Method Detail

getProcessKey

public String getProcessKey()

setProcessKey

public void setProcessKey(String toSet)

getUptime

public Long getUptime()

setUptime

public void setUptime(Long toSet)

getVirtualMemSize

public Long getVirtualMemSize()

setVirtualMemSize

public void setVirtualMemSize(Long toSet)

getPid

public List<Long> getPid()

setPid

public void setPid(List<Long> toSet)

getCpuTime

public Long getCpuTime()

setCpuTime

public void setCpuTime(Long toSet)

getCpuPercentage

public Long getCpuPercentage()

setCpuPercentage

public void setCpuPercentage(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.