xmlBlaster 2.2.0 contributions API

Uses of Interface
org.xmlBlaster.contrib.I_ContribPlugin

Packages that use I_ContribPlugin
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.db   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of I_ContribPlugin in org.xmlBlaster.contrib
 

Subinterfaces of I_ContribPlugin in org.xmlBlaster.contrib
 interface I_ChangePublisher
          Interface to hide the publisher destination.
 

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

Uses of I_ContribPlugin in org.xmlBlaster.contrib.db
 

Subinterfaces of I_ContribPlugin in org.xmlBlaster.contrib.db
 interface I_DbPool
          Interface to a JDBC pool implementation.
 

Classes in org.xmlBlaster.contrib.db that implement I_ContribPlugin
 class DbPool
          Simple implementation of the database JDBC connection pool.
 class DbWaitingPool
          Simple implementation of the database JDBC connection pool.
 

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

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

Uses of I_ContribPlugin in org.xmlBlaster.contrib.dbwriter
 

Subinterfaces of I_ContribPlugin in org.xmlBlaster.contrib.dbwriter
 interface I_Parser
          Parse SqlInfo
 interface I_Writer
           
 

Classes in org.xmlBlaster.contrib.dbwriter that implement I_ContribPlugin
 class DefaultWriter
           
 class SqlInfoParser
           
 class SqlInfoStreamPublisher
           
 

Uses of I_ContribPlugin in org.xmlBlaster.contrib.dbwriter.info
 

Subinterfaces of I_ContribPlugin in org.xmlBlaster.contrib.dbwriter.info
 interface I_PrePostStatement
          I_PrePostStatement is an interface which is invoked just before a statement is invoked for a row and just after.
 

Uses of I_ContribPlugin in org.xmlBlaster.contrib.replication
 

Subinterfaces of I_ContribPlugin in org.xmlBlaster.contrib.replication
 interface I_DbSpecific
           
 interface I_Mapper
           
 interface I_ReplSlave
          I_ReplSlave
 

Classes in org.xmlBlaster.contrib.replication that implement I_ContribPlugin
 class ReplicationDumper
           
 class ReplicationWriter
           
 class ReplSlave
          ReplSlave Used Topics: com.avitech-ag.repl.${replName}.data
This is the topic used to send the replication data to the slaves.
 class SqlPrePostStatement
          SqlPrePostStatement allows the replication to execute a stored procedure before and / or after the operation on the replica (it is invoked as an optional plugin by the ReplicationWriter).
 

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

Classes in org.xmlBlaster.contrib.replication.impl that implement I_ContribPlugin
 class DefaultMapper
          DefaultMapper makes a one to one mapping unless for tables in which case it is read from the property 'replication.mapper.tables'.
 class InitialUpdater
           
 class SearchableConfig
          SearchableConfig
 class SpecificDB2
           
 class SpecificDbReadonly
           
 class SpecificDefault
           
 class SpecificOracle
           
 class SpecificPostgres
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.