xmlBlaster 2.2.0 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   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.contrib   
org.xmlBlaster.test.contrib.dbwatcher   
org.xmlBlaster.test.contrib.dbwriter   
org.xmlBlaster.test.contrib.filewatcher   
org.xmlBlaster.test.contrib.replication   
org.xmlBlaster.util.queue.jdbc   
 

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.
 

Fields in org.xmlBlaster.contrib declared as I_Info
(package private)  I_Info InfoHelper.Replacer.info
           
 

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 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(Global otherGlobal, I_Info additionalInfo)
          Additional infos are added on top of the initial Global configuration.
GlobalInfo(GlobalInfo baseInfo, I_Info additionalInfo)
           
InfoHelper.Replacer(I_Info info)
           
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.
 

Fields in org.xmlBlaster.contrib.db declared as I_Info
private  I_Info DbPool.info
           
private  I_Info DbWaitingPool.info
           
 

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
private  void DbStorage.createTableOrReadColumnNames(java.lang.String[] originalNames, I_Info 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)
           
private  void DbStorage.prepareSql(I_Info info, java.lang.String ctx)
           
 

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.
 

Fields in org.xmlBlaster.contrib.dbwatcher declared as I_Info
private  I_Info DbWatcher.info
           
 

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
           
private  I_Info TimestampChangeDetector.persistentInfo
           
 

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.
 

Fields in org.xmlBlaster.contrib.dbwriter declared as I_Info
private  I_Info SqlInfoStreamPublisher.info
           
private  I_Info DbWatcherTester.info
           
private  I_Info StressGenerator.info
           
private  I_Info DbWriter.info
           
private  I_Info SqlInfoParser.info
           
 

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.
private static I_DbPool DbWriter.createPool(java.lang.ClassLoader cl, I_Info info)
           
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
 

Fields in org.xmlBlaster.contrib.dbwriter.info declared as I_Info
private  I_Info SqlInfo.info
           
private  I_Info SqlDescription.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.
 

Fields in org.xmlBlaster.contrib.filewatcher declared as I_Info
private  I_Info Publisher.ReplSource.info
           
private  I_Info Publisher.info_
           
 

Constructors in org.xmlBlaster.contrib.filewatcher with parameters of type I_Info
Publisher.ReplSource(I_Info info, java.lang.String oid)
           
Publisher(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
private  I_Info OracleByEventsScheduler.info
           
private  I_Info OracleByEventsScheduler.SchedulerRunner.info
           
private  I_Info ReplicationConverter.info
           
protected  I_Info ReplicationWriter.info
           
protected  I_Info ReplicationDumper.info
           
private  I_Info ReplicationConverter.persistentInfo
           
private  I_Info ReplSlave.persistentInfo
           
 

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

Methods in org.xmlBlaster.contrib.replication with parameters of type I_Info
private  GlobalInfo ReplicationAgent.createOwnGlobalInfo(Global global, I_Info additionalInfo, java.lang.String infoId)
           
private  void ReplicationAgent.displayHelp(I_Info readerInfo, I_Info writerInfo)
           
private  java.util.Map SqlPrePostStatement.getCodeMap(java.lang.String prefix, I_Info info, DbMetaHelper dbMetaHelper)
          Gets a map of all codes having as key the complete table name and as value the callable statement to invoke (already correct for jdbc callableStatement invocation).
private static java.util.Map ReplicationAgent.getCommonDefaultMap(I_Info subInfo)
           
static I_DbSpecific ReplicationConverter.getDbSpecific(I_Info info, boolean forceNewIfNeeded)
          This method creates every time a new instance
private static java.util.Map ReplicationAgent.getReaderDefaultMap(I_Info readerInfo)
           
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.
private static java.util.Map ReplicationAgent.getWriterDefaultMap(I_Info writerInfo)
           
 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.
private static DbWatcher ReplicationAgent.initializeDbWatcher(I_Info readerInfo, DbWriter 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, XBSession session, java.lang.String initialFilesLocation, java.lang.String shortFilename, java.lang.String dumpId, XBMessageProducer producer)
           
private static void ReplicationAgent.showSubHelp(I_Info info, java.util.Map defaultMap, java.io.PrintStream out)
           
private  void ReplicationAgent.startDbWatcher(I_Info readerInfo)
           
 

Constructors in org.xmlBlaster.contrib.replication with parameters of type I_Info
OracleByEventsScheduler.SchedulerRunner(I_Info info, I_ChangeDetector changeDetector)
           
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(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
           
private  I_Info SpecificDefault.Replacer.info
           
private  I_Info ReplManagerPlugin.persistentInfo
           
 

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)
           
private static long[] ReplManagerPlugin.readOldReplDataOldStyle(I_Info persistentInfo, java.lang.String propName)
          Deprecated.  
 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)
           
 

Constructors in org.xmlBlaster.contrib.replication.impl with parameters of type I_Info
SpecificDefault.Replacer(I_Info info, java.util.Map additionalMap)
           
 

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.
 

Uses of I_Info in org.xmlBlaster.test.classtest.queue
 

Classes in org.xmlBlaster.test.classtest.queue that implement I_Info
 class DesignQueues2008InitialTest.TestInfo
           
 

Fields in org.xmlBlaster.test.classtest.queue declared as I_Info
private  I_Info DesignQueues2008InitialTest.info
           
 

Uses of I_Info in org.xmlBlaster.test.contrib
 

Classes in org.xmlBlaster.test.contrib that implement I_Info
private  class TestInfo.OwnGlobalInfo
           
 

Methods in org.xmlBlaster.test.contrib with parameters of type I_Info
 void TestInfo.doTestRemoveEntry(java.lang.String name, I_Info info)
           
 

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

Fields in org.xmlBlaster.test.contrib.dbwatcher declared as I_Info
private  I_Info TestTimestamp.info
           
private  I_Info TestResultSetToXmlConverter.info
           
 

Methods in org.xmlBlaster.test.contrib.dbwatcher with parameters of type I_Info
private  DbWatcher TestTimestamp.createTest(I_Info info, java.util.Map updateMap)
          Creates a DbWatcher instance and listens on MoM messages.
static DbWatcher TestResultSetToXmlConverter.createTest(I_Info info, java.util.Map updateMap)
          Creates a DbWatcher instance and listens on MoM messages.
static DbPool TestResultSetToXmlConverter.setUpDbPool(I_Info info)
          Creates a database pooling instance and puts it to info.
 

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

Fields in org.xmlBlaster.test.contrib.dbwriter declared as I_Info
private  I_Info TestRecordParsing.info
           
private  I_Info TestInfoObjects.info
           
 

Uses of I_Info in org.xmlBlaster.test.contrib.filewatcher
 

Classes in org.xmlBlaster.test.contrib.filewatcher that implement I_Info
 class FileWatcherFeeder
          This class is used to write files to the location where one or more file watchers are getting their data from.
 

Methods in org.xmlBlaster.test.contrib.filewatcher with parameters of type I_Info
private  void TestFileWriter.doPublish(I_Info prop, boolean deliverFirst, boolean deliverSecond, boolean absSubPath)
           
private  void TestFileWatcherPlugin.doPublish(I_Info prop, boolean deliverFirst, boolean deliverSecond, boolean absSubPath)
           
 

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

Fields in org.xmlBlaster.test.contrib.replication declared as I_Info
private  I_Info TestSyncPart.info
           
private static I_Info TestDbSpecific.info
           
private  I_Info TestReplicationWriter.info
           
private  I_Info TestDbBasics.info
           
private  I_Info TestReplication.readerInfo
           
private  I_Info TestSqlPrePostStatement.readerInfo
           
private  I_Info TestReplication.writerInfo
           
private  I_Info TestSqlPrePostStatement.writerInfo
           
 

Methods in org.xmlBlaster.test.contrib.replication with parameters of type I_Info
private  SqlInfo TestHelperClasses.createMsg(I_Info info, java.lang.String oldFirst, java.lang.String oldSecond, java.lang.String first, java.lang.String second, java.lang.String fifth, int replKey)
           
 void TestSyncPart.init(I_Info info)
           
 void TestDbSpecific.init(I_Info info)
           
 void TestReplicationWriter.init(I_Info info)
           
 void TestDbBasics.init(I_Info info)
           
private  void TestReplication.setProp(I_Info info, java.lang.String key, java.lang.String val, boolean force)
          Helper method to fill the properties.
private  void TestSqlPrePostStatement.setProp(I_Info info, java.lang.String key, java.lang.String val, boolean force)
          Helper method to fill the properties.
private  DbPool TestDbSpecific.setUpDbPool(I_Info info)
          Creates a database pooling instance and puts it to info.
private  DbPool TestReplicationWriter.setUpDbPool(I_Info info)
          Creates a database pooling instance and puts it to info.
private  DbPool TestHelperClasses.setUpDbPool(I_Info info)
          Creates a database pooling instance and puts it to info.
private  I_DbSpecific TestDbSpecific.setUpDbSpecific(I_Info info, java.lang.String dbSpecificName)
          Creates an I_DbSpecific object.
private  void TestReplication.setupProperties(I_Info readerInfo, I_Info writerInfo, boolean extraUser)
          This method is invoked directly by setUp.
private  java.lang.String TestSqlPrePostStatement.setupProperties(I_Info readerInfo, I_Info writerInfo, boolean extraUser)
          This method is invoked directly by setUp.
 

Uses of I_Info in org.xmlBlaster.util.queue.jdbc
 

Classes in org.xmlBlaster.util.queue.jdbc that implement I_Info
private  class XBDatabaseAccessor.QueueGlobalInfo
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return I_Info
 I_Info XBDatabaseAccessor.init(I_Info origInfo)
           
 I_Info XBFactoryBase.init(I_Info origInfo)
           
 I_Info XBFactory.init(I_Info origInfo)
           
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_Info
protected  void XBDatabaseAccessorDelegate.doInit(I_Info info)
           
protected  void XBRefFactory.doInit(I_Info info)
           
protected  void XBDatabaseAccessor.doInit(I_Info info)
           
protected abstract  void XBFactoryBase.doInit(I_Info info)
           
protected  void XBMeatFactory.doInit(I_Info info)
           
protected  void XBStoreFactory.doInit(I_Info info)
           
 I_DbPool XBDatabaseAccessor.QueueGlobalInfo.getDbPool(I_Info info)
          Important: only invoke this method once to initially retrieve the pool.
 I_Info XBDatabaseAccessor.init(I_Info origInfo)
           
 I_Info XBFactoryBase.init(I_Info origInfo)
           
 I_Info XBFactory.init(I_Info origInfo)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.