org.jmock.core
Class FIFOInvocationDispatcher

java.lang.Object
  extended by org.jmock.core.AbstractInvocationDispatcher
      extended by org.jmock.core.FIFOInvocationDispatcher
All Implemented Interfaces:
InvocationDispatcher, SelfDescribing, Verifiable

public class FIFOInvocationDispatcher
extends AbstractInvocationDispatcher


Field Summary
 
Fields inherited from class org.jmock.core.AbstractInvocationDispatcher
defaultStub, invokables, NO_EXPECTATIONS_MESSAGE
 
Constructor Summary
FIFOInvocationDispatcher()
           
 
Method Summary
protected  Iterator dispatchOrder(List invokablesList)
           
 
Methods inherited from class org.jmock.core.AbstractInvocationDispatcher
add, clear, describeTo, dispatch, setDefaultStub, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOInvocationDispatcher

public FIFOInvocationDispatcher()
Method Detail

dispatchOrder

protected Iterator dispatchOrder(List invokablesList)
Specified by:
dispatchOrder in class AbstractInvocationDispatcher