Uses of Class
org.apache.commons.chain.impl.NonDelegatingCommand

Packages that use NonDelegatingCommand
org.apache.commons.chain.impl   
 

Uses of NonDelegatingCommand in org.apache.commons.chain.impl
 

Subclasses of NonDelegatingCommand in org.apache.commons.chain.impl
 class AddingCommand
          Implementation of Command that logs its identifier and and attempts to add a new Command to the Chain.
 class DelegatingCommand
          Implementation of Command that logs its identifier and and delegates to the rest of the chain.
 class DelegatingFilter
          Implementation of Filter that logs its identifier and and delegates to the rest of the chain.
 class ExceptionCommand
          Implementation of Command that logs its identifier and and throws an Exception.
 class ExceptionFilter
          Implementation of Filter that logs its identifier and and throws an Exception.
 class NonDelegatingFilter
          Implementation of Filter that logs its identifier and and returns true.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.