Save This Page
Home » commons-chain-1.2-src » org.apache.commons » chain » generic » [javadoc | source]
org.apache.commons.chain.generic
class: DispatchCommandTestCase.TestAlternateContextCommand [javadoc | source]
java.lang.Object
   org.apache.commons.chain.generic.DispatchCommand
      org.apache.commons.chain.generic.DispatchCommandTestCase$TestAlternateContextCommand

All Implemented Interfaces:
    Command

Command which uses alternate method signature.

Title: Commons Chain

Description: An implmentation of the GoF Chain of Responsibility pattern

Copyright: Copyright (c) 2003-2004 The Apache Software Foundation - All Rights Reserved.

Company: The Apache Software Foundation

Fields inherited from org.apache.commons.chain.generic.DispatchCommand:
DEFAULT_SIGNATURE
Method from org.apache.commons.chain.generic.DispatchCommandTestCase$TestAlternateContextCommand Summary:
foo,   getArguments,   getSignature
Methods from org.apache.commons.chain.generic.DispatchCommand:
evaluateResult,   execute,   extractMethod,   getArguments,   getMethod,   getMethodKey,   getSignature,   setMethod,   setMethodKey
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.generic.DispatchCommandTestCase$TestAlternateContextCommand Detail:
 public boolean foo(DispatchCommandTestCase.TestAlternateContext context) 
 protected Object[] getArguments(Context context) 
 protected Class[] getSignature()