| Package | Description |
|---|---|
| org.apache.batik.util |
Provides some useful classes.
|
| Modifier and Type | Field and Description |
|---|---|
static RunnableQueue.RunnableQueueState |
RunnableQueue.RUNNING
The queue is in the process of running tasks.
|
protected RunnableQueue.RunnableQueueState |
RunnableQueue.state
The Suspension state of this thread.
|
static RunnableQueue.RunnableQueueState |
RunnableQueue.SUSPENDED
The queue is no longer running any tasks and will not
run any tasks until resumeExecution is called.
|
static RunnableQueue.RunnableQueueState |
RunnableQueue.SUSPENDING
The queue may still be running tasks but as soon as possible
will go to SUSPENDED state.
|
| Modifier and Type | Method and Description |
|---|---|
RunnableQueue.RunnableQueueState |
RunnableQueue.getQueueState() |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.