Class ChainBase

java.lang.Object
org.apache.commons.chain.impl.ChainBase
All Implemented Interfaces:
Chain, Command

public class ChainBase extends Object implements Chain

Convenience base class for Chain implementations.

Version:
$Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $
Author:
Craig R. McClanahan
  • Field Details

    • commands

      protected Command[] commands

      The list of Commands configured for this Chain, in the order in which they may delegate processing to the remainder of the Chain.

    • frozen

      protected boolean frozen

      Flag indicating whether the configuration of our commands list has been frozen by a call to the execute() method.

  • Constructor Details

  • Method Details