com.hyper9.simdk.stubs.dao
Class HostRuntimeInfo

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

public class HostRuntimeInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostRuntimeInfo()
           
 
Method Summary
 Calendar getBootTime()
           
 HostSystemConnectionState getConnectionState()
           
 HealthSystemRuntime getHealthSystemRuntime()
           
 Boolean getInMaintenanceMode()
           
 HostSystemPowerState getPowerState()
           
 List<HostTpmDigestInfo> getTpmPcrValues()
           
 void setBootTime(Calendar toSet)
           
 void setConnectionState(HostSystemConnectionState toSet)
           
 void setHealthSystemRuntime(HealthSystemRuntime toSet)
           
 void setInMaintenanceMode(Boolean toSet)
           
 void setPowerState(HostSystemPowerState toSet)
           
 void setTpmPcrValues(List<HostTpmDigestInfo> 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

HostRuntimeInfo

public HostRuntimeInfo()
Method Detail

getConnectionState

public HostSystemConnectionState getConnectionState()

setConnectionState

public void setConnectionState(HostSystemConnectionState toSet)

getPowerState

public HostSystemPowerState getPowerState()

setPowerState

public void setPowerState(HostSystemPowerState toSet)

getInMaintenanceMode

public Boolean getInMaintenanceMode()

setInMaintenanceMode

public void setInMaintenanceMode(Boolean toSet)

getBootTime

public Calendar getBootTime()

setBootTime

public void setBootTime(Calendar toSet)

getHealthSystemRuntime

public HealthSystemRuntime getHealthSystemRuntime()

setHealthSystemRuntime

public void setHealthSystemRuntime(HealthSystemRuntime toSet)

getTpmPcrValues

public List<HostTpmDigestInfo> getTpmPcrValues()

setTpmPcrValues

public void setTpmPcrValues(List<HostTpmDigestInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.