xmlBlaster 1.5.1 API

org.xmlBlaster.contrib.replication.impl
Class SpecificDefault.ResultHandler

java.lang.Object
  extended byorg.xmlBlaster.contrib.replication.impl.SpecificDefault.ResultHandler
All Implemented Interfaces:
I_ResultCb
Enclosing class:
SpecificDefault

class SpecificDefault.ResultHandler
extends java.lang.Object
implements I_ResultCb


Field Summary
private  java.lang.String destination
           
private  InitialUpdater initialUpdater
           
private  long newReplKey
           
private  int rowsPerMessage
           
private  SqlInfo sqlInfo
           
 
Constructor Summary
SpecificDefault.ResultHandler(InitialUpdater initialUpdater, SqlInfo sqlInfo, long newReplKey, int rowsPerMessage, java.lang.String destination)
           
 
Method Summary
 void result(java.sql.ResultSet rs)
          Callback with the ResultSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowsPerMessage

private int rowsPerMessage

initialUpdater

private InitialUpdater initialUpdater

sqlInfo

private SqlInfo sqlInfo

newReplKey

private long newReplKey

destination

private java.lang.String destination
Constructor Detail

SpecificDefault.ResultHandler

public SpecificDefault.ResultHandler(InitialUpdater initialUpdater,
                                     SqlInfo sqlInfo,
                                     long newReplKey,
                                     int rowsPerMessage,
                                     java.lang.String destination)
Method Detail

result

public final void result(java.sql.ResultSet rs)
                  throws java.lang.Exception
Description copied from interface: I_ResultCb
Callback with the ResultSet.

Specified by:
result in interface I_ResultCb
Parameters:
rs - The current ResultSet, is null if table or view does not exist
Throws:
java.lang.Exception - Can be of any type
See Also:
I_ResultCb#init(ResultSet)

xmlBlaster 1.5.1 API

Copyright © 1999-2007 The xmlBlaster.org contributers.