|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterruptedException | |
---|---|
com.sentilla.mote.clientservices | Sentilla Client Services application that provides health and status messages from the mote to the host and allows ping and reboot. |
java.lang |
Uses of InterruptedException in com.sentilla.mote.clientservices |
---|
Methods in com.sentilla.mote.clientservices that throw InterruptedException | |
---|---|
void |
ClientServicesLib.run()
|
Uses of InterruptedException in java.lang |
---|
Methods in java.lang that throw InterruptedException | |
---|---|
void |
Thread.join()
Waits for this thread to die. |
void |
Thread.join(int timeout)
Waits at most millis milliseconds for this thread to die. |
static void |
Thread.sleep(long aMilliseconds)
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)
Wait until notified. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |