|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Thread | |
---|---|
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. |
Uses of Thread in com.sun.spot.peripheral.ota |
---|
Subclasses of Thread in com.sun.spot.peripheral.ota | |
---|---|
class |
OTACommandServer
This class monitors radiogram communications on port number 8, and responds to commands received. |
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 V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |