public class AsyncEventExecutor extends Object
Constructor and Description |
---|
AsyncEventExecutor() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount() |
int |
getUnfinishedCount() |
WorkManager |
getWorkManager() |
void |
init() |
void |
run(List<EventListenerDescriptor> listeners,
EventBundle bundle) |
boolean |
shutdown(long timeoutMillis) |
boolean |
waitForCompletion(long timeoutMillis) |
public WorkManager getWorkManager()
public void init()
public boolean shutdown(long timeoutMillis) throws InterruptedException
InterruptedException
public boolean waitForCompletion(long timeoutMillis) throws InterruptedException
InterruptedException
public void run(List<EventListenerDescriptor> listeners, EventBundle bundle)
public int getUnfinishedCount()
public int getActiveCount()
Copyright © 2015 Nuxeo SA. All rights reserved.