|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterruptedException | |
---|---|
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.proxy | Support for controlling PIO pins from child isolates. |
java.lang | Provides classes that are fundamental to the Java programming language. |
Uses of InterruptedException in com.sun.spot.peripheral |
---|
Methods in com.sun.spot.peripheral that throw InterruptedException | |
---|---|
void |
PIOPin.waitForIrq()
Wait for a pin change interrupt on this pin |
void |
IAT91_PIO.waitForIrq(int irq)
Wait for the specified PIO pin to generate an interrupt. |
abstract void |
AbstractAT91_PIO.waitForIrq(int irq)
|
Uses of InterruptedException in com.sun.spot.peripheral.basestation |
---|
Methods in com.sun.spot.peripheral.basestation that throw InterruptedException | |
---|---|
protected void |
MCPSDataIndicationCommand.prepareResultOrExecute(I802_15_4_MAC mac)
|
Uses of InterruptedException in com.sun.spot.peripheral.proxy |
---|
Methods in com.sun.spot.peripheral.proxy that throw InterruptedException | |
---|---|
void |
ProxyAT91_PIO.waitForIrq(int irq)
|
Uses of InterruptedException in java.lang |
---|
Methods in java.lang that throw InterruptedException | |
---|---|
void |
Thread.join()
Waits for this thread to die. |
static void |
Thread.sleep(long millis)
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds. |
void |
Object.wait()
Causes current thread to wait until another thread invokes the Object.notify() method or the
Object.notifyAll() method for this object. |
void |
Object.wait(long timeout)
Causes current thread to wait until either another thread invokes the Object.notify() method or the
Object.notifyAll() method for this object, or a
specified amount of time has elapsed. |
void |
Object.wait(long timeout,
int nanos)
Causes current thread to wait until another thread invokes the Object.notify() method or the
Object.notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |