public interface SystemService
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
getErr() |
InputStream |
getIn() |
PrintStream |
getOut() |
boolean |
isStopping() |
void |
setErr(PrintStream err)
Sets the Stream for writing
System.err. |
void |
setIn(InputStream in)
Sets the Stream for reading.
|
void |
setOut(PrintStream out)
Sets the Stream for writing
System.out. |
void |
shutdown()
Shutdown the system now.
|
void shutdown()
boolean isStopping()
void setIn(InputStream in)
in - the given inputstreamInputStream getIn()
System.in.void setOut(PrintStream out)
System.out.out - the given printstreamPrintStream getOut()
System.out.void setErr(PrintStream err)
System.err.err - the given printstreamPrintStream getErr()
System.out.Copyright © 2013 OW2 Consortium. All Rights Reserved.