Uses of Class
net.anwiba.commons.thread.queue.WorkQueue.ProcessScheduledFuture
-
Packages that use WorkQueue.ProcessScheduledFuture Package Description net.anwiba.commons.thread.queue -
-
Uses of WorkQueue.ProcessScheduledFuture in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue with parameters of type WorkQueue.ProcessScheduledFuture Modifier and Type Method Description voidWorkQueue.ExecutionHandler. afterExecute(WorkQueue.ProcessScheduledFuture<?> future, java.lang.Throwable throwable, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState)voidWorkQueue.ExecutionHandler. beforeExecute(java.lang.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)
-