|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeliverTask | |
---|---|
org.apache.felix.eventadmin.impl.dispatch | |
org.apache.felix.eventadmin.impl.tasks |
Uses of DeliverTask in org.apache.felix.eventadmin.impl.dispatch |
---|
Methods in org.apache.felix.eventadmin.impl.dispatch that return DeliverTask | |
---|---|
DeliverTask |
CacheThreadPool.getCallback(java.lang.Thread thread,
DeliverTask defaultCallback)
Look-up the callback associated with the task that the given thread is currently executing or return the default value that may be null. |
DeliverTask |
ThreadPool.getCallback(java.lang.Thread thread,
DeliverTask defaultCallback)
Look-up the callback associated with the task that the given thread is currently executing or return the default value that may be null. |
Methods in org.apache.felix.eventadmin.impl.dispatch with parameters of type DeliverTask | |
---|---|
void |
CacheThreadPool.execute(DispatchTask task,
DeliverTask callback)
Executes the task in a thread out of the pool or a new thread if no pooled thread is available. |
void |
ThreadPool.execute(DispatchTask task,
DeliverTask callback)
Execute the task in a free thread or create a new one. |
DeliverTask |
CacheThreadPool.getCallback(java.lang.Thread thread,
DeliverTask defaultCallback)
Look-up the callback associated with the task that the given thread is currently executing or return the default value that may be null. |
DeliverTask |
ThreadPool.getCallback(java.lang.Thread thread,
DeliverTask defaultCallback)
Look-up the callback associated with the task that the given thread is currently executing or return the default value that may be null. |
Uses of DeliverTask in org.apache.felix.eventadmin.impl.tasks |
---|
Classes in org.apache.felix.eventadmin.impl.tasks that implement DeliverTask | |
---|---|
class |
AsyncDeliverTasks
This class does the actual work of the asynchronous event dispatch. |
class |
SyncDeliverTasks
This class does the actual work of the synchronous event delivery. |
Methods in org.apache.felix.eventadmin.impl.tasks that return DeliverTask | |
---|---|
DeliverTask |
SyncDeliverTasks.createTask()
This will select the appropriate action depending on whether the sending thread is the asynchronous, the synchronous, or an unrelated thread. |
DeliverTask |
DeliverTasks.createTask()
Create a deliver task. |
DeliverTask |
AsyncDeliverTasks.createTask()
Return a DeliverTask that can be used to execute asynchronous event dispatch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |