org.apache.openejb.server.cli
Class CliRunnable
java.lang.Object
org.apache.openejb.server.cli.CliRunnable
- All Implemented Interfaces:
- Runnable
public class CliRunnable
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOMEE_NAME
public static final String TOMEE_NAME
- See Also:
- Constant Field Values
OPENEJB_NAME
public static final String OPENEJB_NAME
- See Also:
- Constant Field Values
EXIT_COMMAND
public static final String EXIT_COMMAND
- See Also:
- Constant Field Values
lineSep
public String lineSep
CliRunnable
public CliRunnable(String bind,
int port)
CliRunnable
public CliRunnable(String bind,
int port,
String username,
String sep)
setInputStream
public void setInputStream(InputStream in)
setOutputStream
public void setOutputStream(OutputStream out)
setErrorStream
public void setErrorStream(OutputStream err)
start
public void start()
throws IOException
- Throws:
IOException
destroy
public void destroy()
clean
public void clean()
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.