org.apache.james.test.functional
Interface HostSystem.Session
- Enclosing interface:
- HostSystem
public static interface HostSystem.Session
Method Summary |
java.lang.String |
readLine()
|
void |
start()
Opens the session. |
void |
stop()
Closes the session. |
void |
writeLine(java.lang.String line)
|
readLine
java.lang.String readLine()
throws java.lang.Exception
- Throws:
java.lang.Exception
writeLine
void writeLine(java.lang.String line)
throws java.lang.Exception
- Throws:
java.lang.Exception
start
void start()
throws java.lang.Exception
- Opens the session.
- Throws:
java.lang.Exception
stop
void stop()
throws java.lang.Exception
- Closes the session.
- Throws:
java.lang.Exception
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.