public class ExitShellRequest extends Object
Implementations of the shell are free to handle these requests in whatever way they wish. Callers should not expect an exit request to be completed.
| Modifier and Type | Field and Description |
|---|---|
static ExitShellRequest |
FATAL_EXIT |
static ExitShellRequest |
JVM_TERMINATED_EXIT |
static ExitShellRequest |
NORMAL_EXIT |
public static final ExitShellRequest NORMAL_EXIT
public static final ExitShellRequest FATAL_EXIT
public static final ExitShellRequest JVM_TERMINATED_EXIT