org.xmlBlaster.contrib.replication.impl
Class SpecificDefault.ResultHandler
java.lang.Object
org.xmlBlaster.contrib.replication.impl.SpecificDefault.ResultHandler
- All Implemented Interfaces:
- I_ResultCb
- Enclosing class:
- SpecificDefault
- class SpecificDefault.ResultHandler
- extends java.lang.Object
- implements I_ResultCb
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 |
rowsPerMessage
private int rowsPerMessage
initialUpdater
private InitialUpdater initialUpdater
sqlInfo
private SqlInfo sqlInfo
newReplKey
private long newReplKey
destination
private java.lang.String destination
SpecificDefault.ResultHandler
public SpecificDefault.ResultHandler(InitialUpdater initialUpdater,
SqlInfo sqlInfo,
long newReplKey,
int rowsPerMessage,
java.lang.String destination)
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)
Copyright © 1999-2007 The xmlBlaster.org contributers.