java.lang.Objectorg.apache.commons.chain.impl.NonDelegatingCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DelegatingCommand, DelegatingFilter, ExceptionFilter, TestCommand, NonDelegatingFilter, AddingCommand, ExceptionCommand
Implementation of Command that simply logs its identifier and returns.
Craig - R. McClanahan$ - Revision: 155403 $ $Date: 2005-02-26 12:52:46 +0000 (Sat, 26 Feb 2005) $| Field Summary | ||
|---|---|---|
| protected String | id | |
| Constructor: |
|---|
|
|
| Method from org.apache.commons.chain.impl.NonDelegatingCommand Summary: |
|---|
| execute, getId, log, setId |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.impl.NonDelegatingCommand Detail: |
|---|
|
|
Log the specified |
|