com.dalsemi.jellybeans
Class Control

java.lang.Object
  |
  +--com.dalsemi.jellybeans.Control

public class Control
extends java.lang.Object

Contains system methods.


Method Summary
static void delay(int ms)
          Deprecated.  
static void delayWithMaximumBurn(int ms)
          Deprecated.  
static void dumpFreeRAM()
          Dump the systems free ram out the info port.
static int getFreeRAM()
          Gets the free RAM.
static boolean getSerialBootMessagesState()
          Delay a process for ms milliseconds.
static void reboot()
          Does a quick (and at this point ugly) system reboot.
static void setSerialBootMessagesState(boolean on)
          Delay a process for ms milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSerialBootMessagesState

public static final boolean getSerialBootMessagesState()
Delay a process for ms milliseconds.
Parameters:
ms - the amout of time to sleep.
See Also:

setSerialBootMessagesState

public static final void setSerialBootMessagesState(boolean on)
Delay a process for ms milliseconds.
Parameters:
ms - the amout of time to sleep.
See Also:

delay

public static final void delay(int ms)
Deprecated.  
Delay a process for ms milliseconds.
Parameters:
ms - the amout of time to sleep.
See Also:
Thread.sleep()

dumpFreeRAM

public static final void dumpFreeRAM()
Dump the systems free ram out the info port.
See Also:

delayWithMaximumBurn

public static final void delayWithMaximumBurn(int ms)
Deprecated.  
Gobble up lots-o-cpu cycles.
Parameters:
ms - How many milliseconds to wait
See Also:
Thread.sleep()

getFreeRAM

public static final int getFreeRAM()
Gets the free RAM.
Returns:
Available free RAM.
See Also:

reboot

public static final void reboot()
Does a quick (and at this point ugly) system reboot.
See Also: