xmlBlaster 2.2.0 contributions API

Uses of Class
org.xmlBlaster.contrib.dbwatcher.ChangeEvent

Packages that use ChangeEvent
org.xmlBlaster.contrib.dbwatcher DbWatcher: Polling a database for changes. 
org.xmlBlaster.contrib.dbwatcher.convert   
org.xmlBlaster.contrib.replication   
 

Uses of ChangeEvent in org.xmlBlaster.contrib.dbwatcher
 

Methods in org.xmlBlaster.contrib.dbwatcher with parameters of type ChangeEvent
 void I_ChangeListener.hasChanged(ChangeEvent changeEvent)
          Is called for every data source changed.
 void DbWatcher.hasChanged(ChangeEvent changeEvent)
           
 int I_ChangeListener.publishMessagesFromStmt(java.lang.String stmt, boolean useGroupCol, ChangeEvent changeEvent, java.sql.Connection conn)
          Does a SQL query with stmt and sends all ResultSets to I_ChangePublisher.
 int DbWatcher.publishMessagesFromStmt(java.lang.String stmt, boolean useGroupCol, ChangeEvent changeEvent, java.sql.Connection conn)
           
 

Uses of ChangeEvent in org.xmlBlaster.contrib.dbwatcher.convert
 

Methods in org.xmlBlaster.contrib.dbwatcher.convert with parameters of type ChangeEvent
 void I_DataConverter.setOutputStream(java.io.OutputStream out, java.lang.String command, java.lang.String ident, ChangeEvent event)
          This has to be called before the first I_DataConverter.addInfo(Map) or #addInfo(ResultSet, int) call.
 void ResultSetToXmlConverter.setOutputStream(java.io.OutputStream out, java.lang.String command, java.lang.String ident, ChangeEvent event)
          This should be called before the first #addInfo(ResultSet) call.
 

Uses of ChangeEvent in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type ChangeEvent
 void ReplicationConverter.setOutputStream(java.io.OutputStream out, java.lang.String command, java.lang.String ident, ChangeEvent event)
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.