java.lang.Objectorg.apache.commons.chain.impl.ChainBase
All Implemented Interfaces:
Chain
Direct Known Subclasses:
TestChain
Convenience base class for Chain implementations.
Craig - R. McClanahan$ - Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $| Field Summary | ||
|---|---|---|
| protected Command[] | commands | The list of Command s configured for this Chain , in the order in which they may delegate processing to the remainder of the Chain . |
| protected boolean | frozen | Flag indicating whether the configuration of our commands list
has been frozen by a call to the |
| Constructor: |
|---|
|
|
|
|
| Method from org.apache.commons.chain.impl.ChainBase Summary: |
|---|
| addCommand, execute, getCommands |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.impl.ChainBase Detail: |
|---|
|
|
|