org.openejb.server.telnet
Class TextConsole
java.lang.Object
org.openejb.server.telnet.TextConsole
public class TextConsole
- extends Object
- Author:
- David Blevins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESC
public static final char ESC
- See Also:
- Constant Field Values
TTY_Reset
public static final String TTY_Reset
- See Also:
- Constant Field Values
TTY_Bright
public static final String TTY_Bright
- See Also:
- Constant Field Values
TTY_Dim
public static final String TTY_Dim
- See Also:
- Constant Field Values
TTY_Underscore
public static final String TTY_Underscore
- See Also:
- Constant Field Values
TTY_Blink
public static final String TTY_Blink
- See Also:
- Constant Field Values
TTY_Reverse
public static final String TTY_Reverse
- See Also:
- Constant Field Values
TTY_Hidden
public static final String TTY_Hidden
- See Also:
- Constant Field Values
TTY_FG_Black
public static final String TTY_FG_Black
- See Also:
- Constant Field Values
TTY_FG_Red
public static final String TTY_FG_Red
- See Also:
- Constant Field Values
TTY_FG_Green
public static final String TTY_FG_Green
- See Also:
- Constant Field Values
TTY_FG_Yellow
public static final String TTY_FG_Yellow
- See Also:
- Constant Field Values
TTY_FG_Blue
public static final String TTY_FG_Blue
- See Also:
- Constant Field Values
TTY_FG_Magenta
public static final String TTY_FG_Magenta
- See Also:
- Constant Field Values
TTY_FG_Cyan
public static final String TTY_FG_Cyan
- See Also:
- Constant Field Values
TTY_FG_White
public static final String TTY_FG_White
- See Also:
- Constant Field Values
TTY_BG_Black
public static final String TTY_BG_Black
- See Also:
- Constant Field Values
TTY_BG_Red
public static final String TTY_BG_Red
- See Also:
- Constant Field Values
TTY_BG_Green
public static final String TTY_BG_Green
- See Also:
- Constant Field Values
TTY_BG_Yellow
public static final String TTY_BG_Yellow
- See Also:
- Constant Field Values
TTY_BG_Blue
public static final String TTY_BG_Blue
- See Also:
- Constant Field Values
TTY_BG_Magenta
public static final String TTY_BG_Magenta
- See Also:
- Constant Field Values
TTY_BG_Cyan
public static final String TTY_BG_Cyan
- See Also:
- Constant Field Values
TTY_BG_White
public static final String TTY_BG_White
- See Also:
- Constant Field Values
TextConsole
public TextConsole()
init
public void init(Properties props)
throws Exception
- Throws:
Exception
exec
protected void exec(InputStream input,
PrintStream out)
prompt
protected void prompt(DataInputStream in,
PrintStream out)
badCommand
protected void badCommand(DataInputStream in,
PrintStream out)
throws IOException
- Throws:
IOException
Copyright © 1999-2008 OpenEJB. All Rights Reserved.