xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.contrib.I_ChangePublisher

Packages that use I_ChangePublisher
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher DbWatcher: Polling a database for changes. 
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.test.contrib.replication   
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib
 

Classes in org.xmlBlaster.contrib that implement I_ChangePublisher
 class MomEventEngine
           
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib.dbwatcher
 

Fields in org.xmlBlaster.contrib.dbwatcher declared as I_ChangePublisher
private  I_ChangePublisher DbWatcher.publisher
           
 

Methods in org.xmlBlaster.contrib.dbwatcher that return I_ChangePublisher
static I_ChangePublisher DbWatcher.getChangePublisher(I_Info info)
           
 I_ChangePublisher DbWatcher.getMom()
          Access the MoM handele.
 

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

Classes in org.xmlBlaster.contrib.dbwatcher.mom that implement I_ChangePublisher
 class XmlBlasterPublisher
          Implementation to send change events to xmlBlaster.
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib.dbwriter
 

Classes in org.xmlBlaster.contrib.dbwriter that implement I_ChangePublisher
 class SqlInfoStreamPublisher
           
 

Fields in org.xmlBlaster.contrib.dbwriter declared as I_ChangePublisher
private  I_ChangePublisher DbWriter.eventEngine
           
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib.replication
 

Fields in org.xmlBlaster.contrib.replication declared as I_ChangePublisher
private  I_ChangePublisher ReplSourceEngine.publisher
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_ChangePublisher
static void ReplSourceEngine.sendInitReplMsg(I_ChangePublisher publisher, java.lang.String[] slaveSessionNames, java.lang.String prefixWithVersion, java.lang.String cascadeSlaveSessionName, java.lang.String cascadeReplicationPrefix, java.lang.String realInitialFilesLocation, boolean force)
          Sending this message will reactivate the Dispatcher of the associated slave
 

Constructors in org.xmlBlaster.contrib.replication with parameters of type I_ChangePublisher
ReplSourceEngine(java.lang.String replPrefix, I_ChangePublisher publisher, I_ReplSource source)
           
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib.replication.impl
 

Fields in org.xmlBlaster.contrib.replication.impl declared as I_ChangePublisher
protected  I_ChangePublisher InitialUpdater.publisher
          used to publish CREATE changes
 

Uses of I_ChangePublisher in org.xmlBlaster.test.contrib.replication
 

Classes in org.xmlBlaster.test.contrib.replication that implement I_ChangePublisher
 class TestDbBasics
          Test basic functionality of the database.
 class TestDbSpecific
          Test basic functionality which is specific for each database implementation.
 class TestSyncPart
          Tests the synchronous part of the replication, i.e.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.