|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.framework.console.ConsoleSession
org.eclipse.osgi.framework.internal.core.FrameworkConsoleSession
public class FrameworkConsoleSession
| Constructor Summary | |
|---|---|
FrameworkConsoleSession(java.io.InputStream in,
java.io.OutputStream out,
java.net.Socket s)
|
|
| Method Summary | |
|---|---|
void |
doClose()
Called by the ConsoleSession.close() method to free resources associated
with this console session. |
java.io.InputStream |
getInput()
Returns the input for this console session. |
java.io.OutputStream |
getOutput()
Returns the output for this console session. |
| Methods inherited from class org.eclipse.osgi.framework.console.ConsoleSession |
|---|
close, getService, ungetService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkConsoleSession(java.io.InputStream in,
java.io.OutputStream out,
java.net.Socket s)
| Method Detail |
|---|
public java.io.InputStream getInput()
ConsoleSession
getInput in class ConsoleSessionpublic java.io.OutputStream getOutput()
ConsoleSession
getOutput in class ConsoleSessionpublic void doClose()
ConsoleSessionConsoleSession.close() method to free resources associated
with this console session. For example, closing the streams
associated with the input and output for this session.
doClose in class ConsoleSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||