com.raritantechnologies.google.connector
Class RTIDocumentList
java.lang.Object
com.raritantechnologies.google.connector.RTIDocumentList
- All Implemented Interfaces:
- IGatewayListener
- public class RTIDocumentList
- extends java.lang.Object
- implements IGatewayListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTIDocumentList
public RTIDocumentList(ICollectionGateway collGateway)
startGateway
public void startGateway()
resumeAt
public void resumeAt(java.lang.String checkPoint)
setBatchSize
public void setBatchSize(int batchSize)
nextDocument
public Document nextDocument()
throws RepositoryException
- Throws:
RepositoryException
checkpoint
public java.lang.String checkpoint()
throws RepositoryException
- Throws:
RepositoryException
processData
public void processData(IResultSet resultSet)
- Description copied from interface:
IGatewayListener
- Command to process a set of results generated by an ICollectionGateway
implementation.
- Specified by:
processData in interface IGatewayListener
dataComplete
public void dataComplete(java.lang.Object gateway)
- Description copied from interface:
IGatewayListener
- Message sent by ICollectionGateway after the last IResultSet has been submitted
for processing.
- Specified by:
dataComplete in interface IGatewayListener
gatewayFailed
public void gatewayFailed(java.lang.String message)
- Specified by:
gatewayFailed in interface IGatewayListener