public class InstrumentUpdateCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ARG_NAME |
protected static java.lang.String |
ARG_VALUE_MAP_NAME |
| Constructor and Description |
|---|
InstrumentUpdateCommand(RemoteInstrumentationService pService) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getXmlFromMaps(java.util.Map pArguments) |
java.util.Map |
process(IRPMService pRpmService,
java.util.Map pArguments)
Executes this command.
|
getNameprotected static final java.lang.String ARG_NAME
protected static final java.lang.String ARG_VALUE_MAP_NAME
public InstrumentUpdateCommand(RemoteInstrumentationService pService)
public java.util.Map process(IRPMService pRpmService, java.util.Map pArguments) throws CommandException
CommandCommandParser.beforeHarvest(java.lang.String, com.newrelic.agent.stats.StatsEngine) if
it receives a command from the rpm service that matches this command.CommandExceptionprotected static java.lang.String getXmlFromMaps(java.util.Map pArguments)