Uses of Class
net.anwiba.commons.thread.queue.WorkQueue.ProcessScheduledFuture
Packages that use WorkQueue.ProcessScheduledFuture
-
Uses of WorkQueue.ProcessScheduledFuture in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue with parameters of type WorkQueue.ProcessScheduledFutureModifier and TypeMethodDescriptionvoidWorkQueue.ExecutionHandler.afterExecute(WorkQueue.ProcessScheduledFuture<?> future, Throwable throwable, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState) voidWorkQueue.ExecutionHandler.beforeExecute(Thread thread, WorkQueue.ProcessScheduledFuture<?> future, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState) voidWorkQueue.ExecutionHandler.execute(WorkQueue.ProcessScheduledFuture<?> future, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState)