public class ExecutionModes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionModes.BackGroundMode
Process will be run in back ground mode
|
static class |
ExecutionModes.ModalProgressMode
Process will be run in modal dialog
|
static class |
ExecutionModes.SameThreadMode
Process will be run in the same thread.
|
| Constructor and Description |
|---|
ExecutionModes() |