Uses of Interface
net.sf.xaj.XmlDbBatchHandler

Packages that use XmlDbBatchHandler
net.sf.xaj   
net.sf.xaj.core   
 

Uses of XmlDbBatchHandler in net.sf.xaj
 

Methods in net.sf.xaj with parameters of type XmlDbBatchHandler
 XmlDb.BatchTaskResult XmlDb.processBatch(java.lang.Iterable<XmlResource> resources, XmlDbBatchHandler handler)
          Process a set of XmlResource objects.
 

Uses of XmlDbBatchHandler in net.sf.xaj.core
 

Classes in net.sf.xaj.core that implement XmlDbBatchHandler
 class StoreBatchHandler
          Simple XmlDbBatchHandler that stores each document.
 

Methods in net.sf.xaj.core with parameters of type XmlDbBatchHandler
 XmlDb.BatchTaskResult ReplicatingXmlDb.processBatch(java.lang.Iterable<XmlResource> resources, XmlDbBatchHandler handler)
           
 XmlDb.BatchTaskResult AbstractDiscoverableXmlDb.processBatch(java.lang.Iterable<XmlResource> resources, XmlDbBatchHandler handler)