|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
| 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. |
| 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 |
| Methods in org.xmlBlaster.contrib.replication with parameters of type I_ChangeDetector | |
void |
ReplicationScheduler.init(I_Info info,
I_ChangeDetector changeDetector)
|
void |
OracleByEventsScheduler.init(I_Info info,
I_ChangeDetector changeDetector)
|
| Constructors in org.xmlBlaster.contrib.replication with parameters of type 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). |
|
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). |
|
|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||