public class CreateOrderTask extends DBUTask
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.Thread |
cvThread
The thread running the create order task.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Constructor and Description |
|---|
CreateOrderTask()
Constructs a new instance of the create order task with a
null servlet or thread context. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRunning()
Answers if the task is currently running.
|
void |
run()
Runs the create order task.
|
getContext, setContextprivate static final long serialVersionUID
private static java.lang.Thread cvThread