Uses of Interface
org.rhq.enterprise.agent.promptcmd.AgentPromptCommand

Packages that use AgentPromptCommand
org.rhq.enterprise.agent   
org.rhq.enterprise.agent.promptcmd   
org.rhq.enterprise.agent.promptcmd.aliases   
 

Uses of AgentPromptCommand in org.rhq.enterprise.agent
 

Classes in org.rhq.enterprise.agent that implement AgentPromptCommand
 class TimerPromptCommand
          A special prompt command that simply times the execution of another prompt command.
 

Methods in org.rhq.enterprise.agent that return types with arguments of type AgentPromptCommand
 Map<String,Class<? extends AgentPromptCommand>> AgentMain.getPromptCommands()
          Returns the map containing all the valid prompt command definitions.
 

Uses of AgentPromptCommand in org.rhq.enterprise.agent.promptcmd
 

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

Uses of AgentPromptCommand in org.rhq.enterprise.agent.promptcmd.aliases
 

Classes in org.rhq.enterprise.agent.promptcmd.aliases that implement AgentPromptCommand
 class QuitPromptCommand
           
 



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