com.sun.spot.client.command
Class GetSleepInfoCmd.Result
java.lang.Object
com.sun.spot.client.command.GetSleepInfoCmd.Result
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GetSleepInfoCmd
public class GetSleepInfoCmd.Result
- extends Object
- implements Serializable
- See Also:
- Serialized Form
GetSleepInfoCmd.Result
public GetSleepInfoCmd.Result()
millisToString
public String millisToString(long uptime)
toString
public String toString()
- Overrides:
toString
in class Object
getDeepSleepCount
public int getDeepSleepCount()
getMaxShallowSleepThreshold
public long getMaxShallowSleepThreshold()
getMinDeepSleepThreshold
public long getMinDeepSleepThreshold()
getTotalShallowSleepTime
public long getTotalShallowSleepTime()
getTotalDeepSleepTime
public long getTotalDeepSleepTime()
getUptime
public long getUptime()
isDeepSleepOn
public boolean isDeepSleepOn()
isDiagnosticModeOn
public boolean isDiagnosticModeOn()
Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.