public class Karaf3ConsoleFactory extends Object implements KarafConsoleFactory
Modifier and Type | Field and Description |
---|---|
static int |
TERM_HEIGHT |
static int |
TERM_WIDTH |
Constructor and Description |
---|
Karaf3ConsoleFactory() |
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 KarafConsoleFactory
public void close(Object console, boolean param)
close
in interface KarafConsoleFactory
public 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 KarafConsoleFactory
Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.