Class DelegatingCommand

java.lang.Object
org.apache.commons.chain.impl.NonDelegatingCommand
org.apache.commons.chain.impl.DelegatingCommand
All Implemented Interfaces:
Command<Context>

Implementation of Command that logs its identifier and and delegates to the rest of the chain.
Version:
$Revision$ $Date$
Author:
Craig R. McClanahan