xmlBlaster 2.2.0 contributions 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   
 

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
 

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
           
 

Uses of I_ChangePublisher in org.xmlBlaster.contrib.replication
 

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
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.