|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterruptedException | |
---|---|
java.lang | |
java.lang.ref | |
org.apache.felix.deploymentadmin | |
org.apache.felix.dm.tracker | |
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.apache.felix.ipojo.util | |
org.osgi.framework.launch | Framework Launch Package Version 1.0. |
org.osgi.service.application | Application Package Version 1.1. |
org.osgi.util.tracker | Tracker Package Version 1.4. |
Uses of InterruptedException in java.lang |
---|
Methods in java.lang that throw InterruptedException | |
---|---|
void |
Thread.join()
|
void |
Thread.join(long var0)
|
void |
Thread.join(long var0,
int var1)
|
static void |
Thread.sleep(long var0)
|
static void |
Thread.sleep(long var0,
int var1)
|
void |
Object.wait()
|
void |
Object.wait(long var0)
|
void |
Object.wait(long var0,
int var1)
|
abstract int |
Process.waitFor()
|
Uses of InterruptedException in java.lang.ref |
---|
Methods in java.lang.ref that throw InterruptedException | |
---|---|
Reference |
ReferenceQueue.remove()
|
Reference |
ReferenceQueue.remove(long var0)
|
Uses of InterruptedException in org.apache.felix.deploymentadmin |
---|
Methods in org.apache.felix.deploymentadmin that throw InterruptedException | |
---|---|
void |
Semaphore.acquire()
Acquires the semaphore, or blocks until it's available or the thread is interrupted. |
boolean |
Semaphore.tryAcquire(long timeout)
Tries to acquire the semaphore and waits for the duration of the specified timeout until it becomes available. |
Uses of InterruptedException in org.apache.felix.dm.tracker |
---|
Methods in org.apache.felix.dm.tracker that throw InterruptedException | |
---|---|
Object |
ServiceTracker.waitForService(long timeout)
Wait for at least one service to be tracked by this ServiceTracker . |
Uses of InterruptedException in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that throw InterruptedException | |
---|---|
FrameworkEvent |
Felix.waitForStop(long timeout)
This method will cause the calling thread to block until the framework shuts down. |
Uses of InterruptedException in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that throw InterruptedException | |
---|---|
boolean |
ThreadGate.await(long timeout)
Wait for the gate to open. |
Uses of InterruptedException in org.apache.felix.ipojo.util |
---|
Methods in org.apache.felix.ipojo.util that throw InterruptedException | |
---|---|
Object |
Tracker.waitForService(long timeout)
Waits for at least one service to be tracked by this Tracker object. |
Uses of InterruptedException in org.osgi.framework.launch |
---|
Methods in org.osgi.framework.launch that throw InterruptedException | |
---|---|
FrameworkEvent |
Framework.waitForStop(long timeout)
Wait until this Framework has completely stopped. |
Uses of InterruptedException in org.osgi.service.application |
---|
Methods in org.osgi.service.application that throw InterruptedException | |
---|---|
Object |
ApplicationHandle.getExitValue(long timeout)
Returns the exit value for the application instance. |
Uses of InterruptedException in org.osgi.util.tracker |
---|
Methods in org.osgi.util.tracker that throw InterruptedException | |
---|---|
Object |
ServiceTracker.waitForService(long timeout)
Wait for at least one service to be tracked by this ServiceTracker . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |