Uses of Class
org.jumpmind.symmetric.model.IncomingBatchHistory

Packages that use IncomingBatchHistory
org.jumpmind.symmetric.ext   
org.jumpmind.symmetric.load   
org.jumpmind.symmetric.service   
org.jumpmind.symmetric.service.impl   
org.jumpmind.symmetric.transport   
org.jumpmind.symmetric.transport.http   
org.jumpmind.symmetric.transport.internal   
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.ext
 

Methods in org.jumpmind.symmetric.ext with parameters of type IncomingBatchHistory
 void XmlPublisherFilter.batchComplete(IDataLoader loader, IncomingBatchHistory hist)
           
 void AbstractTextPublisherFilter.batchComplete(IDataLoader loader, IncomingBatchHistory hist)
           
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.load
 

Methods in org.jumpmind.symmetric.load with parameters of type IncomingBatchHistory
 void SyncTriggersRequiredFilter.batchComplete(IDataLoader loader, IncomingBatchHistory history)
           
 void IBatchListener.batchComplete(IDataLoader loader, IncomingBatchHistory history)
          This method is called after a batch has been successfully processed.
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.service
 

Methods in org.jumpmind.symmetric.service that return types with arguments of type IncomingBatchHistory
 java.util.List<IncomingBatchHistory> IIncomingBatchService.findIncomingBatchHistory(long batchId, java.lang.String nodeId)
           
 

Methods in org.jumpmind.symmetric.service with parameters of type IncomingBatchHistory
 void IIncomingBatchService.insertIncomingBatchHistory(IncomingBatchHistory history)
           
 

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

Methods in org.jumpmind.symmetric.service.impl that return types with arguments of type IncomingBatchHistory
 java.util.List<IncomingBatchHistory> IncomingBatchService.findIncomingBatchHistory(long batchId, java.lang.String nodeId)
           
protected  java.util.List<IncomingBatchHistory> DataLoaderService.loadDataAndReturnBatches(IIncomingTransport transport)
          Load database from input stream and return a list of batch statuses.
 

Methods in org.jumpmind.symmetric.service.impl with parameters of type IncomingBatchHistory
protected  void DataLoaderService.handleBatchError(IncomingBatch status, IncomingBatchHistory history)
           
 void IncomingBatchService.insertIncomingBatchHistory(IncomingBatchHistory history)
           
protected  void DataLoaderService.loadBatch(IDataLoader dataLoader, IncomingBatch status, IncomingBatchHistory history)
           
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.transport
 

Method parameters in org.jumpmind.symmetric.transport with type arguments of type IncomingBatchHistory
protected  java.lang.String AbstractTransportManager.getAcknowledgementData(java.lang.String nodeId, java.util.List<IncomingBatchHistory> list)
           
 boolean ITransportManager.sendAcknowledgement(Node remote, java.util.List<IncomingBatchHistory> list, Node local)
           
 void ITransportManager.writeAcknowledgement(java.io.OutputStream out, java.util.List<IncomingBatchHistory> list)
           
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.transport.http
 

Method parameters in org.jumpmind.symmetric.transport.http with type arguments of type IncomingBatchHistory
 boolean HttpTransportManager.sendAcknowledgement(Node remote, java.util.List<IncomingBatchHistory> list, Node local)
           
 void HttpTransportManager.writeAcknowledgement(java.io.OutputStream out, java.util.List<IncomingBatchHistory> list)
           
 

Uses of IncomingBatchHistory in org.jumpmind.symmetric.transport.internal
 

Method parameters in org.jumpmind.symmetric.transport.internal with type arguments of type IncomingBatchHistory
 boolean InternalTransportManager.sendAcknowledgement(Node remote, java.util.List<IncomingBatchHistory> list, Node local)
           
 void InternalTransportManager.writeAcknowledgement(java.io.OutputStream out, java.util.List<IncomingBatchHistory> list)
           
 



Copyright © 2007-2008. All Rights Reserved.