|
JBoss STDIO 1.0.0.GA | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
StdioContextSelector | A mechanism for determining what the current standard I/O context is. |
Class Summary | |
---|---|
AbstractLoggingWriter | Abstract base class for writers which log to a logger. |
LoggingOutputStream | A convenience OutputStream which writes to a LoggingWriter . |
LoggingWriter | A writer which sends its data to a logger. |
NullInputStream | An input stream that is always in an EOF condition. |
NullOutputStream | A null output stream, which ignores all output. |
SimpleStdioContextSelector | A simple org.jboss.stdio.StdioContextSelector implementation which always selects the same context. |
StdioContext | A context for console input and output. |
StdioService | An object which exposes the StdioContext installation methods as a service. |
WriterOutputStream | An output stream which decodes into a writer. |
The JBoss STDIO package. The purpose of this module is to provide a mechanism by which each deployment may have
independent handling of System#in
, System#out
, and System#err
.
|
JBoss STDIO 1.0.0.GA | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |