xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.contrib.dbwatcher.detector.I_ChangeDetector

Packages that use I_ChangeDetector
org.xmlBlaster.contrib.dbwatcher DbWatcher: Polling a database for changes. 
org.xmlBlaster.contrib.dbwatcher.detector   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.replication   
 

Uses of I_ChangeDetector in org.xmlBlaster.contrib.dbwatcher
 

Fields in org.xmlBlaster.contrib.dbwatcher declared as I_ChangeDetector
private  I_ChangeDetector DbWatcher.changeDetector
           
 

Methods in org.xmlBlaster.contrib.dbwatcher that return I_ChangeDetector
 I_ChangeDetector DbWatcher.getChangeDetector()
          Access the change detector handele.
 

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

Classes in org.xmlBlaster.contrib.dbwatcher.detector that implement I_ChangeDetector
 class MD5ChangeDetector
          Check the database and compare the MD5 of the result set to the previous one.
 class TimestampChangeDetector
          Check the database and compare the change timestamp of a table to the previous one.
 

Fields in org.xmlBlaster.contrib.dbwatcher.detector declared as I_ChangeDetector
private  I_ChangeDetector AlertScheduler.changeDetector
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_ChangeDetector
 void I_AlertProducer.init(I_Info info, I_ChangeDetector changeDetector)
          Needs to be called after construction.
 void AlertScheduler.init(I_Info info, I_ChangeDetector changeDetector)
           
 

Constructors in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_ChangeDetector
AlertScheduler(I_Info info, I_ChangeDetector changeDetector)
          Create a scheduler, calls AlertScheduler.init(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.dbwatcher.detector.I_ChangeDetector).
 

Uses of I_ChangeDetector in org.xmlBlaster.contrib.dbwatcher.mom
 

Fields in org.xmlBlaster.contrib.dbwatcher.mom declared as I_ChangeDetector
protected  I_ChangeDetector XmlBlasterPublisher.changeDetector
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.mom with parameters of type I_ChangeDetector
 void XmlBlasterPublisher.init(I_Info info, I_ChangeDetector changeDetector)
          If called we shall subcribe to xmlBlaster for alert messages which notifies us that there may be new changes available, we call checkAgain(java.util.Map) in such a case.
 

Uses of I_ChangeDetector in org.xmlBlaster.contrib.replication
 

Fields in org.xmlBlaster.contrib.replication declared as I_ChangeDetector
private  I_ChangeDetector OracleByEventsScheduler.changeDetector
           
private  I_ChangeDetector OracleByEventsScheduler.SchedulerRunner.changeDetector
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_ChangeDetector
 void OracleByEventsScheduler.init(I_Info info, I_ChangeDetector changeDetector)
           
 void ReplicationScheduler.init(I_Info info, I_ChangeDetector changeDetector)
           
 

Constructors in org.xmlBlaster.contrib.replication with parameters of type I_ChangeDetector
OracleByEventsScheduler.SchedulerRunner(I_Info info, I_ChangeDetector changeDetector)
           
OracleByEventsScheduler(I_Info info, I_ChangeDetector changeDetector)
          Create a scheduler, calls OracleByEventsScheduler.init(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.dbwatcher.detector.I_ChangeDetector).
ReplicationScheduler(I_Info info, I_ChangeDetector changeDetector)
          Create a scheduler, calls ReplicationScheduler.init(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.dbwatcher.detector.I_ChangeDetector).
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.