org.jumpmind.symmetric.service
Interface IExtractListener


public interface IExtractListener


Method Summary
 void dataExtracted(Data data)
           
 void done()
           
 void endBatch(OutgoingBatch batch)
          Gets called only if batch has finished and is successful.
 void init()
           
 void startBatch(OutgoingBatch batch)
          Gets called when the start of a batch is found.
 

Method Detail

init

void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

startBatch

void startBatch(OutgoingBatch batch)
                throws java.lang.Exception
Gets called when the start of a batch is found.

Throws:
java.lang.Exception

endBatch

void endBatch(OutgoingBatch batch)
              throws java.lang.Exception
Gets called only if batch has finished and is successful.

Throws:
java.lang.Exception

dataExtracted

void dataExtracted(Data data)
                   throws java.lang.Exception
Throws:
java.lang.Exception

done

void done()
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2008. All Rights Reserved.