Package org.rhq.enterprise.agent.promptcmd

Interface Summary
AgentPromptCommand 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.
 

Class Summary
AvailabilityPromptCommand Allows the user to get an availability report.
ConfigPromptCommand Manages the configuration preferences.
DebugPromptCommand Performs various things to help debug the agent.
DiscoveryPromptCommand Allows the user to ask a plugin to run a discovery just as a means to debug a plugin discovery run.
DownloadPromptCommand Downloads a file from a remote server (either the RHQ Server or a remote URL).
DumpSpoolPromptCommand Dumps the contents of the persisted command spool file.
ExecutePromptCommand Allows the agent to execute an external program.
ExitPromptCommand Shuts down the agent and forces the agent process to die.
FailoverPromptCommand Performs various interactions with this agent's FailoverListComposite
GCPromptCommand Provides a way to help the agent clean up memory.
GetConfigPromptCommand Gets an agent configuration preference and displays it.
HelpPromptCommand Displays help on a prompt command.
IdentifyPromptCommand Asks to identify a remote server.
InventoryPromptCommand Provides a view into the inventory.
ListDataPromptCommand Allows you to peek into the agent's data directory.
LogPromptCommand Command to configure some of the log settings.
MetricsPromptCommand Displays the current metrics emitted by the agent itself.
NativePromptCommand Provides access to the native system.
PingPromptCommand Sends a remote ping request to the server.
PiqlPromptCommand  
PluginContainerPromptCommand Allows you to manually start and stop the plugin container.
PluginsPromptCommand Allows you to manually update the plugins.
RegisterPromptCommand Attempts to register the agent with the server which assigns a security token to this agent.
RemoteCommandPromptCommand This builds a command based on the prompt command's arguments and issues a remote command request (just as if the agent was a remote client).
SchedulesPromptCommand  
SenderPromptCommand Command to forcibly start or stop the agent's client command sender.
ServerAsyncCommandPromptCommand This builds a command based on the prompt command's arguments and sends a remote command request to the JON Server asynchronously.
ServerCommandPromptCommand This builds a command based on the prompt command's arguments and sends a remote command request to the JON Server.
SetConfigPromptCommand Sets an agent configuration preference and sets a system property to enable it to override any existing preference.
SetupPromptCommand Sets up the agent with configuration information that the user enters at the prompt.
ShutdownPromptCommand Shuts down the agent but leaves the agent running.
SleepPromptCommand Simply sleeps.
StartPromptCommand Starts the agent such that it can begin accepting incoming command requests.
UpdatePromptCommand Provides functionality around agent updating.
VersionPromptCommand Displays the version information of the agent.
 



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