|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Runnable in java.lang |
---|
Classes in java.lang that implement Runnable | |
---|---|
class |
Thread
|
Constructors in java.lang with parameters of type Runnable | |
---|---|
Thread(Runnable var0)
|
|
Thread(Runnable var0,
String var1)
|
|
Thread(ThreadGroup var0,
Runnable var1)
|
|
Thread(ThreadGroup var0,
Runnable var1,
String var2)
|
Uses of Runnable in java.util |
---|
Classes in java.util that implement Runnable | |
---|---|
class |
TimerTask
|
Uses of Runnable in org.apache.felix.cm.impl |
---|
Classes in org.apache.felix.cm.impl that implement Runnable | |
---|---|
class |
UpdateThread
The UpdateThread is the thread used to update managed services
and managed service factories as well as to send configuration events. |
Uses of Runnable in org.apache.felix.deploymentadmin.spi |
---|
Classes in org.apache.felix.deploymentadmin.spi that implement Runnable | |
---|---|
class |
CommitResourceCommand
Command that commits all the resource processors that were added to the command. |
Methods in org.apache.felix.deploymentadmin.spi with parameters of type Runnable | |
---|---|
protected void |
Command.addCommit(Runnable runnable)
Adds an action to be executed in case of a commit |
protected void |
Command.addRollback(Runnable runnable)
Adds an action to be executed in case of a roll back. |
Uses of Runnable in org.apache.felix.dm.impl |
---|
Methods in org.apache.felix.dm.impl with parameters of type Runnable | |
---|---|
void |
SerialExecutor.enqueue(Runnable runnable)
Enqueue a new task for later execution. |
Uses of Runnable in org.apache.felix.dm.runtime |
---|
Methods in org.apache.felix.dm.runtime with parameters of type Runnable | |
---|---|
void |
SerialExecutor.enqueue(Runnable runnable)
Enqueue a new task for later execution. |
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.bundledependency |
---|
Subinterfaces of Runnable in org.apache.felix.dm.test.bundle.annotation.bundledependency | |
---|---|
interface |
ServiceInterface
|
Classes in org.apache.felix.dm.test.bundle.annotation.bundledependency that implement Runnable | |
---|---|
class |
ServiceProvider
A BundleAdapter test, which adapts the dependency manager bundle to the ServiceInterface service. |
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.composite |
---|
Classes in org.apache.felix.dm.test.bundle.annotation.composite that implement Runnable | |
---|---|
class |
Dependency1
|
class |
Dependency2
|
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.factory |
---|
Classes in org.apache.felix.dm.test.bundle.annotation.factory that implement Runnable | |
---|---|
class |
ExtraDependency1
|
class |
ExtraDependency2
|
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.publisher |
---|
Methods in org.apache.felix.dm.test.bundle.annotation.publisher with parameters of type Runnable | |
---|---|
static void |
Utils.schedule(Runnable task,
long n)
|
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.simple |
---|
Classes in org.apache.felix.dm.test.bundle.annotation.simple that implement Runnable | |
---|---|
class |
Producer
Provides a Runnable service, which is required by the Consumer class. |
Uses of Runnable in org.apache.felix.dm.test.bundle.annotation.temporal |
---|
Classes in org.apache.felix.dm.test.bundle.annotation.temporal that implement Runnable | |
---|---|
class |
TemporalTest
Service using an annotated Temporal Service dependendency. |
Uses of Runnable in org.apache.felix.eventadmin.impl.dispatch |
---|
Methods in org.apache.felix.eventadmin.impl.dispatch with parameters of type Runnable | |
---|---|
void |
DefaultThreadPool.executeTask(Runnable task)
Execute the task in a free thread or create a new one. |
Uses of Runnable in org.apache.felix.eventadmin.impl.tasks |
---|
Classes in org.apache.felix.eventadmin.impl.tasks that implement Runnable | |
---|---|
class |
SyncThread
This thread class is used for sending the events synchronously. |
Constructors in org.apache.felix.eventadmin.impl.tasks with parameters of type Runnable | |
---|---|
SyncThread(Runnable target)
Constructor used by the thread pool. |
Uses of Runnable in org.apache.felix.fileinstall.internal |
---|
Classes in org.apache.felix.fileinstall.internal that implement Runnable | |
---|---|
class |
DirectoryWatcher
-DirectoryWatcher- This class runs a background task that checks a directory for new files or removed files. |
Uses of Runnable in org.apache.felix.framework |
---|
Classes in org.apache.felix.framework that implement Runnable | |
---|---|
class |
StartLevelImpl
StartLevel service implementation. |
Uses of Runnable in org.apache.felix.gogo.runtime |
---|
Classes in org.apache.felix.gogo.runtime that implement Runnable | |
---|---|
class |
Pipe
|
Uses of Runnable in org.apache.felix.gogo.shell |
---|
Classes in org.apache.felix.gogo.shell that implement Runnable | |
---|---|
class |
Activator
|
class |
Console
|
class |
Telnet
|
Uses of Runnable in org.apache.felix.http.jetty.internal |
---|
Classes in org.apache.felix.http.jetty.internal that implement Runnable | |
---|---|
class |
JettyService
|
Uses of Runnable in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote |
---|
Classes in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that implement Runnable | |
---|---|
class |
AbstractHeartBeat
|
Uses of Runnable in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi |
---|
Classes in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi that implement Runnable | |
---|---|
class |
RMIHeartBeat
|
Uses of Runnable in org.apache.felix.scr.impl |
---|
Methods in org.apache.felix.scr.impl with parameters of type Runnable | |
---|---|
void |
BundleComponentActivator.schedule(Runnable task)
Schedules the given task for asynchrounous execution or
synchronously runs the task if the thread is not running. |
Uses of Runnable in org.apache.felix.upnp.basedriver.export |
---|
Classes in org.apache.felix.upnp.basedriver.export that implement Runnable | |
---|---|
class |
ThreadExporter
|
Uses of Runnable in org.apache.felix.upnp.basedriver.importer.core.event.thread |
---|
Classes in org.apache.felix.upnp.basedriver.importer.core.event.thread that implement Runnable | |
---|---|
class |
Notifier
|
class |
Renewer
|
class |
SubScriber
|
Uses of Runnable in org.apache.felix.upnp.sample.clock |
---|
Classes in org.apache.felix.upnp.sample.clock that implement Runnable | |
---|---|
class |
ClockFrame
|
Uses of Runnable in org.apache.felix.upnp.sample.tv |
---|
Classes in org.apache.felix.upnp.sample.tv that implement Runnable | |
---|---|
class |
TvFrame
|
Uses of Runnable in org.apache.felix.useradmin.impl |
---|
Classes in org.apache.felix.useradmin.impl that implement Runnable | |
---|---|
class |
UserAdminEventDispatcherImpl
Dispatching UserAdmin events. |
Uses of Runnable in org.apache.felix.webconsole.internal.obr |
---|
Classes in org.apache.felix.webconsole.internal.obr that implement Runnable | |
---|---|
class |
OsgiDeployer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |