SunSPOT API V5.0


Uses of Class
java.lang.Thread

Packages that use Thread
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   
java.lang   
 

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

Methods in com.sun.spot.peripheral.radio with parameters of type Thread
static void RadioFactory.setAsDaemonThread(Thread thread)
           
 

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

Subclasses of Thread in com.sun.spot.peripheral.radio.mhrp.aodv
 class Receiver
           
 class Sender
           
 

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

Subclasses of Thread in com.sun.spot.peripheral.radio.mhrp.aodv.request
 class RequestTableCleaner
           
 

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

Subclasses of Thread in com.sun.spot.peripheral.radio.mhrp.aodv.routing
 class RoutingNeighbor
           
 class RoutingTableCleaner
           
 

Uses of Thread in com.sun.spot.util
 

Subclasses of Thread in com.sun.spot.util
 class BootloaderListener
          Simple class to listen to the serial input over the USB connection and pass control to the bootloader.
 

Uses of Thread in com.sun.squawk
 

Methods in com.sun.squawk that return Thread
static Thread[] VM.getRunnableThreads()
          Answer an array of threads that are runnable now, in the order they appear in the runnable queue.
 

Methods in com.sun.squawk with parameters of type Thread
static void VM.setAsDaemonThread(Thread t)
          Mark the specified thread to be a daemon thread (won't prevent VM from exiting).
static void VM.setSystemThreadPriority(Thread t, int level)
          Sets the given thread to the given priority, bounded by MAX_SYS_PRIORITY (eg. allowing higher than normal priority levels) Note that threads created by a thread with "system" priority do not inherit the system priority level, but default to NORM_PRIORITY.
 

Uses of Thread in java.lang
 

Methods in java.lang that return Thread
static Thread Thread.currentThread()
          Returns a reference to the currently executing thread object.
 


SunSPOT API V5.0


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