SunSPOT API V5.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.handler Handlers for control button events. 
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.service IService provides a general interface to allow running services to be controlled. 
com.sun.spot.util Utility classes. 
com.sun.squawk   
java.lang   
java.util   
 

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.handler
 

Classes in com.sun.spot.peripheral.handler that implement Runnable
 class StopVMEventHandler
           
 

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 establishes a new OTA session to handle commands.
 

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.service
 

Classes in com.sun.spot.service that implement Runnable
 class Heartbeat
          A simple service that blinks the SPOT processor board green LED in a heartbeat pattern.
 

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 V5.0


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