org.rhq.enterprise.agent
Class ExternalizableStrategyCommandPreprocessor
java.lang.Object
org.rhq.enterprise.agent.ExternalizableStrategyCommandPreprocessor
- All Implemented Interfaces:
- CommandPreprocessor
public class ExternalizableStrategyCommandPreprocessor
- extends Object
- implements CommandPreprocessor
This command preprocessor is intended to be installed on the agent's ClientCommandSender so that all commands
will get an ExternalizableStrategy inserted into their configuration.
- Author:
- Jay Shaughnessy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalizableStrategyCommandPreprocessor
public ExternalizableStrategyCommandPreprocessor()
preprocess
public void preprocess(Command command,
ClientCommandSender sender)
- Ensure the AGENT strategy is employed.
- Specified by:
preprocess in interface CommandPreprocessor
- See Also:
CommandPreprocessor.preprocess(Command, ClientCommandSender)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.