xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.contrib.I_Update

Packages that use I_Update
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.filewriter   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.test Tests running xmlBlaster instances with ugly behaving clients. 
org.xmlBlaster.test.contrib.replication   
 

Uses of I_Update in org.xmlBlaster.contrib
 

Fields in org.xmlBlaster.contrib declared as I_Update
protected  I_Update MomEventEngine.eventHandler
           
 

Methods in org.xmlBlaster.contrib with parameters of type I_Update
 boolean MomEventEngine.registerAlertListener(I_Update update, java.util.Map attrs)
           
 boolean I_ChangePublisher.registerAlertListener(I_Update update, java.util.Map attrs)
          Register for alerts when the data source has changed.
 

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

Fields in org.xmlBlaster.contrib.dbwatcher.mom declared as I_Update
private  I_Update XmlBlasterPublisher.defaultUpdate
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.mom with parameters of type I_Update
 boolean XmlBlasterPublisher.registerAlertListener(I_Update momCb, java.util.Map attrs)
          Subscribes on the alert topic as configured with mom.alertSubscribeKey.
 java.lang.String XmlBlasterPublisher.subscribe(java.lang.String topic, I_Update momCb)
          Not available via interface, used by test suite only.
 

Uses of I_Update in org.xmlBlaster.contrib.dbwriter
 

Subinterfaces of I_Update in org.xmlBlaster.contrib.dbwriter
 interface I_Writer
           
 

Classes in org.xmlBlaster.contrib.dbwriter that implement I_Update
 class DbWriter
           
 class DefaultWriter
           
 

Fields in org.xmlBlaster.contrib.dbwriter declared as I_Update
protected  I_Update SqlInfoStreamPublisher.eventHandler
           
private  I_Update DbWriter.registeredForUpdates
           
 

Methods in org.xmlBlaster.contrib.dbwriter with parameters of type I_Update
 boolean SqlInfoStreamPublisher.registerAlertListener(I_Update update, java.util.Map attrs)
           
 void DbWriter.registerForUpdates(I_Update registeredForUpdates)
           
 

Uses of I_Update in org.xmlBlaster.contrib.filewriter
 

Classes in org.xmlBlaster.contrib.filewriter that implement I_Update
 class FileWriterCallback
          FileWriterCallback stores messages to the file system.
 

Uses of I_Update in org.xmlBlaster.contrib.replication
 

Classes in org.xmlBlaster.contrib.replication that implement I_Update
 class ReplicationDumper
           
 class ReplicationWriter
           
 class ReplSourceEngine
           
 

Fields in org.xmlBlaster.contrib.replication declared as I_Update
private  I_Update ReplicationWriter.callback
           
private  I_Update ReplicationDumper.callback
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_Update
 void ReplicationAgent.registerForUpdates(I_Update registeredForUpdates)
           
 

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

Classes in org.xmlBlaster.contrib.replication.impl that implement I_Update
 class InitialUpdater
           
 

Uses of I_Update in org.xmlBlaster.test
 

Classes in org.xmlBlaster.test that implement I_Update
 class MsgInterceptor
          Intercepts incoming message in update() and collects them in a Vector for nice handling.
 

Fields in org.xmlBlaster.test declared as I_Update
private  I_Update MsgInterceptor.contribTestsuite
           
 

Constructors in org.xmlBlaster.test with parameters of type I_Update
MsgInterceptor(Global glob, java.util.logging.Logger log, I_Callback testsuite, I_Update contribTestsuite)
           
 

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

Methods in org.xmlBlaster.test.contrib.replication with parameters of type I_Update
 boolean TestSyncPart.registerAlertListener(I_Update momCb, java.util.Map attrs)
           
 boolean TestDbSpecific.registerAlertListener(I_Update momCb, java.util.Map attrs)
           
 boolean TestDbBasics.registerAlertListener(I_Update momCb, java.util.Map attrs)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.