public interface IWorkQueue
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(IProcessIdentfier identifier) |
ICancelableRunnable |
execute(IRunnable runnable) |
void |
remove(IProcessIdentfier identifier) |
void |
shutdown() |
void |
waitForWorkQueueFinished(long timeout) |
ICancelableRunnable execute(IRunnable runnable) throws IllegalStateException
IllegalStateExceptionvoid remove(IProcessIdentfier identifier)
void shutdown()
void waitForWorkQueueFinished(long timeout)
throws InterruptedException
InterruptedExceptionvoid cancel(IProcessIdentfier identifier)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.