public class CommandContextFactoryImpl extends CommandContextFactory
| Constructor and Description |
|---|
CommandContextFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
newCommandContext() |
CommandContext |
newCommandContext(String username,
char[] password) |
CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password)
Deprecated.
|
CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput)
Deprecated.
|
CommandContext |
newCommandContext(String controller,
String username,
char[] password) |
CommandContext |
newCommandContext(String controller,
String username,
char[] password,
boolean disableLocalAuth,
boolean initConsole,
int connectionTimeout) |
CommandContext |
newCommandContext(String controller,
String username,
char[] password,
boolean initConsole,
int connectionTimeout) |
CommandContext |
newCommandContext(String controller,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput) |
getInstancepublic CommandContext newCommandContext() throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionpublic CommandContext newCommandContext(String username, char[] password) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionpublic CommandContext newCommandContext(String controller, String username, char[] password) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionpublic CommandContext newCommandContext(String controller, String username, char[] password, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionpublic CommandContext newCommandContext(String controller, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionpublic CommandContext newCommandContext(String controller, String username, char[] password, boolean disableLocalAuth, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationException@Deprecated public CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationException@Deprecated public CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationException@Deprecated public CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput) throws CliInitializationException
newCommandContext in class CommandContextFactoryCliInitializationExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.