Uses of Interface
org.jumpmind.symmetric.load.IBatchListener

Packages that use IBatchListener
org.jumpmind.symmetric.ext   
org.jumpmind.symmetric.load   
org.jumpmind.symmetric.service   
org.jumpmind.symmetric.service.impl   
 

Uses of IBatchListener in org.jumpmind.symmetric.ext
 

Subinterfaces of IBatchListener in org.jumpmind.symmetric.ext
 interface IPublisherFilter
           
 

Classes in org.jumpmind.symmetric.ext that implement IBatchListener
 class AbstractTextPublisherFilter
          An abstract convenience class meant to be implemented by classes that need to publish text messages
 class TemplatedPublisherFilter
          A convenience class that allows the end user to template a message using SymmetricDS filter data.
 class XmlPublisherFilter
          This is an optional data loader filter/listener that is capable of translating table data to XML and publishing it to JMS for consumption by the enterprise.
 

Uses of IBatchListener in org.jumpmind.symmetric.load
 

Classes in org.jumpmind.symmetric.load that implement IBatchListener
 class SyncTriggersRequiredFilter
          An out of the box filter that checks to see if the SymmetricDS trigger configuration has changed.
 

Uses of IBatchListener in org.jumpmind.symmetric.service
 

Methods in org.jumpmind.symmetric.service with parameters of type IBatchListener
 void IDataLoaderService.addBatchListener(IBatchListener listener)
           
 

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

Fields in org.jumpmind.symmetric.service.impl with type parameters of type IBatchListener
protected  java.util.List<IBatchListener> DataLoaderService.batchListeners
           
 

Methods in org.jumpmind.symmetric.service.impl with parameters of type IBatchListener
 void DataLoaderService.addBatchListener(IBatchListener batchListener)
           
 

Method parameters in org.jumpmind.symmetric.service.impl with type arguments of type IBatchListener
 void DataLoaderService.setBatchListeners(java.util.List<IBatchListener> batchListeners)
           
 



Copyright © 2007-2008. All Rights Reserved.