org.jumpmind.symmetric.service
Interface IExtractListener
public interface IExtractListener
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.