public class Karaf2ConsoleFactory extends Object implements KarafConsoleFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
TERM_HEIGHT |
static int |
TERM_WIDTH |
| Constructor and Description |
|---|
Karaf2ConsoleFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Object console,
boolean param) |
Object |
createConsole(org.apache.felix.service.command.CommandProcessor commandProcessor,
PipedInputStream in,
PrintStream pipedOut,
org.apache.felix.service.threadio.ThreadIO threadIO,
org.osgi.framework.BundleContext bundleContext) |
org.apache.felix.service.command.CommandSession |
getSession(Object console) |
public static final int TERM_WIDTH
public static final int TERM_HEIGHT
public org.apache.felix.service.command.CommandSession getSession(Object console)
getSession in interface KarafConsoleFactorypublic void close(Object console, boolean param)
close in interface KarafConsoleFactorypublic Object createConsole(org.apache.felix.service.command.CommandProcessor commandProcessor, PipedInputStream in, PrintStream pipedOut, org.apache.felix.service.threadio.ThreadIO threadIO, org.osgi.framework.BundleContext bundleContext) throws Exception
createConsole in interface KarafConsoleFactoryExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.