Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_NAME |
Constructor and Description |
---|
PingCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of this command.
|
java.util.Map |
process(IRPMService rpmService,
java.util.Map arguments)
Executes this command.
|
public static final java.lang.String COMMAND_NAME
public java.util.Map process(IRPMService rpmService, java.util.Map arguments) throws CommandException
Command
CommandParser.beforeHarvest(java.lang.String, com.newrelic.agent.stats.StatsEngine)
if
it receives a command from the rpm service that matches this command.process
in interface Command
CommandException