Uses of Interface
org.jumpmind.symmetric.service.IExtractListener

Packages that use IExtractListener
org.jumpmind.symmetric.service   
org.jumpmind.symmetric.service.impl   
 

Uses of IExtractListener in org.jumpmind.symmetric.service
 

Methods in org.jumpmind.symmetric.service with parameters of type IExtractListener
 boolean IDataExtractorService.extract(Node node, IExtractListener handler)
           
 boolean IDataExtractorService.extractBatchRange(IExtractListener handler, java.lang.String startBatchId, java.lang.String endBatchId)
           
 

Uses of IExtractListener in org.jumpmind.symmetric.service.impl
 

Methods in org.jumpmind.symmetric.service.impl with parameters of type IExtractListener
 boolean DataExtractorService.extract(Node node, IExtractListener handler)
          Allow a handler callback to do the work so we can route the extracted data to other types of handlers for processing.
 boolean DataExtractorService.extractBatchRange(IExtractListener handler, java.lang.String startBatchId, java.lang.String endBatchId)
           
 



Copyright © 2007-2008. All Rights Reserved.