Save This Page
Home » commons-chain-1.2-src » org.apache.commons » chain » impl » [javadoc | source]
org.apache.commons.chain.impl
public class: DelegatingCommand [javadoc | source]
java.lang.Object
   org.apache.commons.chain.impl.NonDelegatingCommand
      org.apache.commons.chain.impl.DelegatingCommand

All Implemented Interfaces:
    Command

Implementation of Command that logs its identifier and and delegates to the rest of the chain.

Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand:
id
Constructor:
 public DelegatingCommand() 
 public DelegatingCommand(String id) 
Method from org.apache.commons.chain.impl.DelegatingCommand Summary:
execute
Methods from org.apache.commons.chain.impl.NonDelegatingCommand:
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.DelegatingCommand Detail:
 public boolean execute(Context context) throws Exception