xmlBlaster 2.2.0 API

org.xmlBlaster.util.queue.jdbc
Class XBDatabaseAccessor.QueueGlobalInfo

java.lang.Object
  extended by org.xmlBlaster.contrib.GlobalInfo
      extended by org.xmlBlaster.util.queue.jdbc.XBDatabaseAccessor.QueueGlobalInfo
All Implemented Interfaces:
I_Info, I_Plugin
Enclosing class:
XBDatabaseAccessor

private class XBDatabaseAccessor.QueueGlobalInfo
extends GlobalInfo


Field Summary
private  java.lang.String poolId
           
 
Fields inherited from class org.xmlBlaster.contrib.GlobalInfo
global, LOWER_CASE, ORIGINAL_ENGINE_GLOBAL, pluginInfo, UNTOUCHED, UPPER_CASE
 
Fields inherited from interface org.xmlBlaster.contrib.I_Info
ID, JMX_PREFIX
 
Constructor Summary
XBDatabaseAccessor.QueueGlobalInfo()
           
 
Method Summary
protected  void doInit(Global glob, PluginInfo plugInfo)
           
 I_DbPool getDbPool(I_Info info)
          Important: only invoke this method once to initially retrieve the pool.
 
Methods inherited from class org.xmlBlaster.contrib.GlobalInfo
dump, get, getBoolean, getGlobal, getInt, getKeys, getLong, getObject, getObjectKeys, getOriginalGlobal, getRaw, getStrippedString, getType, getVersion, init, loadPlugin, put, putObject, putRaw, replaceAllEntries, setStrippedHostname, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poolId

private java.lang.String poolId
Constructor Detail

XBDatabaseAccessor.QueueGlobalInfo

public XBDatabaseAccessor.QueueGlobalInfo()
Method Detail

doInit

protected void doInit(Global glob,
                      PluginInfo plugInfo)
               throws XmlBlasterException
Specified by:
doInit in class GlobalInfo
Parameters:
glob - The global passed by the RunLevelManager, this is not the object owned by the plugin. It is the original global.
Throws:
XmlBlasterException

getDbPool

public I_DbPool getDbPool(I_Info info)
                   throws java.lang.Exception
Important: only invoke this method once to initially retrieve the pool. Every invocation results in initializing the pool with the side effect of increasing the reference counting of it.

Parameters:
info -
Returns:
Throws:
java.lang.Exception

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.