|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.shelbie.core.internal.system.DefaultSystemService
public class DefaultSystemService
Default SystemService.
| Constructor Summary | |
|---|---|
DefaultSystemService(org.osgi.framework.BundleContext bundleContext)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSystemService(org.osgi.framework.BundleContext bundleContext)
| Method Detail |
|---|
public void shutdown()
shutdown in interface org.ow2.shelbie.core.system.SystemServicepublic boolean isStopping()
isStopping in interface org.ow2.shelbie.core.system.SystemServicepublic void setIn(InputStream in)
setIn in interface org.ow2.shelbie.core.system.SystemServicein - the given inputstreampublic InputStream getIn()
getIn in interface org.ow2.shelbie.core.system.SystemServiceSystem.in.public void setOut(PrintStream out)
System.out.
setOut in interface org.ow2.shelbie.core.system.SystemServiceout - the given printstreampublic PrintStream getOut()
getOut in interface org.ow2.shelbie.core.system.SystemServiceSystem.out.public void setErr(PrintStream err)
System.err.
setErr in interface org.ow2.shelbie.core.system.SystemServiceerr - the given printstreampublic PrintStream getErr()
getErr in interface org.ow2.shelbie.core.system.SystemServiceSystem.out.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||