public abstract class ExecutionContext
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionContext.Common
Common behaviours of non-blocking input/output devices, whatever their location of implementation.
|
static interface |
ExecutionContext.Interface
Generic execution context interface.
|
static class |
ExecutionContext.Java
Java-implemented execution contexts.
|
static class |
ExecutionContext.Native
Native-implemented execution contexts.
|
Modifier and Type | Field and Description |
---|---|
static int |
ALL_STREAMS
All streams constant.
|
static int |
ECHO_STREAM
Echo stream constant.
|
static int |
ERROR_STREAM
Error stream constant.
|
static int |
OUTPUT_STREAM
Output stream constant.
|
static int |
PROMPT_STREAM
Prompt stream constant.
|
static int |
STREAM_TYPES_COUNT
Number of stream types.
|
static int |
WELCOME_STREAM
Welcome stream constant.
|
Constructor and Description |
---|
ExecutionContext() |
public static final int ALL_STREAMS
public static final int WELCOME_STREAM
public static final int PROMPT_STREAM
public static final int ECHO_STREAM
public static final int OUTPUT_STREAM
public static final int ERROR_STREAM
public static final int STREAM_TYPES_COUNT