SunSPOT host API V4.0


com.sun.spot.client.command
Class GetSleepInfoCmd.Result

java.lang.Object
  extended by 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

Constructor Summary
GetSleepInfoCmd.Result()
           
 
Method Summary
 int getDeepSleepCount()
           
 long getMaxShallowSleepThreshold()
           
 long getMinDeepSleepThreshold()
           
 long getTotalDeepSleepTime()
           
 long getTotalShallowSleepTime()
           
 long getUptime()
           
 boolean isDeepSleepOn()
           
 boolean isDiagnosticModeOn()
           
 String millisToString(long uptime)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSleepInfoCmd.Result

public GetSleepInfoCmd.Result()
Method Detail

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()

SunSPOT host API V4.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.