net.sourceforge.domian.repository
Class AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy<T>

java.lang.Object
  extended by net.sourceforge.domian.repository.AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy<T>
All Implemented Interfaces:
java.util.concurrent.Callable<java.util.Iterator<T>>
Enclosing class:
AbstractXStreamXmlFilePerEntityRepository<T extends Entity>

protected class AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy<T>
extends java.lang.Object
implements java.util.concurrent.Callable<java.util.Iterator<T>>


Field Summary
private  Specification<T> specification
           
 
Constructor Summary
protected AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy(Specification<T> specification)
           
 
Method Summary
 java.util.Iterator<T> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specification

private Specification<T> specification
Constructor Detail

AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy

protected AbstractXStreamXmlFilePerEntityRepository.IterateAllEntitiesSpecifiedBy(Specification<T> specification)
Method Detail

call

public java.util.Iterator<T> call()
                           throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.util.Iterator<T>>
Throws:
java.lang.Exception


Copyright © 2008-2010. All Rights Reserved.