- addCompletor() - Method in class org.rhq.enterprise.agent.JLineAgentInputReader
-
- addListener(Writer) - Method in class org.rhq.enterprise.agent.AgentPrintWriter
-
Adds the given writer object as a listener to this print writer.
- AGENT_CANNOT_REGISTER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_FAILOVER_LIST - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
When this configuration item is defined, it is the list of public endpoints to use to connect to the server
cloud.
- AGENT_INPUT_READER_FACTORY_BAD_TYPE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_INPUT_READER_FACTORY_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_NAME_AUTO_GENERATED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_NAME_NOT_DEFINED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_NOT_SUPPORTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_POSTREGISTRATION_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_ABORTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_ATTEMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_REJECTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_RESULTS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_REGISTRATION_RETRY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_SECURITY_TOKEN - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
When this configuration item is defined, it is the security token string the agent needs to include in its
commands to the server in order for those commands to be accepted by the server.
- AGENT_SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_START_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_START_RETRY_AFTER_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AGENT_UPDATE_DOWNLOAD_URL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If this preference is defined (its default is null), this will be the URL the agent downloads the agent update from.
- AGENT_UPDATE_ENABLED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The flag that, if true, means the agent is allowed to apply updates to itself.
- AGENT_UPDATE_VERSION_URL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If this preference is defined (its default is null), this will be the URL that contains the agent update version info.
- AgentAutoDiscoveryListener - Class in org.rhq.enterprise.agent
-
This is the agent's listener that will get notified when new RHQ Servers come on and offline.
- AgentAutoDiscoveryListener(AgentMain, RemoteCommunicator) - Constructor for class org.rhq.enterprise.agent.AgentAutoDiscoveryListener
-
- AgentConfiguration - Class in org.rhq.enterprise.agent
-
Just provides some convienence methods to extract agent configuration properties.
- AgentConfiguration(Preferences) - Constructor for class org.rhq.enterprise.agent.AgentConfiguration
-
Wraps a preferences object in this instance.
- AgentConfigurationConstants - Interface in org.rhq.enterprise.agent
-
These are the names of the known agent configuration preferences.
- AgentConfigurationUpgrade - Class in org.rhq.enterprise.agent
-
Upgrades the configuration of the agent preferences.
- AgentConfigurationUpgrade() - Constructor for class org.rhq.enterprise.agent.AgentConfigurationUpgrade
-
- AgentI18NFactory - Class in org.rhq.enterprise.agent.i18n
-
Convienence utility that creates I18N loggers and messages for the agent.
- AgentI18NFactory() - Constructor for class org.rhq.enterprise.agent.i18n.AgentI18NFactory
-
- AgentI18NResourceKeys - Interface in org.rhq.enterprise.agent.i18n
-
I18N resource bundle keys that identify the messages needed by the agent.
- AgentInputReader - Interface in org.rhq.enterprise.agent
-
Abstracts out the console input to allow us to use either a native console or a Java based console.
- AgentInputReaderFactory - Class in org.rhq.enterprise.agent
-
Creates implementations of the input reader depending on the need for a native console library.
- AgentInputReaderFactory() - Constructor for class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- AgentInputReaderFactory.ConsoleType - Enum in org.rhq.enterprise.agent
-
- AgentMain - Class in org.rhq.enterprise.agent
-
The main class of the agent runtime container.
- AgentMain() - Constructor for class org.rhq.enterprise.agent.AgentMain
-
Constructor for
AgentMain that loads the agent configuration and prepare some additional internal data.
- AgentMain(String[]) - Constructor for class org.rhq.enterprise.agent.AgentMain
-
Constructor for
AgentMain that accepts command line arguments, loads the agent configuration and prepare
some additional internal data.
- AgentManagement - Class in org.rhq.enterprise.agent
-
This is the management layer for the agent.
- AgentManagement(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentManagement
-
- AgentManagementMBean - Interface in org.rhq.enterprise.agent
-
The agent's management interface.
- AgentPrintWriter - Class in org.rhq.enterprise.agent
-
Wrapper around PrintWriter that allows you to also divert the
output to a listener.
- AgentPrintWriter(PrintStream, boolean) - Constructor for class org.rhq.enterprise.agent.AgentPrintWriter
-
- AgentPrintWriter(FileWriter, boolean) - Constructor for class org.rhq.enterprise.agent.AgentPrintWriter
-
- AgentPromptCommand - Interface in org.rhq.enterprise.agent.promptcmd
-
This is the superclass to all the agent prompt commands - these are simple commands that are executed when the user
asks to execute them from the agent prompt.
- AgentPromptInfo - Class in org.rhq.enterprise.agent
-
Provides a
PromptInput implementation that the agent can use to obtain input from the native system.
- AgentPromptInfo(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentPromptInfo
-
- AgentRegistrarImpl - Class in org.rhq.enterprise.agent
-
- AgentRegistrarImpl(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentRegistrarImpl
-
- AgentRestartCounter - Class in org.rhq.enterprise.agent
-
Provides a count of the number of times the agent has been restarted
and a reason for the last time the agent was restarted.
- AgentRestartCounter() - Constructor for class org.rhq.enterprise.agent.AgentRestartCounter
-
- AgentRestartCounter.AgentRestartReason - Enum in org.rhq.enterprise.agent
-
- agentServerCommunicationsTrace(boolean) - Method in class org.rhq.enterprise.agent.AgentMain
-
This will enable/disable agent-server communication tracing.
- AgentServiceRemoter - Class in org.rhq.enterprise.agent
-
- AgentServiceRemoter(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentServiceRemoter
-
- AgentSetupInstructions - Interface in org.rhq.enterprise.agent.i18n
-
Constants and resource bundle keys that define the setup instructions when setting up the agent.
- AgentShutdownHook - Class in org.rhq.enterprise.agent
-
Provides a way to gracefully shutdown the agent.
- AgentShutdownHook(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentShutdownHook
-
Constructor for
AgentShutdownHook that retains the reference to the agent that will be shutdown when
the shutdown hook is triggered.
- AgentUpdateDownload - Class in org.rhq.enterprise.agent
-
Downloads the agent update binary from the server, if one is available.
- AgentUpdateDownload(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentUpdateDownload
-
- AgentUpdateInformation - Class in org.rhq.enterprise.agent
-
Encapsulates all the version information known about the agent update
and the current agent.
- AgentUpdateInformation(Properties) - Constructor for class org.rhq.enterprise.agent.AgentUpdateInformation
-
Builds the information object.
- AgentUpdateThread - Class in org.rhq.enterprise.agent
-
This is a thread that will attempt to update the agent to the latest
version.
- AgentUpdateVersion - Class in org.rhq.enterprise.agent
-
Checks to see if there is an software update for the agent and if so,
retrieves the
information on it.
- AgentUpdateVersion(AgentMain) - Constructor for class org.rhq.enterprise.agent.AgentUpdateVersion
-
- AgentUtils - Class in org.rhq.enterprise.agent
-
Just a place where utility methods are placed for use by the agent
and its related classes.
- AgentUtils() - Constructor for class org.rhq.enterprise.agent.AgentUtils
-
- AgentUtils.ServerEndpoint - Class in org.rhq.enterprise.agent
-
A very simple object that encapsulates server endpoint information that can be used
to connect to a server.
- AgentUtils.ServerEndpoint() - Constructor for class org.rhq.enterprise.agent.AgentUtils.ServerEndpoint
-
- ARGS_PROCESSED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_MUST_BE_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_NO_COMMITTED_INVENTORY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_REPORT_HEADER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_REPORT_RESOURCE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_REPORT_RESOURCE_VERBOSE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_REPORT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_REPORT_SENT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AVAILABILITY_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- AvailabilityPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Allows the user to get an availability report.
- AvailabilityPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.AvailabilityPromptCommand
-
- CANNOT_FIND_CONFIG_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_GET_PREFERENCES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_START_PLUGIN_CONTAINER_AGENT_NOT_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_STORE_PREFERENCES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_SWITCH_NULL_COMMUNICATOR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_SWITCH_TO_INVALID_SERVER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_WAIT_FOR_SERVER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CANNOT_WAIT_TO_BE_REGISTERED_ANY_LONGER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CERT_FILE_COPY_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CERT_FILE_LOCATION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- checkNow() - Method in class org.rhq.enterprise.agent.PrimaryServerSwitchoverThread
-
Forces this thread to check now and switch to the primary if needed.
- CLEAN_DATA_DIR_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLEAN_DATA_FILE_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLEAN_PLUGINS_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLEANING_DATA_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLEANING_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLEANING_PLUGINS_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CLIENT_SENDER_COMMAND_PREPROCESSORS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Property whose value is the fully qualified class name of the command preprocessor that the sender will use to
preprocess commands that are to be queued and sent.
- CLIENT_SENDER_COMMAND_SPOOL_FILE_COMPRESSED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Property that indicates if the spool file's data is compressed.
- CLIENT_SENDER_COMMAND_SPOOL_FILE_NAME - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Property that provides the spool file name (as it is found in the data directory).
- CLIENT_SENDER_COMMAND_SPOOL_FILE_PARAMS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Property that provides the spool file parameters.
- CLIENT_SENDER_COMMAND_TIMEOUT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The time in milliseconds that the client sender will wait before aborting a command.
- CLIENT_SENDER_MAX_CONCURRENT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The maximum number of concurrent commands that can be in the process of being sent at any one time.
- CLIENT_SENDER_MAX_RETRIES - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Number of maximum retry attempts are made for messages with guaranteed delivery enabled (unless the reason for
the failure was a failure to connect to the server, in which case, the messages are retried regardless of this
setting).
- CLIENT_SENDER_QUEUE_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The maximum size of the command queue - this is the maximum number of commands that can be queued for sending.
- CLIENT_SENDER_QUEUE_THROTTLING - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If this property is defined, it indicates the queue throttling configuration For example, maximum number of
commands per burst, the length of time of each burst period).
- CLIENT_SENDER_RETRY_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Property that provides the amount of time, in milliseconds, that the sender will pause before attempting to retry
a failed command whose delivery is to be guaranteed.
- CLIENT_SENDER_SECURITY_KEYSTORE_ALGORITHM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The algorithm used to manage the keys in the keystore file.
- CLIENT_SENDER_SECURITY_KEYSTORE_ALIAS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The alias to the client's key found in the keystore file.
- CLIENT_SENDER_SECURITY_KEYSTORE_FILE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The path to the keystore file.
- CLIENT_SENDER_SECURITY_KEYSTORE_KEY_PASSWORD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The password to gain access to the key found in the keystore.
- CLIENT_SENDER_SECURITY_KEYSTORE_PASSWORD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The password used to access the keystore file.
- CLIENT_SENDER_SECURITY_KEYSTORE_TYPE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The type of keystore file.
- CLIENT_SENDER_SECURITY_SERVER_AUTH_MODE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The server authentication mode that, when enabled, forces the agent to authenticate the remote server's
certificate with one in the agent's trust store.
- CLIENT_SENDER_SECURITY_SOCKET_PROTOCOL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The secure protocol used by the agent's communications layer to the remote server.
- CLIENT_SENDER_SECURITY_TRUSTSTORE_ALGORITHM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The algorithm used to manage the keys in the truststore file.
- CLIENT_SENDER_SECURITY_TRUSTSTORE_FILE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The path to the truststore file.
- CLIENT_SENDER_SECURITY_TRUSTSTORE_PASSWORD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The password used to access the truststore file.
- CLIENT_SENDER_SECURITY_TRUSTSTORE_TYPE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The type of truststore file.
- CLIENT_SENDER_SEND_THROTTLING - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If this property is defined, it indicates the send throttling configuration.
- CLIENT_SENDER_SERVER_POLLING_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The time in milliseconds that the client sender will wait in between polling the JON Server.
- close() - Method in interface org.rhq.enterprise.agent.AgentInputReader
-
Close the reader.
- close() - Method in class org.rhq.enterprise.agent.JavaAgentInputReader
-
- close() - Method in class org.rhq.enterprise.agent.JLineAgentInputReader
-
- COMMAND_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- COMMAND_FAILURE_STACK_TRACE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- COMMAND_SPOOL_INVALID_FORMAT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- COMMAND_SPOOL_INVALID_MAX_SIZE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- COMMAND_SPOOL_INVALID_PURGE_PERCENTAGE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_EXPORT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_EXPORT_CONFIG_EXPORTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_IMPORT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_IMPORT_CONFIG_IMPORTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_LIST - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CONFIG_SCHEMA_VERSION - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The configuration schema version.
- CONFIG_SETUP - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag to indicate if the agent's configuration has been setup.
- CONFIG_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- ConfigPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Manages the configuration preferences.
- ConfigPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.ConfigPromptCommand
-
- CONFIGURATION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- ConnectAgentInitializeCallback - Class in org.rhq.enterprise.agent
-
This is a
InitializeCallback that will send the appropriate "connect agent" message
to the server.
- ConnectAgentInitializeCallback(AgentMain) - Constructor for class org.rhq.enterprise.agent.ConnectAgentInitializeCallback
-
- convertNameValuePairListToProperties(List<EnvironmentScriptFileUpdate.NameValuePair>) - Method in class org.rhq.enterprise.agent.EnvironmentScriptFileUpdate
-
- convertPropertiesToNameValuePairList(Properties) - Method in class org.rhq.enterprise.agent.EnvironmentScriptFileUpdate
-
- create(AgentMain) - Static method in class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- create(AgentMain, File) - Static method in class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- create(String) - Static method in class org.rhq.enterprise.agent.EnvironmentScriptFileUpdate
-
Factory method that creates an update object that is appropriate
to update the given file.
- createEnvironmentVariableLine(EnvironmentScriptFileUpdate.NameValuePair) - Method in class org.rhq.enterprise.agent.EnvironmentScriptFileUpdate
-
Creates a line that defines an environment variable name and its value.
- createEnvironmentVariableLine(EnvironmentScriptFileUpdate.NameValuePair) - Method in class org.rhq.enterprise.agent.JavaServiceWrapperConfigurationFileUpdate
-
- createEnvironmentVariableLine(EnvironmentScriptFileUpdate.NameValuePair) - Method in class org.rhq.enterprise.agent.JavaServiceWrapperEnvironmentScriptFileUpdate
-
- createEnvironmentVariableLine(EnvironmentScriptFileUpdate.NameValuePair) - Method in class org.rhq.enterprise.agent.UnixEnvironmentScriptFileUpdate
-
- createEnvironmentVariableLine(EnvironmentScriptFileUpdate.NameValuePair) - Method in class org.rhq.enterprise.agent.WindowsEnvironmentScriptFileUpdate
-
- createServerRemoteCommunicator(String, String, int, String) - Method in class org.rhq.enterprise.agent.AgentMain
-
Creates a raw remote communicator that can talk to the given endpoint.
- CREATING_AGENT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CREATING_PLUGIN_CONTAINER_SERVER_SERVICES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- CURRENT_CONFIG_SCHEMA_VERSION - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
This is the current schema version that our agent configuration knows about.
- DATA_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The file path to the location of the agent's data directory (where the agent will persist its internal data).
- DEBUG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_CANNOT_DUMP_THREADS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_CANNOT_LOAD_LOG_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_CMD_TRACING_DISABLED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_CMD_TRACING_ENABLED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_LOG_FILE_LOADED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DEBUG_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DebugPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Performs various things to help debug the agent.
- DebugPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.DebugPromptCommand
-
- DEFAULT_AGENT_CONFIGURATION_FILE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
This is the name of the agent configuration file.
- DEFAULT_AGENT_UPDATE_ENABLED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the agent update enabled flag is not set, this is the default.
- DEFAULT_CLIENT_SENDER_COMMAND_PREPROCESSORS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default preprocessor which is the security token preprocessor.
- DEFAULT_CLIENT_SENDER_COMMAND_SPOOL_FILE_COMPRESSED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender command spool file compress flag is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_COMMAND_SPOOL_FILE_NAME - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender command spool file name is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_COMMAND_SPOOL_FILE_PARAMS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender command spool file parameters are not specified, this is the default.
- DEFAULT_CLIENT_SENDER_COMMAND_TIMEOUT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender command timeout is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_MAX_CONCURRENT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender max concurrent value is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_MAX_RETRIES - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender max retries is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_QUEUE_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender queue size is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_RETRY_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender retry pause is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_SECURITY_KEYSTORE_ALGORITHM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default algorithm for the keystore.
- DEFAULT_CLIENT_SENDER_SECURITY_KEYSTORE_ALIAS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default alias of keystore's key.
- DEFAULT_CLIENT_SENDER_SECURITY_KEYSTORE_FILE_NAME - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default keystore file name - when building a default keystore file string, this string will be relative to
the data directory preference.
- DEFAULT_CLIENT_SENDER_SECURITY_KEYSTORE_TYPE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default keystore file format.
- DEFAULT_CLIENT_SENDER_SECURITY_SERVER_AUTH_MODE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender server auth mode is not specified, this is the default.
- DEFAULT_CLIENT_SENDER_SECURITY_SOCKET_PROTOCOL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default protocol when securing the communications.
- DEFAULT_CLIENT_SENDER_SECURITY_TRUSTSTORE_ALGORITHM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default algorithm for the truststore.
- DEFAULT_CLIENT_SENDER_SECURITY_TRUSTSTORE_FILE_NAME - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default truststore file name - when building a default truststore file string, this string will be
relative to the data directory preference.
- DEFAULT_CLIENT_SENDER_SECURITY_TRUSTSTORE_TYPE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Default truststore file format.
- DEFAULT_CLIENT_SENDER_SERVER_POLLING_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the client sender server polling interval is not specified, this is the default.
- DEFAULT_DATA_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the data directory property is not specified, this is the default.
- DEFAULT_DISABLE_NATIVE_SYSTEM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
By default, we will allow the agent to use the native system if it is available.
- DEFAULT_PLUGINS_AVAILABILITY_SCAN_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay, in seconds.
- DEFAULT_PLUGINS_AVAILABILITY_SCAN_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between each availability scan, in seconds.
- DEFAULT_PLUGINS_AVAILABILITY_SCAN_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default threadpool size for availability scanning.
- DEFAULT_PLUGINS_CHILD_RESOURCE_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between resource committed into the inventory and child discovery scan, in seconds.
- DEFAULT_PLUGINS_CONFIGURATION_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_CONFIGURATION_DISCOVERY_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_CONFIGURATION_DISCOVERY_LIMIT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_CONFIGURATION_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_CONTENT_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay, in seconds.
- DEFAULT_PLUGINS_CONTENT_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between each content discovery, in seconds.
- DEFAULT_PLUGINS_CONTENT_DISCOVERY_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default directory where the plugins can be found.
- DEFAULT_PLUGINS_DRIFT_DETECTION_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay of the first drift detection scan, in seconds.
- DEFAULT_PLUGINS_DRIFT_DETECTION_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between each drift detection scan, in seconds.
- DEFAULT_PLUGINS_EVENT_REPORT_MAX_PER_SOURCE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_EVENT_REPORT_MAX_TOTAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_EVENT_SENDER_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_EVENT_SENDER_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PLUGINS_MEASUREMENT_COLL_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default number of measurements that can be collected concurrently.
- DEFAULT_PLUGINS_MEASUREMENT_COLLECTION_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay, in seconds.
- DEFAULT_PLUGINS_OPERATION_INVOCATION_TIMEOUT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default number of seconds that an operation invocation has to complete until it is aborted.
- DEFAULT_PLUGINS_OPERATION_INVOKER_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default number of operations that can be invoked concurrently.
- DEFAULT_PLUGINS_SERVER_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay, in seconds.
- DEFAULT_PLUGINS_SERVER_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between each server discovery scan, in seconds.
- DEFAULT_PLUGINS_SERVICE_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default initial delay, in seconds.
- DEFAULT_PLUGINS_SERVICE_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default time period between each service discovery scan, in seconds.
- DEFAULT_PREFERENCE_NODE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- DEFAULT_PRIMARY_SERVER_SWITCHOVER_CHECK_INTERVAL_MSECS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the switchover-check-interval is not defined, this is the default.
- DEFAULT_REGISTER_WITH_SERVER_AT_STARTUP - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the register with server at startup property is not specified, this is the default.
- DEFAULT_SERVER_AUTO_DETECTION - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the server auto-detection property is not specified, this is the default.
- DEFAULT_SERVER_BIND_ADDRESS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default server transport if one was not specified.
- DEFAULT_SERVER_BIND_PORT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default server transport if one was not specified.
- DEFAULT_SERVER_TRANSPORT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default server transport if one was not specified.
- DEFAULT_SERVER_TRANSPORT_PARAMS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The default server transport params if none were specified.
- DEFAULT_TEST_FAILOVER_LIST_AT_STARTUP - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the test failover list at startup property is not specified, this is the default.
- DEFAULT_UPDATE_PLUGINS_AT_STARTUP - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the update plugins at startup property is not specified, this is the default.
- DEFAULT_VM_HEALTH_CHECK_INTERVAL_MSECS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the vm-health-check interval is not defined, this is its default.
- DEFAULT_VM_HEALTH_CHECK_LOW_HEAP_MEM_THRESHOLD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the heap threshold is not defined, this is its default.
- DEFAULT_VM_HEALTH_CHECK_LOW_NONHEAP_MEM_THRESHOLD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the nonheap threshold is not defined, this is its default.
- DEFAULT_WAIT_FOR_SERVER_AT_STARTUP_MSECS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If the wait-for-server wait time is not defined, this is the default.
- DISABLE_NATIVE_SYSTEM - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The flag that, if true, will turn off/disable the use of the native system libraries.
- DISCOVERY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_AGENT_NOT_CONNECTED_TO_SERVER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BAD_PLUGIN_NAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BAD_PLUGIN_RESOURCE_TYPE_NAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BAD_RESOURCE_TYPE_NAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BLACKLIST_CLEAR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BLACKLIST_LIST - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_BLACKLISTED_TYPES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_COMPONENT_RESULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_DISCOVERING_RESOURCE_TYPE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_DISCOVERING_RESOURCE_TYPE_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_FULL_RUN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_INVENTORY_REPORT_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_INVENTORY_REPORT_RESOURCE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_INVENTORY_REPORT_SUMMARY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_PC_NOT_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_PROCESS_SCAN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_RESOURCE_ID_INVALID - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_RESOURCE_SERVICES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_SCAN_ALREADY_IN_PROGRESS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DISCOVERY_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DiscoveryPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Allows the user to ask a plugin to run a discovery just as a means to debug a plugin discovery run.
- DiscoveryPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.DiscoveryPromptCommand
-
- DO_NOT_ENABLE_MANAGEMENT_SERVICES - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag, if set to true, will tell the agent it should not create and register any management services
(thus making the agent unable to manage or monitor itself).
- DO_NOT_INSTALL_SHUTDOWN_HOOK - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag, if set to true, will tell the agent to not install the shutdown hook.
- DO_NOT_NOTIFY_SERVER_OF_SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag, if set to true, will tell the agent it should not tell the server that the agent is shutting
down.
- DO_NOT_OVERRIDE_PREFS_WITH_SYSPROPS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag, if set to true, will tell the agent to ignore system properties and not override preferences
with any system property value.
- DO_NOT_START_PLUGIN_CONTAINER_AT_STARTUP - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Flag, if set to true, will tell the agent it should not start the Plugin Container at startup.
- DONE_WAITING_FOR_PLUGINS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- doNotEnableManagementServices() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
If true is returned, this will tell the agent it should not create its management services.
- doNotInstallShutdownHook() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
The default (false) is that the agent will install a shutdown hook so it can detect
a VM shutdown request and be able to properly shut itself down.
- doNotNotifyServerOfShutdown() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
If true is returned, this will tell the agent it should not tell the server that the agent is
shutting down.
- doNotOverridePreferencesWithSystemProperties() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
If true is returned, this will tell the agent it should not overlay system properties over the agent
configuration preferences.
- doNotStartPluginContainerAtStartup() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
If true is returned, this will tell the agent it should not start the Plugin Container at startup.
- download() - Method in class org.rhq.enterprise.agent.AgentUpdateDownload
-
Downloads the agent update binary and stores it to the local file system.
- DOWNLOAD - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_ERROR_NOT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_INPROGRESS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_PLUGIN_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_PLUGIN_FAILURE_WILL_NOT_RETRY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_PLUGIN_FAILURE_WILL_RETRY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_SUCCESS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOAD_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOADING_PLUGIN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOADING_PLUGIN_COMPLETE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DOWNLOADING_PLUGIN_SKIPPED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- downloadLatestFailoverList() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- downloadLatestFailoverList() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Tells the agent to download an updated server failover list.
- DownloadPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Downloads a file from a remote server (either the RHQ Server or a remote URL).
- DownloadPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.DownloadPromptCommand
-
- downloadServerFailoverList() - Method in class org.rhq.enterprise.agent.AgentMain
-
Downloads a new server failover list from the server and returns the failover list
that is now in effect.
- DUMPSPOOL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_HEX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_NO_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_OBJ - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DUMPSPOOL_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- DumpSpoolPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Dumps the contents of the persisted command spool file.
- DumpSpoolPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.DumpSpoolPromptCommand
-
- GC - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GC_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GC_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GC_INVOKE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GC_MEM_USAGE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GC_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GCPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Provides a way to help the agent clean up memory.
- GCPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.GCPromptCommand
-
- getAgentBuild() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- getAgentConfiguration() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getAgentConfiguration() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the entire set of agent configuration preferences.
- getAgentConfigurationVersion() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the version of the configuration schema.
- getAgentHomeDirectory() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the directory that is considered the "agent home" (i.e.
- getAgentHomeDirectory() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getAgentHomeDirectory() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the directory that is considered the "agent home" (i.e.
- getAgentManagementMBean() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the management MBean for this agent.
- getAgentName() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the unique name that this agent will be known as.
- getAgentRegistration() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns non-null registration information if this agent successfully registered itself during this
agent VM's lifetime.
- getAgentRestartCounter() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the agent restart counter object.
- getAgentSecurityToken() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This returns the agent's security token that it needs to send with its commands to the server.
- getAgentServerClockDifference() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the number of milliseconds this agent thinks its clock is ahead or behind from
its server's clock.
- getAgentServerClockDifference() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getAgentServerClockDifference() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the number of milliseconds this agent thinks its clock is ahead or behind from
its server's clock.
- getAgentUpdateBinaryFile() - Method in class org.rhq.enterprise.agent.AgentUpdateDownload
-
If the agent update binary has been
downloaded, this will return
the file where the downloaded content was stored.
- getAgentUpdateDownloadUrl() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the URL that the agent should use when it needs to download
the latest agent update binary.
- getAgentUpdateDownloadUrlIfDefined() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the URL that the agent should use when it needs to download
the latest agent update binary.
- getAgentUpdateInformation() - Method in class org.rhq.enterprise.agent.AgentUpdateVersion
-
Returns the last known agent update version information.
- getAgentUpdateVersion() - Method in class org.rhq.enterprise.agent.AgentUpdateDownload
-
- getAgentUpdateVersionUrl() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the URL that the agent should use when it needs to find out
the version information of the latest agent update binary.
- getAgentUpdateVersionUrlIfDefined() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the URL that the agent should use when it needs to find out
the version information of the latest agent update binary.
- getAgentVersion() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- getAverageExecutionTimeReceived() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getAverageExecutionTimeReceived() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getAverageExecutionTimeSent() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getAverageExecutionTimeSent() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getBuildDate() - Static method in class org.rhq.enterprise.agent.Version
-
Returns just the product build date.
- getBuildNumber() - Static method in class org.rhq.enterprise.agent.Version
-
Returns just the product build number.
- getClientCommandSender() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the client sender which can be used to send commands to the server.
- getClientCommandSenderConfiguration() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This is a convienence method that returns the full client sender configuration.
- getClientSenderCommandPreprocessors() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the fully qualified class name of the command preprocessor object that the sender will use to
preprocess all commands that are to be queued and sent.
- getClientSenderCommandSpoolFileName() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the name of the command spool file (to be located in the
data directory).
- getClientSenderCommandSpoolFileParams() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns an array of command spool file parameters.
- getClientSenderCommandTimeout() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the default timeout that the client sender will wait for a command to be processed by the server.
- getClientSenderMaxConcurrent() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the maximum number of concurrent commands that the client sender will send at any one time.
- getClientSenderMaxRetries() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the number of times a guaranteed message is retried, if it fails for a reason other than a "cannot
connect" to server.
- getClientSenderQueueSize() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the client sender queue size which determines how many commands can be queued up for sending.
- getClientSenderQueueThrottling() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns an array of queue throttling parameters or null if queue throttling is to be disabled.
- getClientSenderRetryInterval() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the time in milliseconds the client sender should wait in between retries of commands that have failed.
- getClientSenderSecurityKeystoreAlgorithm() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the algorithm used to manage the keys in the keystore.
- getClientSenderSecurityKeystoreAlias() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the alias to the client's key in the keystore.
- getClientSenderSecurityKeystoreFile() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the path to the keystore file.
- getClientSenderSecurityKeystoreKeyPassword() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the password to gain access to the key in the keystore.
- getClientSenderSecurityKeystorePassword() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the password of the keystore file itself.
- getClientSenderSecurityKeystoreType() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the type of the keystore file.
- getClientSenderSecuritySocketProtocol() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the protocol used over the secure socket.
- getClientSenderSecurityTruststoreAlgorithm() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the algorithm used to manage the keys in the truststore.
- getClientSenderSecurityTruststoreFile() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the path to the truststore file.
- getClientSenderSecurityTruststorePassword() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the password of the truststore file itself.
- getClientSenderSecurityTruststoreType() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the type of the truststore file.
- getClientSenderSendThrottling() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns an array of send throttling parameters or null if send throttling is to be disabled.
- getClientSenderServerPollingInterval() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the interval the client sender should wait in between polling the server.
- GETCONFIG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GETCONFIG_CANNOT_GET - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GETCONFIG_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GETCONFIG_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GETCONFIG_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GETCONFIG_UNKNOWN_VALUE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- GetConfigPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Gets an agent configuration preference and displays it.
- GetConfigPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.GetConfigPromptCommand
-
- getConfiguration() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the set of configuration preferences that the agent will use to configure things.
- getConfigurationSchemaVersionPreference() - Method in class org.rhq.enterprise.agent.AgentConfigurationUpgrade
-
- getConsoleType() - Static method in class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- getCurrentPluginFiles() - Method in class org.rhq.enterprise.agent.PluginUpdate
-
Returns the list of all the plugin archive files.
- getCurrentTime() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getCurrentTime() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the current time, as it is known to the agent.
- getDataDirectory() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the data directory where all internally persisted data can be written to.
- getDataDirectoryIfDefined() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return the data directory string as found in the preferences.
- getDetailedHelp() - Method in interface org.rhq.enterprise.agent.promptcmd.AgentPromptCommand
-
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.agent.promptcmd.AvailabilityPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ConfigPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DebugPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DiscoveryPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DownloadPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DumpSpoolPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ExecutePromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ExitPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.FailoverPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.GCPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.GetConfigPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.HelpPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.IdentifyPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.InventoryPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ListDataPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.LogPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.MetricsPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.NativePromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PingPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PiqlPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PluginContainerPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PluginsPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.RegisterPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.RemoteCommandPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SchedulesPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SenderPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ServerAsyncCommandPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ServerCommandPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SetConfigPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ShutdownPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SleepPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.StartPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.UpdatePromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.promptcmd.VersionPromptCommand
-
- getDetailedHelp() - Method in class org.rhq.enterprise.agent.TimerPromptCommand
-
- getDownloadUrl() - Method in class org.rhq.enterprise.agent.AgentUpdateDownload
-
Returns the URL that will be accessed to download the agent update binary.
- getHelp() - Method in interface org.rhq.enterprise.agent.promptcmd.AgentPromptCommand
-
Returns a help summary to describe to the user what the prompt command does and its purpose.
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.AvailabilityPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ConfigPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DebugPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DiscoveryPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DownloadPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.DumpSpoolPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ExecutePromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ExitPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.FailoverPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.GCPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.GetConfigPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.HelpPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.IdentifyPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.InventoryPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ListDataPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.LogPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.MetricsPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.NativePromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PingPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PiqlPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PluginContainerPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.PluginsPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.RegisterPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.RemoteCommandPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SchedulesPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SenderPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ServerAsyncCommandPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ServerCommandPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SetConfigPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.ShutdownPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.SleepPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.StartPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.UpdatePromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.promptcmd.VersionPromptCommand
-
- getHelp() - Method in class org.rhq.enterprise.agent.TimerPromptCommand
-
- getI18NMsg() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the object that can be used to obtain I18N messages from the agent's resource bundle in the user's
locale.
- getIn() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the current input reader where the agent is getting its input.
- getJVMActiveThreads() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getJVMActiveThreads() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the number of currently active threads in the agent's JVM.
- getJVMFreeMemory() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getJVMFreeMemory() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the agent JVM's free memory as reported by Runtime.getRuntime().freeMemory().
- getJVMTotalMemory() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getJVMTotalMemory() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the agent JVM's total memory as reported by Runtime.getRuntime().totalMemory().
- getLastAgentRestartReason() - Method in class org.rhq.enterprise.agent.AgentRestartCounter
-
The reason why the agent was last restarted.
- getLocalDownloadDirectory() - Method in class org.rhq.enterprise.agent.AgentUpdateDownload
-
Returns the location on the local file system where any downloaded
files will be stored.
- getLogger(Class) - Static method in class org.rhq.enterprise.agent.i18n.AgentI18NFactory
-
Creates the logger and uses the LoggerLocale.
- getMBeanServer() - Method in class org.rhq.enterprise.agent.AgentManagement
-
Returns the MBeanServer where this MBean is registered; null if this MBean is not registered.
- getMsg() - Static method in class org.rhq.enterprise.agent.i18n.AgentI18NFactory
-
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.agent.i18n.AgentI18NFactory
-
- getNumberAgentRestarts() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberAgentRestarts() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the number of times the agent has been restarted for the entire lifetime of
the agent's JVM.
- getNumberCommandsActiveSent() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberCommandsActiveSent() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberCommandsInQueue() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberCommandsInQueue() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberCommandsSpooled() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberCommandsSpooled() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberFailedCommandsReceived() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberFailedCommandsReceived() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberFailedCommandsSent() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberFailedCommandsSent() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberOfRestarts() - Method in class org.rhq.enterprise.agent.AgentRestartCounter
-
Returns the number of times the agent has been restarted since the
beginning of the agent's JVM lifetime.
- getNumberSuccessfulCommandsReceived() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberSuccessfulCommandsReceived() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberSuccessfulCommandsSent() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberSuccessfulCommandsSent() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberTotalCommandsReceived() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberTotalCommandsReceived() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- getNumberTotalCommandsSent() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getNumberTotalCommandsSent() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Combines the number of successful and failed commands sent.
- getObjectName() - Method in class org.rhq.enterprise.agent.AgentManagement
-
This is the name that the MBean is registered under.
- getOut() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the output stream that displays messages to the user.
- getPluginContainerConfiguration() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This will return all the individual plugin container configuration preferences in a configuration object.
- getPluginContainerConfiguration() - Method in class org.rhq.enterprise.agent.PluginUpdate
-
- getPreferences() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the raw preferences containing the agent configuration.
- getPrimaryServerSwitchoverCheckIntervalMsecs() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This defines how many milliseconds the agent should wait between each check that ensures it is connected
to the primary server, as opposed to one of its failure servers.
- getProductName() - Static method in class org.rhq.enterprise.agent.Version
-
Returns just the product name.
- getProductNameAndVersion() - Static method in class org.rhq.enterprise.agent.Version
-
Returns the product name and its version string.
- getProductVersion() - Static method in class org.rhq.enterprise.agent.Version
-
Returns just the product version.
- getPromptCommands() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the map containing all the valid prompt command definitions.
- getPromptCommandString() - Method in interface org.rhq.enterprise.agent.promptcmd.AgentPromptCommand
-
All implementations must indicate what the prompt command is that will trigger its execution.
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.aliases.QuitPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.AvailabilityPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ConfigPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.DebugPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.DiscoveryPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.DownloadPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.DumpSpoolPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ExecutePromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ExitPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.FailoverPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.GCPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.GetConfigPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.HelpPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.IdentifyPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.InventoryPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ListDataPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.LogPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.MetricsPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.NativePromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.PingPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.PiqlPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.PluginContainerPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.PluginsPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.RegisterPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.RemoteCommandPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.SchedulesPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.SenderPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ServerAsyncCommandPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ServerCommandPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.SetConfigPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.ShutdownPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.SleepPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.StartPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.UpdatePromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.promptcmd.VersionPromptCommand
-
- getPromptCommandString() - Method in class org.rhq.enterprise.agent.TimerPromptCommand
-
- getReasonForLastRestart() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getReasonForLastRestart() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the code that indicates why the agent was last restarted.
- getSecureSocketProtocol() - Method in class org.rhq.enterprise.agent.SecureConnector
-
- getServerBindAddress() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the RHQ Server's bind address on which it is listening for incoming commands.
- getServerBindPort() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the RHQ Server's bind port on which it is listening for incoming commands.
- getServerEndpoint(AgentConfiguration, String) - Static method in class org.rhq.enterprise.agent.AgentUtils
-
Given a server string with an agent's configuration (used to obtain defaults), this will
return an object that contains information that can be used to communicate with the server
(such as its transport, hostname, port, etc).
- getServerFailoverList() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns an iteratable list of servers that can be used as backups when this agent needs to failover
to another server.
- getServerLocatorUri() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
- getServerTransport() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the RHQ Server's transport type (socket, http, etc).
- getServerTransportParams() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the RHQ Server's transport parameters which are used to further customize the RHQ Server and its
transport subsystem.
- getServiceContainer() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the container that is managing our server-side communications services that accept and process incoming
messages.
- getServiceContainerPreferences() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the service container configuration object that provides strongly typed methods to retrieve the
server-side communications preferences as configured by the agent.
- getStartTime() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns the time (as reported by
System.currentTimeMillis()) when the agent was
started.
- getSyntax() - Method in interface org.rhq.enterprise.agent.promptcmd.AgentPromptCommand
-
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.agent.promptcmd.AvailabilityPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ConfigPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.DebugPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.DiscoveryPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.DownloadPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.DumpSpoolPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ExecutePromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ExitPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.FailoverPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.GCPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.GetConfigPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.HelpPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.IdentifyPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.InventoryPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ListDataPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.LogPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.MetricsPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.NativePromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.PingPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.PiqlPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.PluginContainerPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.PluginsPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.RegisterPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.RemoteCommandPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.SchedulesPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.SenderPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ServerAsyncCommandPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ServerCommandPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.SetConfigPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.ShutdownPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.SleepPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.StartPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.UpdatePromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.promptcmd.VersionPromptCommand
-
- getSyntax() - Method in class org.rhq.enterprise.agent.TimerPromptCommand
-
- getTruststoreAlgorithm() - Method in class org.rhq.enterprise.agent.SecureConnector
-
- getTruststoreFile() - Method in class org.rhq.enterprise.agent.SecureConnector
-
- getTruststorePassword() - Method in class org.rhq.enterprise.agent.SecureConnector
-
- getTruststoreType() - Method in class org.rhq.enterprise.agent.SecureConnector
-
- getUpdateBuild() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- getUpdateMd5() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- getUpdateVersion() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- getUptime() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getUptime() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the number of seconds the agent has been started - this resets everytime the agent is shutdown.
- getUserInput(String) - Method in class org.rhq.enterprise.agent.AgentMain
-
Reads a line from the input stream and returns it.
- getVersion() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- getVersion() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Returns the agent's version string.
- getVersionProperties() - Static method in class org.rhq.enterprise.agent.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.agent.Version
-
Returns the version properties in a single string with all properties on a single line separated with a newline.
- getVersionPropertyAsDate(String) - Static method in class org.rhq.enterprise.agent.Version
-
When a version property represents a date, this method will take that date string and convert it to a
java.util.Date object.
- getVersionUrl() - Method in class org.rhq.enterprise.agent.AgentUpdateVersion
-
Returns the URL that will be accessed to obtain the agent update version information.
- getVMHealthCheckIntervalMsecs() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This defines how many milliseconds the agent should wait between each check that determines
if the VM is healthy or not (such as if the VM is critically low on memory).
- getVMHealthCheckLowHeapMemThreshold() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This defines when the VM health check will consider the heap memory to be critically low.
- getVMHealthCheckLowNonHeapMemThreshold() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This defines when the VM health check will consider the nonheap memory to be critically low.
- getWaitForServerAtStartupMsecs() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This defines how many milliseconds the agent should wait at startup for the RHQ Server to be detected.
- IDENTIFY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_ASK_REMOTE_SERVER_FOR_ID - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_ASK_SERVER_FOR_ID - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_INVALID_LOCATOR_URI - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_NOT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_REMOTE_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IDENTIFY_VERSION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- IdentifyPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Asks to identify a remote server.
- IdentifyPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.IdentifyPromptCommand
-
- INPUT_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INPUT_EOF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INPUT_EXCEPTION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INPUT_FACTORY_EXCEPTION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- interruptAllThreads() - Method in class org.rhq.enterprise.agent.AgentShutdownHook
-
We need to make sure our VM can die quickly, so this method will send interrupts
to most of the threads running in the VM to try to get them to hurry up and die.
- INVALID_LOCATOR_URI - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_BAD_EXPORT_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_BAD_ID - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_BAD_INVENTORY_FILE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_DATA_FILE_DELETED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_DATA_FILE_DELETION_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_DUMP_TYPES_AND_BINARY_FILE_SPECIFIED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_ERROR_NOT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_ID_AND_BINARY_FILE_SPECIFIED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_ID_AND_DUMP_TYPES_SPECIFIED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_INVALID_RESOURCE_ID - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_MUST_BE_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- INVENTORY_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- InventoryPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Provides a view into the inventory.
- InventoryPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.InventoryPromptCommand
-
- isAgentConfigurationSetup() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
This returns true if the agent has already been setup - meaning the user has properly configured the
agent with the appropriate preferences.
- isAgentOutOfDate() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- isAgentOutOfDateStrict() - Method in class org.rhq.enterprise.agent.AgentUpdateInformation
-
- isAgentUpdateEnabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the agent is allowed to apply updates to itself.
- isAuthenticated(Command) - Method in class org.rhq.enterprise.agent.SecurityTokenCommandAuthenticator
-
- isClientSenderCommandSpoolFileCompressed() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the command spool file compression flag that, if true, indicates the data in the command spool file
should be compressed.
- isClientSenderCommandSpoolFileParamsValueValid(String) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Given a command spool file parameters value, will determine if its valid or not.
- isClientSenderQueueThrottlingValueValid(String) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Given a queue throttling parameters value, will determine if its valid or not.
- isClientSenderSecurityServerAuthMode() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the server authentication mode is enabled.
- isClientSenderSendThrottlingValueValid(String) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Given a send throttling parameters value, will determine if its valid or not.
- isConsole() - Method in interface org.rhq.enterprise.agent.AgentInputReader
-
Indicates if the input is coming from a console (i.e.
- isConsole() - Method in class org.rhq.enterprise.agent.JavaAgentInputReader
-
- isConsole() - Method in class org.rhq.enterprise.agent.JLineAgentInputReader
-
- isNativeSystemDisabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the native system should be disabled and not used by the agent or its plugin
container.
- isPluginContainerStarted() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns
true if the embedded plugin container has been
started
or
false if its currently
stopped.
- isRegistered() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns true if this agent is known to have previously been registered with the server.
- isRegisterWithServerAtStartupEnabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the agent should register itself with the RHQ Server when the agent starts up.
- isSending() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- isSending() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- isServerAutoDetectionEnabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns the auto-detection flag that, if true, tells the agent to attempt to auto-detect the RHQ Server coming
online and going offline.
- isStarted() - Method in class org.rhq.enterprise.agent.AgentMain
-
Returns true if the agent has started; false if the agent has either never been started
or has been stopped.
- isTestFailoverListAtStartupEnabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the agent should test connectivity to all servers in
its failover list.
- isUpdatePluginsAtStartupEnabled() - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Returns true if the agent should update its plugins when the agent starts up.
- isUpdatingNow() - Static method in class org.rhq.enterprise.agent.AgentUpdateThread
-
This returns true if the agent is currently in the process of performing an update.
- parseEnvironmentVariableLine(String) - Method in class org.rhq.enterprise.agent.EnvironmentScriptFileUpdate
-
Parses the given string that is a line from a environment script file.
- parseEnvironmentVariableLine(String) - Method in class org.rhq.enterprise.agent.JavaServiceWrapperConfigurationFileUpdate
-
- parseEnvironmentVariableLine(String) - Method in class org.rhq.enterprise.agent.JavaServiceWrapperEnvironmentScriptFileUpdate
-
- parseEnvironmentVariableLine(String) - Method in class org.rhq.enterprise.agent.UnixEnvironmentScriptFileUpdate
-
- parseEnvironmentVariableLine(String) - Method in class org.rhq.enterprise.agent.WindowsEnvironmentScriptFileUpdate
-
- PC_START_FAILED_WAITING_FOR_REGISTRATION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- performAdvancedSetup(Preferences, PromptInput, PrintWriter) - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
This performs the actual setup by executing the setup instructions - it asks for some additional configuration
settings above and beyond the
basic setup
allowing for a more advanced ability to configure the agent.
- performAllSetup(Preferences, PromptInput, PrintWriter) - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
This performs the actual setup by executing the setup instructions - it asks for practically all possible
configuration settings allowing for a complete ability to configure the agent.
- performBasicSetup(Preferences, PromptInput, PrintWriter) - Method in class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
This performs the actual setup by executing the setup instructions - it only asks for a minimal, basic set of
setup values to get the agent up and running.
- performPrimaryServerSwitchoverCheck() - Method in class org.rhq.enterprise.agent.AgentMain
-
Asks the agent to check and see if it is currently connected to its primary server (as opposed
to one of its secondary failover servers).
- PING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_AGENT_NOT_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_ASYNC_PING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_EXECUTOR_SERVER_PING_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_EXECUTOR_STARTING_POLLING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_EXECUTOR_STARTING_POLLING_AFTER_EXCEPTION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_EXECUTOR_STOPPING_POLLING_RESUME_PING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_GUARANTEED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_GUARANTEED_FOR_ASYNC_ONLY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_PING_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_PING_RESULTS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_PINGING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PING_TIMESTAMPED_PING_RESULTS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PingPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Sends a remote ping request to the server.
- PingPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.PingPromptCommand
-
- PIQL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_NO_NATIVE_SUPPORT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_RESULTS_FULL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_RESULTS_HEADER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_RESULTS_SHORT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PIQL_VERBOSE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PiqlPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
- PiqlPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.PiqlPromptCommand
-
- PLUGIN_ALREADY_AT_LATEST - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_BACKUP_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_BACKUP_RESTORE_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_ARG_START - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_ARG_STATUS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_ARG_STOP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_INITIALIZATION_INTERRUPTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_INITIALIZED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_NOT_INITIALIZED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_START_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_START_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STATUS_CONFIG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STATUS_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STATUS_STOPPED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STOP_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STOP_DONE_GRACEFULLY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_STOP_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_CONTAINER_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_DISABLED_PLUGIN_DELETE_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_DISABLED_PLUGIN_DELETED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_DISABLED_PLUGIN_DOWNLOAD_SKIPPED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_INFO_DISPLAY_NAME - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the display name of a plugin.
- PLUGIN_INFO_ENABLED - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies whether the plugin is currently being used by the agent
- PLUGIN_INFO_MD5 - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the MD5 of a plugin.
- PLUGIN_INFO_NAME - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the name of a plugin.
- PLUGIN_INFO_PATH - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the full path to a plugin.
- PLUGIN_INFO_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the filesize of a plugin.
- PLUGIN_INFO_TIMESTAMP - Static variable in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Identifies the last modified date of a plugin.
- PLUGIN_NEEDS_TO_BE_UPDATED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_NOT_ON_SERVER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGIN_RENAME_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PluginContainerLifecycleListener - Class in org.rhq.enterprise.agent
-
- PluginContainerLifecycleListener(AgentMain) - Constructor for class org.rhq.enterprise.agent.PluginContainerLifecycleListener
-
- PluginContainerPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Allows you to manually start, stop, and check the status of the plugin container.
- PluginContainerPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.PluginContainerPromptCommand
-
- PLUGINS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_ARG_INFO - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_ARG_UPDATE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_AVAILABILITY_SCAN_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first availability scan is run.
- PLUGINS_AVAILABILITY_SCAN_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, how often a availability scan is run.
- PLUGINS_AVAILABILITY_SCAN_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines how many threads can be concurrently scanning for resource availabilities.
- PLUGINS_CHILD_RESOURCE_DISOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the delay between resource committed into the inventory and child resource discovery scan
- PLUGINS_CONFIGURATION_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines the delay to starting Configuration discoveries
- PLUGINS_CONFIGURATION_DISCOVERY_INTERVAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- PLUGINS_CONFIGURATION_DISCOVERY_LIMIT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- PLUGINS_CONFIGURATION_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
- PLUGINS_CONTENT_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first content discovery is run.
- PLUGINS_CONTENT_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, how often an content discovery is run.
- PLUGINS_CONTENT_DISCOVERY_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If defined, this is to be the size of the content discovery thread pool.
- PLUGINS_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_DIRECTORY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The location where the plugins can be found.
- PLUGINS_DISABLED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The comma separated list of names of plugins that are to be disabled at startup
- PLUGINS_DISABLED_RESOURCE_TYPES - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The |-separated list of names of resource types that are to be disabled at startup.
- PLUGINS_DRIFT_DETECTION_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first drift detection scan is run.
- PLUGINS_DRIFT_DETECTION_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, how often a drift detection scan is run.
- PLUGINS_ENABLED - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The comma separated list of names of plugins that are to be explicitly enabled at startup.
- PLUGINS_ERROR_NOT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_ERROR_UPDATING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_EVENT_REPORT_MAX_PER_SOURCE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The maximum number of events for any one event source that can exist in a single event report.
- PLUGINS_EVENT_REPORT_MAX_TOTAL - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The maximum number of events total that can exist in a single event report.
- PLUGINS_EVENT_SENDER_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The time in seconds before the event sender thread will start to send event reports.
- PLUGINS_EVENT_SENDER_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines how often an event report is sent to the server.
- PLUGINS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_LISTING_PLUGINS_DETAILS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_LISTING_PLUGINS_DISABLED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_LISTING_PLUGINS_SUMMARY - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_MEASUREMENT_COLL_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If defined, this is to be the size of the measurement collection thread pool.
- PLUGINS_MEASUREMENT_COLLECTION_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first measurement collection is run.
- PLUGINS_NO_CURRENT_PLUGINS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_NUM_CURRENT_PLUGINS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_OPERATION_INVOCATION_TIMEOUT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If defines, this is the number of seconds an operation invocation is aborted if it hasn't completed yet.
- PLUGINS_OPERATION_INVOKER_THREADPOOL_SIZE - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
If defined, this is to be the size of the operation invoker thread pool.
- PLUGINS_PLUGINS_INFO_DISPLAY_NAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_PLUGINS_INFO_FILENAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_PLUGINS_INFO_FILESIZE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_PLUGINS_INFO_LASTMOD - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_PLUGINS_INFO_MD5 - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_PLUGINS_INFO_NAME - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PLUGINS_ROOT_PLUGIN_CLASSLOADER_REGEX - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The regular expression to indicate what agent/plugin container classes the plugins cannot access.
- PLUGINS_SERVER_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first server discovery scan is run.
- PLUGINS_SERVER_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, how often a server discovery scan is run.
- PLUGINS_SERVICE_DISCOVERY_INITIAL_DELAY - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, the initial delay before the first service discovery scan is run.
- PLUGINS_SERVICE_DISCOVERY_PERIOD - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
Defines, in seconds, how often a service discovery scan is run.
- PLUGINS_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PluginsPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Allows you to manually update the plugins.
- PluginsPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.PluginsPromptCommand
-
- PluginUpdate - Class in org.rhq.enterprise.agent
-
This object's job is to update any and all plugin jars that need to be updated.
- PluginUpdate(CoreServerService, PluginContainerConfiguration) - Constructor for class org.rhq.enterprise.agent.PluginUpdate
-
- PluginUpdate(PluginContainerConfiguration) - Constructor for class org.rhq.enterprise.agent.PluginUpdate
-
- postDeregister() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- postRegister(Boolean) - Method in class org.rhq.enterprise.agent.AgentManagement
-
- preDeregister() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- PREF_MUST_BE_GREATER_THAN_0 - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PREFERENCE_NODE_PARENT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
This is the top level parent node of all agent preferences and is directly under the userRoot preferences node.
- PREFERENCES_ALREADY_EXIST - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PREFERENCES_NODE_PATH - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PREFERENCES_SCHEMA - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PREFS_MUST_NOT_BE_NULL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- prepareInputStream(InputStream) - Method in class org.rhq.enterprise.agent.AgentServiceRemoter
-
This will remote the input stream using the agent's communications services.
- prepareOutputStream(OutputStream) - Method in class org.rhq.enterprise.agent.AgentServiceRemoter
-
This will remote the output stream using the agent's communications services.
- preprocess(Command, ClientCommandSender) - Method in class org.rhq.enterprise.agent.ExternalizableStrategyCommandPreprocessor
-
Ensure the AGENT strategy is employed.
- preprocess(Command, ClientCommandSender) - Method in class org.rhq.enterprise.agent.SecurityTokenCommandPreprocessor
-
If the agent has a security token established, this will insert that security token in the command's
configuration.
- preRegister(MBeanServer, ObjectName) - Method in class org.rhq.enterprise.agent.AgentManagement
-
- PRIMARY_SERVER_STILL_DOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PRIMARY_SERVER_SWITCHOVER_CHECK_INTERVAL_MSECS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The amount of milliseconds between checks that ensure the agent is pointing to the primary server.
- PRIMARY_SERVER_SWITCHOVER_EXCEPTION - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PRIMARY_SERVER_SWITCHOVER_THREAD_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PRIMARY_SERVER_SWITCHOVER_THREAD_STOPPED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PRIMARY_SERVER_UP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PrimaryServerSwitchoverThread - Class in org.rhq.enterprise.agent
-
This thread's job is to periodically try to get the agent to point back to
its primary server, if it isn't pointing to that server already.
- PrimaryServerSwitchoverThread(AgentMain) - Constructor for class org.rhq.enterprise.agent.PrimaryServerSwitchoverThread
-
- println() - Method in class org.rhq.enterprise.agent.AgentPrintWriter
-
- PROMPT_COMMAND_INVOKED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROMPT_CONFIRM - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROMPT_CONFIRM_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROMPT_STRING_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROMPT_STRING_SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROMPT_STRING_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- PROP_BUILD_DATE - Static variable in class org.rhq.enterprise.agent.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.agent.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.agent.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.agent.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.agent.Version
-
Version property whose value identifies the build machine's operating system.
- PROP_BUILD_OS_VERSION - Static variable in class org.rhq.enterprise.agent.Version
-
Version property whose value is the build machine's operating system version.
- PROP_PRODUCT_NAME - Static variable in class org.rhq.enterprise.agent.Version
-
Version property whose value is the product name.
- PROP_PRODUCT_VERSION - Static variable in class org.rhq.enterprise.agent.Version
-
Version property whose value is the product version.
- PROPERTY_NAME_PREFIX - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The prefix that all agent configuration property names start with.
- SCHEDULES - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SCHEDULES_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SCHEDULES_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SCHEDULES_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SCHEDULES_UNKNOWN_RESOURCE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SchedulesPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
- SchedulesPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.SchedulesPromptCommand
-
- SecureConnector - Class in org.rhq.enterprise.agent
-
If you need to make a connection to an external HTTP server using the https protocol,
use this class to build the connection.
- SecureConnector(String) - Constructor for class org.rhq.enterprise.agent.SecureConnector
-
The
secure connections built by this object will
not authenticate the server endpoint, but they will use the given secure socket protocol
to encrypt the connection traffic.
- SecureConnector(String, File, String, String, String) - Constructor for class org.rhq.enterprise.agent.SecureConnector
-
The
secure connections built by this object will
authenticate the server endpoint using the given truststore file and its related parameters.
- SecurityTokenCommandAuthenticator - Class in org.rhq.enterprise.agent
-
This is the authenticator object that will make sure we are getting a message from a valid server.
- SecurityTokenCommandAuthenticator() - Constructor for class org.rhq.enterprise.agent.SecurityTokenCommandAuthenticator
-
- SecurityTokenCommandPreprocessor - Class in org.rhq.enterprise.agent
-
This command preprocessor is intended to be installed on the agent's
ClientCommandSender so that all commands
will get a security token inserted into their configuration.
- SecurityTokenCommandPreprocessor() - Constructor for class org.rhq.enterprise.agent.SecurityTokenCommandPreprocessor
-
- SEND_THROTTLE_INVALID_FORMAT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SEND_THROTTLE_INVALID_MAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SEND_THROTTLE_INVALID_QUIET_PERIOD - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_AGENT_NOT_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_IS_NOT_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_IS_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_METRICS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_METRICS_OUTPUT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_SERVER_ENDPOINT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_SERVER_ENDPOINT_CONFIG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_START - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_STARTING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_STATUS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_STOP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_STOPPING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SENDER_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SenderPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
- SenderPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.SenderPromptCommand
-
- sendingInitialCommand(RemoteCommunicator, Command) - Method in class org.rhq.enterprise.agent.ConnectAgentInitializeCallback
-
- SERVER - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_ALIAS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The DNS alias for the RHQ Server - used when the server IP address is not explicitly set.
- SERVER_ALIAS_UNKNOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_AUTO_DETECT_ENABLED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_AUTO_DETECTION - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The flag that, if true, will tell the agent to attempt to auto-detect the JON Server coming online
and going offline.
- SERVER_BIND_ADDRESS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The address that identifies where the JON server is.
- SERVER_BIND_PORT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The port that the JON server is listening to.
- SERVER_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_ID_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_OFFLINE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_ONLINE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_SENDING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_THINKS_AGENT_IS_DOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVER_TRANSPORT - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The transport that the JON server expects its messages to flow over.
- SERVER_TRANSPORT_PARAMS - Static variable in interface org.rhq.enterprise.agent.AgentConfigurationConstants
-
The transport params that further define how to communicate with the JON server.
- SERVERASYNC - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_FINISHED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_QUEUED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_RECOVERED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SERVERASYNC_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- ServerAsyncCommandPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
This builds a command based on the prompt command's arguments and sends a remote command request to the JON Server
asynchronously.
- ServerAsyncCommandPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.ServerAsyncCommandPromptCommand
-
- serverClockNotification(long) - Method in class org.rhq.enterprise.agent.AgentMain
-
This method should be called whenever the server time is known.
- ServerCommandPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
This builds a command based on the prompt command's arguments and sends a remote command request to the JON Server.
- ServerCommandPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.ServerCommandPromptCommand
-
- serverOffline(InvokerLocator) - Method in class org.rhq.enterprise.agent.AgentAutoDiscoveryListener
-
If the auto-detected endpoint is the server we are looking for, this tells the agent to stop sending messages.
- serverOnline(InvokerLocator) - Method in class org.rhq.enterprise.agent.AgentAutoDiscoveryListener
-
If the auto-detected endpoint is the RHQ Server we are looking for, enable the agent to start sending messages to
it.
- setAgentConfiguration(AgentConfiguration) - Method in class org.rhq.enterprise.agent.SecurityTokenCommandPreprocessor
-
This method is called during the startup of the agent so this preprocessor knows where to find and persist the
token.
- setAgentConfigurationSetup(boolean) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Sets the flag to indicate if the agent configuration has already been setup or not.
- setAgentSecurityToken(String) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Sets the agent's security token that was received from the server during agent registration.
- SETCONFIG - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_FLUSH_FAILED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_REMOVED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_SET - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETCONFIG_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SetConfigPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Sets an agent configuration preference and sets a system property to enable it to override any existing preference.
- SetConfigPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.SetConfigPromptCommand
-
- setConsoleType(AgentInputReaderFactory.ConsoleType) - Static method in class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- setConsoleType(String) - Static method in class org.rhq.enterprise.agent.AgentInputReaderFactory
-
- setDebugMode(Boolean, Boolean) - Method in class org.rhq.enterprise.agent.AgentManagement
-
- setDebugMode(Boolean, Boolean) - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
Turns on or off debug mode, which makes the agent log more verbose with debug messages.
- setInterval(long) - Method in class org.rhq.enterprise.agent.PrimaryServerSwitchoverThread
-
Sets the time (in milliseconds) that this thread sleeps between checks.
- setServerLocatorUri(String, String, int, String) - Method in class org.rhq.enterprise.agent.AgentConfiguration
-
Convienence method that sets the transport, bind address, bind port and transport parameters
for a new server endpoint.
- setServiceContainer(ServiceContainer) - Method in class org.rhq.enterprise.agent.SecurityTokenCommandAuthenticator
-
- SETUP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_ADVANCED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_ALL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_BAD_CLIENT_AUTH_MODE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_BAD_COMMAND_SPOOL_PARAMS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_BAD_QUEUE_THROTTLING_PARAMS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_BAD_SEND_THROTTLING_PARAMS - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_INSTRUCTION_AGENTDATADIR_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTDATADIR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTDATADIR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTDATADIR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTNAME_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTNAME_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTNAME_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEDOWNLOADURL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEDOWNLOADURL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEDOWNLOADURL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEDOWNLOADURL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEENABLED_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEENABLED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEENABLED_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEENABLED_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEVERSIONURL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEVERSIONURL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEVERSIONURL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_AGENTUPDATEVERSIONURL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALGORITHM_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALGORITHM_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALGORITHM_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALGORITHM_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALIAS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALIAS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALIAS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREALIAS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREFILE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREFILE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREFILE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREFILE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREKEYPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREKEYPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREKEYPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREKEYPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTOREPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTORETYPE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTORETYPE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTORETYPE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTKEYSTORETYPE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSECUREPROTOCOL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSECUREPROTOCOL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSECUREPROTOCOL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSECUREPROTOCOL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERCOMPRESSSPOOL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERCOMPRESSSPOOL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERCOMPRESSSPOOL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERCOMPRESSSPOOL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXCONCURRENT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXCONCURRENT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXCONCURRENT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXCONCURRENT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXRETRIES_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXRETRIES_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXRETRIES_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERMAXRETRIES_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQSIZE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQSIZE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQSIZE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQSIZE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQTHROTTLING_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQTHROTTLING_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQTHROTTLING_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERQTHROTTLING_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERRETRYINTERVAL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERRETRYINTERVAL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERRETRYINTERVAL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERRETRYINTERVAL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSENDTHROTTLING_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSENDTHROTTLING_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSENDTHROTTLING_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSENDTHROTTLING_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSPOOLPARAMS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSPOOLPARAMS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSPOOLPARAMS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERSPOOLPARAMS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERTIMEOUT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERTIMEOUT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERTIMEOUT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSENDERTIMEOUT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSERVERAUTHMODEENABLED_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSERVERAUTHMODEENABLED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSERVERAUTHMODEENABLED_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTSERVERAUTHMODEENABLED_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREALGORITHM_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREALGORITHM_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREALGORITHM_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREALGORITHM_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREFILE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREFILE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREFILE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREFILE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTOREPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTORETYPE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTORETYPE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTORETYPE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CLIENTTRUSTSTORETYPE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORBINDADDR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORBINDADDR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORBINDADDR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORLEASE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORLEASE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORLEASE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORLEASE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORPORT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORPORT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORPORT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORPORT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORTPARAMS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORTPARAMS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORTPARAMS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_CONNECTORTRANSPORTPARAMS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_DISABLENATIVESYSTEM_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_DISABLENATIVESYSTEM_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_DISABLENATIVESYSTEM_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_DISABLENATIVESYSTEM_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTOR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTOR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORBINDADDR_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORBINDADDR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORBINDADDR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORBINDADDR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORDEFAULTTIMEDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORDEFAULTTIMEDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORDEFAULTTIMEDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORDEFAULTTIMEDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORHEARTBEATTIMEDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORHEARTBEATTIMEDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORHEARTBEATTIMEDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORHEARTBEATTIMEDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORMCADDR_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORMCADDR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORMCADDR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORMCADDR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORPORT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORPORT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORPORT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_MULTICASTDETECTORPORT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCMEASUREMENTTHREADCOUNT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCMEASUREMENTTHREADCOUNT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCMEASUREMENTTHREADCOUNT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCMEASUREMENTTHREADCOUNT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPERATIONTHREADCOUNT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPERATIONTHREADCOUNT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPERATIONTHREADCOUNT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPERATIONTHREADCOUNT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPINVOCATIONTIMEOUT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPINVOCATIONTIMEOUT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPINVOCATIONTIMEOUT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PCOPINVOCATIONTIMEOUT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANTHREADPOOLSIZE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANTHREADPOOLSIZE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANTHREADPOOLSIZE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSAVAILSCANTHREADPOOLSIZE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINTERVAL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINTERVAL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINTERVAL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYINTERVAL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYLIMIT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYLIMIT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYLIMIT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYLIMIT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONFIGURATIONDISCOVERYPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYTHREADCOUNT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYTHREADCOUNT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYTHREADCOUNT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSCONTENTDISCOVERYTHREADCOUNT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDIR_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDIR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDIR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDIR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSDRIFTDETECTIONPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXPERSRC_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXPERSRC_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXPERSRC_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXPERSRC_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXTOTAL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXTOTAL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXTOTAL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTREPORTMAXTOTAL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSEVENTSENDERPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSMEASUREMENTCOLLINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSMEASUREMENTCOLLINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSMEASUREMENTCOLLINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSMEASUREMENTCOLLINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVERDISCOVERYPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYINITIALDELAY_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYINITIALDELAY_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYINITIALDELAY_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYINITIALDELAY_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYPERIOD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYPERIOD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYPERIOD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PLUGINSSERVICEDISCOVERYPERIOD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PRIMARYSERVERSWITCHOVERCHECKINTERVAL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PRIMARYSERVERSWITCHOVERCHECKINTERVAL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PRIMARYSERVERSWITCHOVERCHECKINTERVAL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_PRIMARYSERVERSWITCHOVERCHECKINTERVAL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_REGISTERWITHSERVERATSTARTUP_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_REGISTERWITHSERVERATSTARTUP_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_REGISTERWITHSERVERATSTARTUP_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_REGISTERWITHSERVERATSTARTUP_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERALIAS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERALIAS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERALIAS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERALIAS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERAUTODETECT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERAUTODETECT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERAUTODETECT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERAUTODETECT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERBINDADDR_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERBINDADDR_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERBINDADDR_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERBINDADDR_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERCLIENTAUTHMODE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERCLIENTAUTHMODE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERCLIENTAUTHMODE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERCLIENTAUTHMODE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALGORITHM_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALGORITHM_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALGORITHM_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALGORITHM_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALIAS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALIAS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALIAS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREALIAS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREFILE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREFILE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREFILE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREFILE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREKEYPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREKEYPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREKEYPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREKEYPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTOREPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTORETYPE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTORETYPE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTORETYPE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERKEYSTORETYPE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPOLLING_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPOLLING_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPOLLING_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPOLLING_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPORT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPORT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPORT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERPORT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERSECUREPROTOCOL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERSECUREPROTOCOL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERSECUREPROTOCOL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERSECUREPROTOCOL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORT_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORT_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORT_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORT_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORTPARAMS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORTPARAMS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORTPARAMS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRANSPORTPARAMS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREALGORITHM_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREALGORITHM_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREALGORITHM_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREALGORITHM_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREFILE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREFILE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREFILE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREFILE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREPASSWORD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREPASSWORD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREPASSWORD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTOREPASSWORD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTORETYPE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTORETYPE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTORETYPE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_SERVERTRUSTSTORETYPE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_STREAMIDLE_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_STREAMIDLE_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_STREAMIDLE_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_STREAMIDLE_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_TESTFAILOVERLISTATSTARTUP_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_TESTFAILOVERLISTATSTARTUP_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_TESTFAILOVERLISTATSTARTUP_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_TESTFAILOVERLISTATSTARTUP_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_UPDATEPLUGINSATSTARTUP_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_UPDATEPLUGINSATSTARTUP_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_UPDATEPLUGINSATSTARTUP_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_UPDATEPLUGINSATSTARTUP_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKINTERVAL_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKINTERVAL_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKINTERVAL_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKINTERVAL_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWHEAPMEMTHRESHOLD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWHEAPMEMTHRESHOLD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWHEAPMEMTHRESHOLD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWHEAPMEMTHRESHOLD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWNONHEAPMEMTHRESHOLD_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWNONHEAPMEMTHRESHOLD_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWNONHEAPMEMTHRESHOLD_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_VMHEALTHCHECKLOWNONHEAPMEMTHRESHOLD_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_WAITFORSERVERATSTARTUPMSECS_DEFAULT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_WAITFORSERVERATSTARTUPMSECS_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_WAITFORSERVERATSTARTUPMSECS_PREF - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INSTRUCTION_WAITFORSERVERATSTARTUPMSECS_PROMPT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentSetupInstructions
-
- SETUP_INTRO - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_INTRO_ADVANCED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_INTRO_ALL - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_MUST_BE_STOPPED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SETUP_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SetupPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Sets up the agent with configuration information that the user enters at the prompt.
- SetupPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.SetupPromptCommand
-
- shutdown() - Method in class org.rhq.enterprise.agent.AgentMain
-
Shuts down the agent gracefully.
- shutdown() - Method in class org.rhq.enterprise.agent.AgentManagement
-
- shutdown() - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
This will shutdown the agent's communications layer and the plugin container.
- SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWN_ALREADY_SHUTDOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWN_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWN_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWN_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWN_SHUTTING_DOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREAD_CANNOT_INT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREAD_CANNOT_WAIT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREAD_IS_STILL_ACTIVE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREAD_NO_MORE_WAIT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREAD_WAIT - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SHUTDOWNHOOK_THREADS_STILL_ALIVE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- shutdownPluginContainer() - Method in class org.rhq.enterprise.agent.AgentMain
-
Shuts down the plugin container and all its child services and plugins.
- ShutdownPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Shuts down the agent but leaves the agent running.
- ShutdownPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.ShutdownPromptCommand
-
- SHUTTING_DOWN - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SigarAgentInputReader - Class in org.rhq.enterprise.agent
-
Uses the SIGAR API when appropriate to read in console input.
- SigarAgentInputReader(AgentMain) - Constructor for class org.rhq.enterprise.agent.SigarAgentInputReader
-
- SigarAgentInputReader(AgentMain, FileReader) - Constructor for class org.rhq.enterprise.agent.SigarAgentInputReader
-
- singletonObjectName - Static variable in class org.rhq.enterprise.agent.AgentManagement
-
- SLEEP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_SLEEPING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_SLEEPING_DONE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_SLEEPING_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SLEEP_SYNTAX - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- SleepPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Simply sleeps.
- SleepPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.SleepPromptCommand
-
- spawnKillThread(long) - Method in class org.rhq.enterprise.agent.AgentShutdownHook
-
If something goes wrong and the VM does not die on its own when we think it should,
the thread created by this method will explicitly kill the VM.
- start() - Method in class org.rhq.enterprise.agent.AgentMain
-
This method will initialize all services and get the agent up and running.
- START - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- start() - Method in class org.rhq.enterprise.agent.PluginContainerLifecycleListener
-
- START_ALREADY_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- START_DETAILED_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- START_FAILURE - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- START_HELP - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- START_STARTED - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- START_STARTING - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- started(AgentService) - Method in class org.rhq.enterprise.agent.AgentServiceRemoter
-
This method will remote the given agent service so external clients can communicate with it.
- startPluginContainer(long) - Method in class org.rhq.enterprise.agent.AgentMain
-
This starts up the plugin container.
- StartPromptCommand - Class in org.rhq.enterprise.agent.promptcmd
-
Starts the agent such that it can begin accepting incoming command requests.
- StartPromptCommand() - Constructor for class org.rhq.enterprise.agent.promptcmd.StartPromptCommand
-
- STARTUP_ERROR - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-
- stop() - Method in class org.rhq.enterprise.agent.PluginContainerLifecycleListener
-
- stopChecking() - Method in class org.rhq.enterprise.agent.PrimaryServerSwitchoverThread
-
Call this method when you want to stop this thread, which effectively stops it from
checking that the agent is pointing to its primary server.
- stopChecking() - Method in class org.rhq.enterprise.agent.VMHealthCheckThread
-
Tells this thread to stop checking.
- stopped(AgentService) - Method in class org.rhq.enterprise.agent.AgentServiceRemoter
-
This method will ensure that the stopped agent service will no longer be accessible to external clients.
- StringUtil - Class in org.rhq.enterprise.agent
-
Utilities that work with Strings.
- switchToServer(String) - Method in class org.rhq.enterprise.agent.AgentMain
-
Tell the agent to immediately switch to another server.
- switchToServer(String) - Method in class org.rhq.enterprise.agent.AgentManagement
-
- switchToServer(String) - Method in interface org.rhq.enterprise.agent.AgentManagementMBean
-
- SYSPROP_SET - Static variable in interface org.rhq.enterprise.agent.i18n.AgentI18NResourceKeys
-