xmlBlaster 2.2.0 contributions API

Uses of Interface
org.xmlBlaster.contrib.dbwatcher.convert.I_DataConverter

Packages that use I_DataConverter
org.xmlBlaster.contrib.dbwatcher.convert   
org.xmlBlaster.contrib.dbwatcher.detector   
org.xmlBlaster.contrib.replication   
 

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

Classes in org.xmlBlaster.contrib.dbwatcher.convert that implement I_DataConverter
 class ResultSetToXmlConverter
          Creates a standardized XML dump from the given ResultSets.
 

Uses of I_DataConverter in org.xmlBlaster.contrib.dbwatcher.detector
 

Fields in org.xmlBlaster.contrib.dbwatcher.detector declared as I_DataConverter
protected  I_DataConverter TimestampChangeDetector.dataConverter
           
protected  I_DataConverter MD5ChangeDetector.dataConverter
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_DataConverter
 void TimestampChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
           
 void MD5ChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Needs to be called after construction.
 void I_ChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Needs to be called after construction.
 

Constructors in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_DataConverter
MD5ChangeDetector(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Convenience constructor which calls MD5ChangeDetector.init(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.dbwatcher.I_ChangeListener, org.xmlBlaster.contrib.dbwatcher.convert.I_DataConverter).
 

Uses of I_DataConverter in org.xmlBlaster.contrib.replication
 

Classes in org.xmlBlaster.contrib.replication that implement I_DataConverter
 class ReplicationConverter
          Creates a standardized XML dump from the given ResultSets.
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.