public abstract class DefaultQueueOp
extends java.lang.Object
implements java.lang.Runnable
Modifier | Constructor and Description |
---|---|
protected |
DefaultQueueOp(WorkQueue wq) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ScheduledFuture<?> |
start(long delay,
java.util.concurrent.TimeUnit unit) |
java.util.concurrent.ScheduledFuture<?> |
startWithFixedDelay(long initialDelay,
long delay,
java.util.concurrent.TimeUnit unit) |
protected DefaultQueueOp(WorkQueue wq)