A B C D E G H I L M N O P Q R S U V

A

addArg(ScriptArg) - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
addMenuNote(String) - Method in class org.rhq.enterprise.client.ClientMain
This method allows ClientCommands to insert a small note to be displayed after the command has been executed.

B

BAD_ARGS - Static variable in class org.rhq.enterprise.client.ClientI18NResourceKeys
 

C

ClientCommand - Interface in org.rhq.enterprise.client.commands
 
ClientI18NFactory - Class in org.rhq.enterprise.client
Convienence utility that creates I18N loggers and messages for the client.
ClientI18NFactory() - Constructor for class org.rhq.enterprise.client.ClientI18NFactory
 
ClientI18NResourceKeys - Class in org.rhq.enterprise.client
 
ClientI18NResourceKeys() - Constructor for class org.rhq.enterprise.client.ClientI18NResourceKeys
 
ClientMain - Class in org.rhq.enterprise.client
 
ClientMain() - Constructor for class org.rhq.enterprise.client.ClientMain
 
CLIScriptException - Exception in org.rhq.enterprise.client.script
 
CLIScriptException() - Constructor for exception org.rhq.enterprise.client.script.CLIScriptException
 
CLIScriptException(String) - Constructor for exception org.rhq.enterprise.client.script.CLIScriptException
 
CLIScriptException(String, Throwable) - Constructor for exception org.rhq.enterprise.client.script.CLIScriptException
 
CLIScriptException(Throwable) - Constructor for exception org.rhq.enterprise.client.script.CLIScriptException
 
CmdLineParser - Class in org.rhq.enterprise.client.script
 
CmdLineParser() - Constructor for class org.rhq.enterprise.client.script.CmdLineParser
 
CommandLineParseException - Exception in org.rhq.enterprise.client.script
 
CommandLineParseException() - Constructor for exception org.rhq.enterprise.client.script.CommandLineParseException
 
CommandLineParseException(String) - Constructor for exception org.rhq.enterprise.client.script.CommandLineParseException
 
CommandLineParseException(String, String[]) - Constructor for exception org.rhq.enterprise.client.script.CommandLineParseException
 
CommandLineParseException(String, Throwable) - Constructor for exception org.rhq.enterprise.client.script.CommandLineParseException
 
CommandLineParseException(Throwable) - Constructor for exception org.rhq.enterprise.client.script.CommandLineParseException
 
COMMANDS - Static variable in interface org.rhq.enterprise.client.commands.ClientCommand
 
complete(String, int, List) - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
 
completeParameters(Object, String, int, List<String>, Method) - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
Split apart the parameters to a method call and complete the last parameter.
ConfigurationEditor - Class in org.rhq.enterprise.client.proxy
 
ConfigurationEditor(ClientMain) - Constructor for class org.rhq.enterprise.client.proxy.ConfigurationEditor
 
contextComplete(Object, String, int, List<String>) - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
Base Object can be an object where we're looking for methods on it, or an interface.
Controller - Class in org.rhq.enterprise.client
 
Controller(ClientMain) - Constructor for class org.rhq.enterprise.client.Controller
 
createConfiguration(ConfigurationDefinition) - Method in class org.rhq.enterprise.client.proxy.ConfigurationEditor
 

D

DEFAULT_CONSOLE_WIDTH - Static variable in class org.rhq.enterprise.client.ClientMain
 

E

EditableResourceClientFactory - Class in org.rhq.enterprise.client.proxy
This is a specialization of the ResourceClientFactory class that provides the interactive configuration editing features.
EditableResourceClientFactory(ClientMain) - Constructor for class org.rhq.enterprise.client.proxy.EditableResourceClientFactory
 
EditableResourceClientProxy - Class in org.rhq.enterprise.client.proxy
Extends the ResourceClientProxy and provides the interactive configuration editing features.
EditableResourceClientProxy() - Constructor for class org.rhq.enterprise.client.proxy.EditableResourceClientProxy
 
EditableResourceClientProxy.EditablePluginConfigurable - Interface in org.rhq.enterprise.client.proxy
 
EditableResourceClientProxy.EditableResourceConfigurable - Interface in org.rhq.enterprise.client.proxy
 
EditableResourceClientProxy.MethodHandler - Class in org.rhq.enterprise.client.proxy
 
EditableResourceClientProxy.MethodHandler(ResourceClientProxy, RhqFacade, ClientMain) - Constructor for class org.rhq.enterprise.client.proxy.EditableResourceClientProxy.MethodHandler
 
editConfiguration(ConfigurationDefinition, Configuration) - Method in class org.rhq.enterprise.client.proxy.ConfigurationEditor
Edit a configuration interactively.
editExistingConfiguration(ConfigurationDefinition, Configuration) - Method in class org.rhq.enterprise.client.proxy.ConfigurationEditor
 
editPluginConfiguration() - Method in interface org.rhq.enterprise.client.proxy.EditableResourceClientProxy.EditablePluginConfigurable
 
editPluginConfiguration() - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientProxy.MethodHandler
 
editResourceConfiguration() - Method in interface org.rhq.enterprise.client.proxy.EditableResourceClientProxy.EditableResourceConfigurable
 
editResourceConfiguration() - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientProxy.MethodHandler
 
execute(ClientMain, String[]) - Method in interface org.rhq.enterprise.client.commands.ClientCommand
Executes the agent prompt command with the given arguments.
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.HelpCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
execute(ClientMain, String, String) - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
execute(ClientMain, String, String, String, int, String) - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
execute(ClientMain) - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.QuitCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.RecordCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
execute(ClientMain, String[]) - Method in class org.rhq.enterprise.client.commands.VersionCommand
 
executePromptCommand(String[]) - Method in class org.rhq.enterprise.client.ClientMain
 

G

generateRhqRemoteWebserviceQName(Class) - Static method in class org.rhq.enterprise.client.utility.Utility
 
generateRhqRemoteWebserviceURL(Class, String, int, boolean) - Static method in class org.rhq.enterprise.client.utility.Utility
Dynamically builds the WSDL URL to connect to a remote server.
getArgs() - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
getArgType() - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
getBuildDate() - Static method in class org.rhq.enterprise.client.Version
Returns just the product build date.
getBuildNumber() - Static method in class org.rhq.enterprise.client.Version
Returns just the product build number.
getCommands() - Method in class org.rhq.enterprise.client.ClientMain
 
getConsoleReader() - Method in class org.rhq.enterprise.client.ClientMain
 
getConsoleWidth() - Method in class org.rhq.enterprise.client.ClientMain
 
getContext() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getContext() - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
 
getDetailedHelp() - Method in interface org.rhq.enterprise.client.commands.ClientCommand
Returns a detailed help message to describe to the user what the command's syntax is and any detailed information that is useful to the user that wants to use this command.
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.HelpCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.QuitCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.RecordCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getDetailedHelp() - Method in class org.rhq.enterprise.client.commands.VersionCommand
 
getHelp() - Method in interface org.rhq.enterprise.client.commands.ClientCommand
Returns a help summary to describe to the user what the prompt command does and its purpose.
getHelp() - Method in class org.rhq.enterprise.client.commands.HelpCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.QuitCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.RecordCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getHelp() - Method in class org.rhq.enterprise.client.commands.VersionCommand
 
getHost() - Method in class org.rhq.enterprise.client.ClientMain
 
getLogger(Class) - Static method in class org.rhq.enterprise.client.ClientI18NFactory
Creates the logger and uses the LoggerLocale.
getMsg() - Static method in class org.rhq.enterprise.client.ClientI18NFactory
Creates a Msg that uses the agent's messages resource bundle and the VM's default locale.
getMsgWithLoggerLocale() - Static method in class org.rhq.enterprise.client.ClientI18NFactory
Creates a Msg that uses the agent's message resource bundle and LoggerLocale, which is used by the loggers created by this class.
getName() - Method in class org.rhq.enterprise.client.script.NamedScriptArg
 
getPass() - Method in class org.rhq.enterprise.client.ClientMain
 
getPluginConfigurableInterface() - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientFactory
 
getPort() - Method in class org.rhq.enterprise.client.ClientMain
 
getPrintWriter() - Method in class org.rhq.enterprise.client.ClientMain
 
getProductName() - Static method in class org.rhq.enterprise.client.Version
Returns just the product name.
getProductNameAndVersion() - Static method in class org.rhq.enterprise.client.Version
Returns the product name and its version string.
getProductNameAndVersionBuildInfo() - Static method in class org.rhq.enterprise.client.Version
Returns the product name and its version string, with more build details about the version.
getProductVersion() - Static method in class org.rhq.enterprise.client.Version
Returns just the product version.
getPromptCommandString() - Method in interface org.rhq.enterprise.client.commands.ClientCommand
All implementations must indicate what the prompt command is that will trigger its execution.
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.HelpCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.QuitCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.RecordCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getPromptCommandString() - Method in class org.rhq.enterprise.client.commands.VersionCommand
 
getRecorder() - Method in class org.rhq.enterprise.client.ClientMain
 
getRemoteClient() - Method in class org.rhq.enterprise.client.ClientMain
 
getResourceClientProxyClass() - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientProxy.MethodHandler
 
getResourceConfigurableInterface() - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientFactory
 
getScriptEngine() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getScriptFileName() - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
getSimpleTypeString(Type) - Static method in class org.rhq.enterprise.client.utility.ReflectionUtility
 
getSubject() - Method in class org.rhq.enterprise.client.ClientMain
 
getSyntax() - Method in interface org.rhq.enterprise.client.commands.ClientCommand
Returns a one-line usage string to describe the syntax of the command including all optional and required arguments.
getSyntax() - Method in class org.rhq.enterprise.client.commands.HelpCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.LoginCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.LogoutCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.QuitCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.RecordCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
getSyntax() - Method in class org.rhq.enterprise.client.commands.VersionCommand
 
getTransport() - Method in class org.rhq.enterprise.client.ClientMain
 
getUser() - Method in class org.rhq.enterprise.client.ClientMain
 
getUserInput(String) - Method in class org.rhq.enterprise.client.ClientMain
 
getValue() - Method in class org.rhq.enterprise.client.script.ScriptArg
 
getVersionProperties() - Static method in class org.rhq.enterprise.client.Version
Returns a set of properties that can be used to identify this version of the product.
getVersionPropertiesAsString() - Static method in class org.rhq.enterprise.client.Version
Returns the version properties in a single string with all properties on a single line separated with a newline.

H

HelpCommand - Class in org.rhq.enterprise.client.commands
 
HelpCommand() - Constructor for class org.rhq.enterprise.client.commands.HelpCommand
 

I

initClient(ClientMain) - Method in class org.rhq.enterprise.client.commands.ScriptCommand
 
instantiateMethodHandler(ResourceClientProxy, List<Class<?>>, RhqFacade) - Method in class org.rhq.enterprise.client.proxy.EditableResourceClientFactory
 
InteractiveJavascriptCompletor - Class in org.rhq.enterprise.client
A Contextual JavaScript interactive completor.
InteractiveJavascriptCompletor(ConsoleReader) - Constructor for class org.rhq.enterprise.client.InteractiveJavascriptCompletor
 
isInteractiveMode() - Method in class org.rhq.enterprise.client.ClientMain
 

L

loggedIn() - Method in class org.rhq.enterprise.client.ClientMain
Indicates whether the 'Subject', used for all authenticated actions, is currently logged in.
login(String, String) - Method in class org.rhq.enterprise.client.Controller
 
login(String, String, String, int) - Method in class org.rhq.enterprise.client.Controller
 
LoginCommand - Class in org.rhq.enterprise.client.commands
 
LoginCommand() - Constructor for class org.rhq.enterprise.client.commands.LoginCommand
 
logout() - Method in class org.rhq.enterprise.client.Controller
 
LogoutCommand - Class in org.rhq.enterprise.client.commands
 
LogoutCommand() - Constructor for class org.rhq.enterprise.client.commands.LogoutCommand
 

M

main(String[]) - Static method in class org.rhq.enterprise.client.ClientMain
 
main(String[]) - Static method in class org.rhq.enterprise.client.Version
A main method that can be used to determine the version information from a command line.

N

NamedScriptArg - Class in org.rhq.enterprise.client.script
 
NamedScriptArg(String, String) - Constructor for class org.rhq.enterprise.client.script.NamedScriptArg
 
NoOpRecorder - Class in org.rhq.enterprise.client
 
NoOpRecorder() - Constructor for class org.rhq.enterprise.client.NoOpRecorder
 
NotLoadedException - Exception in org.rhq.enterprise.client.utility
 
NotLoadedException(String) - Constructor for exception org.rhq.enterprise.client.utility.NotLoadedException
 

O

org.rhq.enterprise.client - package org.rhq.enterprise.client
 
org.rhq.enterprise.client.commands - package org.rhq.enterprise.client.commands
 
org.rhq.enterprise.client.proxy - package org.rhq.enterprise.client.proxy
 
org.rhq.enterprise.client.script - package org.rhq.enterprise.client.script
 
org.rhq.enterprise.client.utility - package org.rhq.enterprise.client.utility
 

P

parse(String[]) - Method in class org.rhq.enterprise.client.script.CmdLineParser
 
parseCommandLine(String) - Method in class org.rhq.enterprise.client.ClientMain
Given a command line, this will parse each argument and return the argument array.
PROP_BUILD_DATE - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the date when this version of the product was built.
PROP_BUILD_JDK_VENDOR - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the vendor of the JDK that built this version of the product.
PROP_BUILD_JDK_VERSION - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the version of the JDK that built this version of the product.
PROP_BUILD_NUMBER - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the source code revision number used to make the build.
PROP_BUILD_OS_NAME - Static variable in class org.rhq.enterprise.client.Version
Version property whose value identifies the build machine's operating system.
PROP_BUILD_OS_VERSION - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the build machine's operating system version.
PROP_PRODUCT_NAME - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the product name.
PROP_PRODUCT_VERSION - Static variable in class org.rhq.enterprise.client.Version
Version property whose value is the product version.

Q

QuitCommand - Class in org.rhq.enterprise.client.commands
 
QuitCommand() - Constructor for class org.rhq.enterprise.client.commands.QuitCommand
 

R

record(String) - Method in class org.rhq.enterprise.client.NoOpRecorder
 
record(String) - Method in class org.rhq.enterprise.client.Recorder
 
RecordCommand - Class in org.rhq.enterprise.client.commands
 
RecordCommand() - Constructor for class org.rhq.enterprise.client.commands.RecordCommand
 
Recorder - Class in org.rhq.enterprise.client
 
Recorder() - Constructor for class org.rhq.enterprise.client.Recorder
 
ReflectionUtility - Class in org.rhq.enterprise.client.utility
 
ReflectionUtility() - Constructor for class org.rhq.enterprise.client.utility.ReflectionUtility
 

S

ScriptArg - Class in org.rhq.enterprise.client.script
 
ScriptArg(String) - Constructor for class org.rhq.enterprise.client.script.ScriptArg
 
ScriptCmdLine - Class in org.rhq.enterprise.client.script
 
ScriptCmdLine() - Constructor for class org.rhq.enterprise.client.script.ScriptCmdLine
 
ScriptCmdLine.ArgType - Enum in org.rhq.enterprise.client.script
 
ScriptCommand - Class in org.rhq.enterprise.client.commands
 
ScriptCommand() - Constructor for class org.rhq.enterprise.client.commands.ScriptCommand
 
setArgType(ScriptCmdLine.ArgType) - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
setContext(ScriptContext) - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
 
setHost(String) - Method in class org.rhq.enterprise.client.ClientMain
 
setName(String) - Method in class org.rhq.enterprise.client.script.NamedScriptArg
 
setPass(String) - Method in class org.rhq.enterprise.client.ClientMain
 
setPort(int) - Method in class org.rhq.enterprise.client.ClientMain
 
setPrintWriter(PrintWriter) - Method in class org.rhq.enterprise.client.ClientMain
 
setRecorder(Recorder) - Method in class org.rhq.enterprise.client.ClientMain
 
setRemoteClient(RemoteClient) - Method in class org.rhq.enterprise.client.ClientMain
 
setScriptFileName(String) - Method in class org.rhq.enterprise.client.script.ScriptCmdLine
 
setServices(Map<String, Object>) - Method in class org.rhq.enterprise.client.InteractiveJavascriptCompletor
 
setSubject(Subject) - Method in class org.rhq.enterprise.client.ClientMain
 
setTransport(String) - Method in class org.rhq.enterprise.client.ClientMain
 
setUser(String) - Method in class org.rhq.enterprise.client.ClientMain
 
setWriter(Writer) - Method in class org.rhq.enterprise.client.NoOpRecorder
 
setWriter(Writer) - Method in class org.rhq.enterprise.client.Recorder
 
stop() - Method in class org.rhq.enterprise.client.NoOpRecorder
 
stop() - Method in class org.rhq.enterprise.client.Recorder
 

U

USAGE - Static variable in class org.rhq.enterprise.client.ClientI18NResourceKeys
 
Utility - Class in org.rhq.enterprise.client.utility
 
Utility() - Constructor for class org.rhq.enterprise.client.utility.Utility
 

V

validate(PropertyDefinitionSimple, String) - Method in class org.rhq.enterprise.client.proxy.ConfigurationEditor
 
value() - Method in enum org.rhq.enterprise.client.script.ScriptCmdLine.ArgType
 
valueOf(String) - Static method in enum org.rhq.enterprise.client.script.ScriptCmdLine.ArgType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.enterprise.client.script.ScriptCmdLine.ArgType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.rhq.enterprise.client
Utility that can be used to determine the version of the software.
Version() - Constructor for class org.rhq.enterprise.client.Version
 
VersionCommand - Class in org.rhq.enterprise.client.commands
Command to show the user the version information of the CLI.
VersionCommand() - Constructor for class org.rhq.enterprise.client.commands.VersionCommand
 

A B C D E G H I L M N O P Q R S U V

Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.