org.alfresco.repo.action
Class ActionServiceImplTest.SleepActionFilter

java.lang.Object
  extended by org.alfresco.repo.action.AbstractAsynchronousActionFilter
      extended by org.alfresco.repo.action.ActionServiceImplTest.SleepActionFilter
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
ActionServiceImplTest

public static class ActionServiceImplTest.SleepActionFilter
extends AbstractAsynchronousActionFilter

This class is only used during JUnit testing.


Constructor Summary
ActionServiceImplTest.SleepActionFilter()
           
 
Method Summary
 int compare(OngoingAsyncAction sae1, OngoingAsyncAction sae2)
           
 
Methods inherited from class org.alfresco.repo.action.AbstractAsynchronousActionFilter
getActionDefinitionName, getName, init, setActionDefinitionName, setAsynchronousActionExecutionQueue, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ActionServiceImplTest.SleepActionFilter

public ActionServiceImplTest.SleepActionFilter()
Method Detail

compare

public int compare(OngoingAsyncAction sae1,
                   OngoingAsyncAction sae2)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.