|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.eventadmin.impl.tasks.AsyncDeliverTasks
public class AsyncDeliverTasks
This class does the actual work of the asynchronous event dispatch.
| Constructor Summary | |
|---|---|
AsyncDeliverTasks(DefaultThreadPool pool,
SyncDeliverTasks deliverTask)
The constructor of the class that will use the asynchronous. |
|
| Method Summary | |
|---|---|
void |
execute(java.util.Collection tasks,
org.osgi.service.event.Event event)
This does not block an unrelated thread used to send a synchronous event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncDeliverTasks(DefaultThreadPool pool,
SyncDeliverTasks deliverTask)
pool - The thread pool used to spin-off new asynchronous event
dispatching threads in case of timeout or that the asynchronous event
dispatching thread is used to send a synchronous eventdeliverTask - The deliver tasks for dispatching the event.| Method Detail |
|---|
public void execute(java.util.Collection tasks,
org.osgi.service.event.Event event)
tasks - The event handler dispatch tasks to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||