xmlBlaster 1.6.2 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.
 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.
 void DbWatcher.hasChanged(ChangeEvent changeEvent)
           
private  boolean DbWatcher.hasChanged(ChangeEvent changeEvent, boolean recursion)
          Publishes a message if it has changed and if it has not to be ignored.
 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
 

Fields in org.xmlBlaster.contrib.replication declared as ChangeEvent
private  ChangeEvent ReplicationConverter.event
           
 

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 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.