org.rhq.enterprise.agent
Class ExternalizableStrategyCommandPreprocessor

java.lang.Object
  extended by 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

Constructor Summary
ExternalizableStrategyCommandPreprocessor()
           
 
Method Summary
 void preprocess(Command command, ClientCommandSender sender)
          Ensure the AGENT strategy is employed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalizableStrategyCommandPreprocessor

public ExternalizableStrategyCommandPreprocessor()
Method Detail

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.