SunSPOT API V3.0


Uses of Interface
java.lang.Runnable

Packages that use Runnable
com.sun.spot.networktools Tools that answer network queries for information about the SPOT network stack 
com.sun.spot.peripheral Access to the hardware peripherals built in to the Sun SPOT main board. 
com.sun.spot.peripheral.basestation Code to allow the Sun SPOT to function as a base station. 
com.sun.spot.peripheral.ota Support for managing remote Sun SPOTs using ant scripts. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.aodv.request Request table used by the AODV based mesh routing package 
com.sun.spot.peripheral.radio.mhrp.aodv.routing Routing table used by the AODV based mesh routing package 
com.sun.spot.util Utility classes. 
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
java.lang Provides classes that are fundamental to the Java programming language. 
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Runnable in com.sun.spot.networktools
 

Classes in com.sun.spot.networktools that implement Runnable
 class NetManagementServer
          A daemon that responds to network management requests
 

Uses of Runnable in com.sun.spot.peripheral
 

Classes in com.sun.spot.peripheral that implement Runnable
 class FiqInterruptDaemon
          The FiqInterruptDaemon gives access to the handlers used for various notifications from the power controller.
 

Uses of Runnable in com.sun.spot.peripheral.basestation
 

Classes in com.sun.spot.peripheral.basestation that implement Runnable
 class MACProxyServer.LedManager
           
 

Uses of Runnable in com.sun.spot.peripheral.ota
 

Classes in com.sun.spot.peripheral.ota that implement Runnable
 class OTACommandServer
          This class monitors radiogram communications on port number 8, and responds to commands received.
 

Uses of Runnable in com.sun.spot.peripheral.radio
 

Classes in com.sun.spot.peripheral.radio that implement Runnable
 class ReassemblyExpiration
           
 class RetransmitTimer
           
 

Uses of Runnable in com.sun.spot.peripheral.radio.mhrp.aodv
 

Classes in com.sun.spot.peripheral.radio.mhrp.aodv that implement Runnable
 class Receiver
           
 class Sender
           
 

Uses of Runnable in com.sun.spot.peripheral.radio.mhrp.aodv.request
 

Classes in com.sun.spot.peripheral.radio.mhrp.aodv.request that implement Runnable
 class RequestTableCleaner
           
 

Uses of Runnable in com.sun.spot.peripheral.radio.mhrp.aodv.routing
 

Classes in com.sun.spot.peripheral.radio.mhrp.aodv.routing that implement Runnable
 class RoutingNeighbor
           
 class RoutingTableCleaner
           
 

Uses of Runnable in com.sun.spot.util
 

Classes in com.sun.spot.util that implement Runnable
 class BootloaderListener
          Simple class to listen to the serial input over the USB connection and pass control to the bootloader.
 

Uses of Runnable in com.sun.squawk
 

Classes in com.sun.squawk that implement Runnable
 class Isolate
          The Isolate class represents a "process-like" unit of computation that is isolated from other instances of Isolate.
 

Uses of Runnable in java.lang
 

Classes in java.lang that implement Runnable
 class Thread
          A thread is a thread of execution in a program.
 

Constructors in java.lang with parameters of type Runnable
Thread(Runnable target)
          Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable target, String name)
          Allocates a new Thread object with the given target and name.
 

Uses of Runnable in java.util
 

Classes in java.util that implement Runnable
 class TimerTask
          A task that can be scheduled for one-time or repeated execution by a Timer.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.