public class AsyncDeliverTasks
extends java.lang.Object
| Constructor and Description |
|---|
AsyncDeliverTasks(DefaultThreadPool pool,
SyncDeliverTasks deliverTask)
The constructor of the class that will use the asynchronous.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2015 FuseSource, Corp.. All Rights Reserved.