Uses of Interface
org.apache.felix.eventadmin.impl.tasks.DeliverTask

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 ThreadPool.getCallback(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 CacheThreadPool.getCallback(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 ThreadPool.execute(DispatchTask task, DeliverTask callback)
          Execute the task in a free thread or create a new one.
 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.
 DeliverTask ThreadPool.getCallback(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 CacheThreadPool.getCallback(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 DeliverTasks.createTask()
          Create a deliver task.
 DeliverTask AsyncDeliverTasks.createTask()
          Return a DeliverTask that can be used to execute asynchronous event dispatch.
 DeliverTask SyncDeliverTasks.createTask()
          This will select the appropriate action depending on whether the sending thread is the asynchronous, the synchronous, or an unrelated thread.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.