org.springframework.batch.repeat.policy
Class MockCompletionPolicySupport

java.lang.Object
  extended by org.springframework.batch.repeat.policy.CompletionPolicySupport
      extended by org.springframework.batch.repeat.policy.MockCompletionPolicySupport
All Implemented Interfaces:
CompletionPolicy

public class MockCompletionPolicySupport
extends CompletionPolicySupport


Constructor Summary
MockCompletionPolicySupport()
           
 
Method Summary
 boolean isComplete(RepeatContext context)
           
 
Methods inherited from class org.springframework.batch.repeat.policy.CompletionPolicySupport
isComplete, start, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockCompletionPolicySupport

public MockCompletionPolicySupport()
Method Detail

isComplete

public boolean isComplete(RepeatContext context)
Specified by:
isComplete in interface CompletionPolicy
Overrides:
isComplete in class CompletionPolicySupport


Copyright © 2008 SpringSource. All Rights Reserved.