xmlBlaster 2.2.0 contributions API

Uses of Interface
org.xmlBlaster.contrib.I_Info

Packages that use I_Info
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.db   
org.xmlBlaster.contrib.dbwatcher DbWatcher: Polling a database for changes. 
org.xmlBlaster.contrib.dbwatcher.convert   
org.xmlBlaster.contrib.dbwatcher.detector   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.dbwatcher.plugin   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.contrib.filewriter   
org.xmlBlaster.contrib.jmx   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.contrib.scheduler   
org.xmlBlaster.contrib.socketgetter   
 

Uses of I_Info in org.xmlBlaster.contrib
 

Classes in org.xmlBlaster.contrib that implement I_Info
 class ClientPropertiesInfo
          ClientPropertiesInfo This is the I_Info implementation making use of Properties.
 class GlobalInfo
           
 class PropertiesInfo
          PropertiesInfo This is the I_Info implementation making use of Properties.
 

Methods in org.xmlBlaster.contrib with parameters of type I_Info
static java.lang.String GlobalInfo.dump(I_Info info)
           
static void InfoHelper.fillInfoWithEntriesFromInfo(I_Info dest, I_Info source)
          Fills the I_Info with the entries of the map.
static void InfoHelper.fillInfoWithEntriesFromMap(I_Info info, java.util.Map map)
          Fills the I_Info with the entries of the map.
static java.util.Map InfoHelper.getObjectsWithKeyStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper)
          Returns the subset of objects (not normal properties) found in the I_Info object starting with the specified prefix.
static org.xmlBlaster.util.Global GlobalInfo.getOriginalGlobal(I_Info info)
          Returns the Base global.
static java.util.Map InfoHelper.getPropertiesEndingWith(java.lang.String postfix, I_Info info, DbMetaHelper dbHelper, java.lang.String newPostfix)
          Returns the subset of properties found in the I_Info object ending with the specified postfix.
static java.util.Map InfoHelper.getPropertiesStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper)
           
static java.util.Map InfoHelper.getPropertiesStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper, java.lang.String newPrefix)
          Returns the subset of properties found in the I_Info object starting with the specified prefix.
 void MomEventEngine.init(I_Info info)
           
 void I_ContribPlugin.init(I_Info info)
           
 void I_ChangePublisher.init(I_Info info)
          After creation this method is called.
static java.lang.Object GlobalInfo.loadPlugin(I_Info info, java.lang.String pluginClassName, java.lang.String registryName)
          Checks in the registry if such an object exitsts and if not it creates one for you and intializes it.
 void InfoHelper.replaceAllEntries(I_Info info, java.util.Set keysToIgnore)
           
static java.lang.String GlobalInfo.setStrippedHostname(I_Info info, int chCase)
          Convenience to allow the usage of a name mapped to the hostname which can be used as an identifier in a database.
 

Constructors in org.xmlBlaster.contrib with parameters of type I_Info
ClientPropertiesInfo(java.util.Map clientPropertyMap, I_Info extraInfo)
           
GlobalInfo(org.xmlBlaster.util.Global otherGlobal, I_Info additionalInfo)
          Additional infos are added on top of the initial Global configuration.
GlobalInfo(GlobalInfo baseInfo, I_Info additionalInfo)
           
InfoHelper(I_Info info)
           
 

Uses of I_Info in org.xmlBlaster.contrib.db
 

Classes in org.xmlBlaster.contrib.db that implement I_Info
 class DbInfo
          DbInfo This is the I_Info implementation making use of Properties.
 

Methods in org.xmlBlaster.contrib.db that return I_Info
 I_Info I_DbPool.getInfo()
           
 I_Info DbPool.getInfo()
          may be empty and just contains db.* properties
 I_Info DbWaitingPool.getInfo()
          may be empty and just contains db.* properties
 

Methods in org.xmlBlaster.contrib.db with parameters of type I_Info
 void I_DbPool.init(I_Info info)
          Needs to be called after construction.
 void DbPool.init(I_Info info)
           
 void I_DbCreateInterceptor.init(I_Info info)
          Needs to be called after construction.
 void DbWaitingPool.init(I_Info info)
           
 

Constructors in org.xmlBlaster.contrib.db with parameters of type I_Info
DbInfo(I_DbPool pool, java.lang.String id, I_Info info)
           
DbStorage(I_Info info, I_DbPool pool, java.lang.String context)
           
 

Uses of I_Info in org.xmlBlaster.contrib.dbwatcher
 

Classes in org.xmlBlaster.contrib.dbwatcher that implement I_Info
 class Info
          Simple container for environment settings.
 

Methods in org.xmlBlaster.contrib.dbwatcher with parameters of type I_Info
static I_ChangePublisher DbWatcher.getChangePublisher(I_Info info)
           
static I_DbPool DbWatcher.getDbInfoPool(I_Info info)
          We scan for dbinfo.* properties and replace it with db.* in a second info object to use for the configuration of the DbPool.
static I_DbPool DbWatcher.getDbPool(I_Info info)
           
 void DbWatcher.init(I_Info info)
          Creates a processor for changes.
 

Constructors in org.xmlBlaster.contrib.dbwatcher with parameters of type I_Info
DbWatcher(I_Info info)
          Convenience constructor, creates a processor for changes, calls DbWatcher.init(org.xmlBlaster.contrib.I_Info).
 

Uses of I_Info in org.xmlBlaster.contrib.dbwatcher.convert
 

Methods in org.xmlBlaster.contrib.dbwatcher.convert with parameters of type I_Info
 void I_DataConverter.init(I_Info info)
          Needs to be called after construction.
 void I_AttributeTransformer.init(I_Info info)
          Is called after construction.
 void ResultSetToXmlConverter.init(I_Info info)
           
 

Constructors in org.xmlBlaster.contrib.dbwatcher.convert with parameters of type I_Info
ResultSetToXmlConverter(I_Info info)
          Create this plugin.
 

Uses of I_Info in org.xmlBlaster.contrib.dbwatcher.detector
 

Fields in org.xmlBlaster.contrib.dbwatcher.detector declared as I_Info
protected  I_Info TimestampChangeDetector.info
           
protected  I_Info MD5ChangeDetector.info
           
 

Methods in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_Info
 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)
           
 void TimestampChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
           
 void MD5ChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Needs to be called after construction.
 void I_ChangeDetector.init(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Needs to be called after construction.
 

Constructors in org.xmlBlaster.contrib.dbwatcher.detector with parameters of type I_Info
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).
MD5ChangeDetector(I_Info info, I_ChangeListener changeListener, I_DataConverter dataConverter)
          Convenience constructor which calls MD5ChangeDetector.init(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.dbwatcher.I_ChangeListener, org.xmlBlaster.contrib.dbwatcher.convert.I_DataConverter).
 

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

Methods in org.xmlBlaster.contrib.dbwatcher.mom with parameters of type I_Info
 void XmlBlasterPublisher.init(I_Info info)
          If a global is passed with info.getObject("org.xmlBlaster.engine.Global") we take a clone and reuse it.
 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 I_ChangeDetector.checkAgain(java.util.Map) in such a case.
 

Uses of I_Info in org.xmlBlaster.contrib.dbwatcher.plugin
 

Classes in org.xmlBlaster.contrib.dbwatcher.plugin that implement I_Info
 class DbWatcherPlugin
          DbWatcherPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Uses of I_Info in org.xmlBlaster.contrib.dbwriter
 

Classes in org.xmlBlaster.contrib.dbwriter that implement I_Info
 class DbWriterPlugin
          DbWriterPlugin is a plugin wrapper if you want to run DbWriter inside xmlBlaster.
 

Methods in org.xmlBlaster.contrib.dbwriter that return I_Info
 I_Info DbWriter.getInfo()
           
 

Methods in org.xmlBlaster.contrib.dbwriter with parameters of type I_Info
static java.util.List DbWriter.createDbWriters(I_Info masterInfo)
          Creates a list of DbWriter instances.
static DbWriter DbWriter.createSingleDbWriter(I_Info masterInfo, java.lang.String loginName, java.lang.String password)
          Creates an Instance of a DbWriter with the given configuration.
 void SqlInfoStreamPublisher.init(I_Info info_)
           
 void DbWriter.init(I_Info info)
          Creates a processor for changes.
 void DefaultWriter.init(I_Info info)
           
 void SqlInfoParser.init(I_Info info)
           
 

Constructors in org.xmlBlaster.contrib.dbwriter with parameters of type I_Info
DbWatcherTester(I_Info info)
           
DbWriter(I_Info info)
          Convenience constructor, creates a processor for changes, calls DbWriter.init(org.xmlBlaster.contrib.I_Info).
StressGenerator(I_Info info)
           
 

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

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type I_Info
static SqlInfo SqlInfo.getStructure(I_Info info)
           
 

Constructors in org.xmlBlaster.contrib.dbwriter.info with parameters of type I_Info
SqlColumn(I_Info info)
           
SqlDescription(I_Info info)
           
SqlInfo(I_Info info)
           
SqlRow(I_Info info, int position)
           
 

Uses of I_Info in org.xmlBlaster.contrib.filewatcher
 

Classes in org.xmlBlaster.contrib.filewatcher that implement I_Info
 class FileWatcherPlugin
          FileWatcherPlugin polls on a directory in the file system for new files.
 

Constructors in org.xmlBlaster.contrib.filewatcher with parameters of type I_Info
Publisher.ReplSource(I_Info info, java.lang.String oid)
           
Publisher(org.xmlBlaster.util.Global globOrig, java.lang.String name, I_Info info)
           
 

Uses of I_Info in org.xmlBlaster.contrib.filewriter
 

Classes in org.xmlBlaster.contrib.filewriter that implement I_Info
 class FileWriter
          XmlBlaster plugin wrapper code.
 

Uses of I_Info in org.xmlBlaster.contrib.jmx
 

Classes in org.xmlBlaster.contrib.jmx that implement I_Info
 class MX4JAdaptor
          MX4JAdaptor
 

Uses of I_Info in org.xmlBlaster.contrib.replication
 

Classes in org.xmlBlaster.contrib.replication that implement I_Info
 class ReplicationAgent.OwnGlobalInfo
           
 

Fields in org.xmlBlaster.contrib.replication declared as I_Info
protected  I_Info ReplicationWriter.info
           
protected  I_Info ReplicationDumper.info
           
 

Methods in org.xmlBlaster.contrib.replication that return I_Info
 I_Info ReplicationAgent.createWriterInfo(GlobalInfo cfgInfo)
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_Info
static I_DbSpecific ReplicationConverter.getDbSpecific(I_Info info, boolean forceNewIfNeeded)
          This method creates every time a new instance
static java.lang.String TableToWatchInfo.getSortedTablesToWatch(java.sql.Connection conn, I_Info info, java.util.List outputSequence)
           
static TableToWatchInfo[] TableToWatchInfo.getTablesToWatch(java.sql.Connection conn, I_Info originalInfo)
          Gets an array containing all the tables to watch found in this configuration info object.
 void ReplicationConverter.init(I_Info info)
           
 void ReplSlave.init(I_Info info)
          The info comes as the client properties of the subscription Qos.
 void ReplicationWriter.init(I_Info info_)
           
 void ReplicationDumper.init(I_Info info_)
           
 void SqlPrePostStatement.init(I_Info info)
          Properties used are: dbWriter.sqlPrePostStatement.sql.pre.insert.${SCHEMA}.${TABLE} dbWriter.sqlPrePostStatement.sql.pre.update.${SCHEMA}.${TABLE} dbWriter.sqlPrePostStatement.sql.pre.delete.${SCHEMA}.${TABLE} dbWriter.sqlPrePostStatement.sql.post.insert.${SCHEMA}.${TABLE} dbWriter.sqlPrePostStatement.sql.post.update.${SCHEMA}.${TABLE} dbWriter.sqlPrePostStatement.sql.post.delete.${SCHEMA}.${TABLE}
 void OracleByEventsScheduler.init(I_Info info, I_ChangeDetector changeDetector)
           
 void ReplicationScheduler.init(I_Info info, I_ChangeDetector changeDetector)
           
 void ReplicationAgent.init(I_Info readerInfo, I_Info writerInfo)
          Initializes the necessary stuff (encapsulated DbWatcher and DbWriter) and starts the DbWriter.
 void I_ReplSlave.prepareForRequest(I_Info individualInfo)
          3
 void ReplSlave.prepareForRequest(I_Info individualInfo)
          This is the first step in the process of requesting the initial Data.
 void ReplicationAgent.process(I_Info readerInfo, I_Info writerInfo)
           
 boolean I_ReplSlave.reInitiate(I_Info info)
           
 boolean ReplSlave.reInitiate(I_Info info)
           
 boolean I_ReplSlave.run(I_Info individualInfo, java.lang.String dbWatcherSessionId, java.lang.String cascadeReplPrefix, java.lang.String cascadeSlaveSessionName, boolean onlyRegister)
          Starts a replication
 boolean ReplSlave.run(I_Info info, java.lang.String dbWatcherSessionId, java.lang.String cascadeReplPrefix, java.lang.String cascadeSlaveSessionName, boolean onlyRegister)
           
 void ReplSourceEngine.sendEndOfTransitionMessage(I_Info info, java.lang.String initialDataTopic, java.lang.String[] slaveSessionNames)
           
 void ReplSourceEngine.sendEndOfTransitionMessage(I_Info info, org.xmlBlaster.jms.XBSession session, java.lang.String initialFilesLocation, java.lang.String shortFilename, java.lang.String dumpId, org.xmlBlaster.jms.XBMessageProducer producer)
           
 

Constructors in org.xmlBlaster.contrib.replication with parameters of type I_Info
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).
ReplicationAgent.OwnGlobalInfo(org.xmlBlaster.util.Global global, I_Info additionalInfo, java.lang.String infoId)
           
ReplicationAgent.OwnGlobalInfo(GlobalInfo globalInfo, I_Info additionalInfo, java.lang.String infoId, I_InitialUpdateListener agent)
           
ReplicationConverter(I_Info info)
          Create this plugin.
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).
 

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

Classes in org.xmlBlaster.contrib.replication.impl that implement I_Info
 class ReplManagerPlugin
          ReplManagerPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Fields in org.xmlBlaster.contrib.replication.impl declared as I_Info
protected  I_Info InitialUpdater.info
           
protected  I_Info SpecificDefault.info
           
 

Methods in org.xmlBlaster.contrib.replication.impl that return I_Info
 I_Info ReplManagerPlugin.getPersistentInfo()
           
 I_Info ReplManagerPlugin.getReplicationInfo(java.lang.String replicationPrefix)
          Gets the properties associated to this replication.
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type I_Info
protected  void SearchableConfig.doInit(I_Info info, DbMetaHelper dbHelper)
           
protected  void DefaultMapper.doInit(I_Info info, DbMetaHelper dbHelper)
           
static java.lang.String SpecificDefault.getReplPrefix(I_Info info)
           
 void SpecificDbReadonly.init(I_Info info)
           
 void InitialUpdater.init(I_Info info_)
           
 void SpecificOracle.init(I_Info info)
           
 void SpecificDefault.init(I_Info info)
           
 void ReplCreateInterceptor.init(I_Info info)
           
 void DefaultMapper.init(I_Info info)
           
 void SpecificDB2.init(I_Info info)
           
static long[] ReplManagerPlugin.readOldReplData(I_Info persistentInfo, java.lang.String propName)
           
 void ReplManagerPlugin.register(java.lang.String senderSession, java.lang.String replicationPrefix, I_Info info)
          Used to register a dbWatcher.
static void ReplManagerPlugin.storeReplData(I_Info persistentInfo, java.lang.String propName, long[] values)
           
 

Uses of I_Info in org.xmlBlaster.contrib.scheduler
 

Classes in org.xmlBlaster.contrib.scheduler that implement I_Info
 class SchedulerPlugin
           
 

Uses of I_Info in org.xmlBlaster.contrib.socketgetter
 

Classes in org.xmlBlaster.contrib.socketgetter that implement I_Info
 class SocketGetterPlugin
          SocketGetterPlugin is a plugin wrapper if you want to run SocketGetter inside xmlBlaster.
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.