|
xmlBlaster 1.6.2 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xmlBlaster.contrib.GlobalInfo
org.xmlBlaster.util.queue.jdbc.XBQueueFactory.QueueGlobalInfo
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 | |
XBQueueFactory.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 |
private java.lang.String poolId
Constructor Detail |
public XBQueueFactory.QueueGlobalInfo()
Method Detail |
protected void doInit(Global glob, PluginInfo plugInfo) throws XmlBlasterException
doInit
in class GlobalInfo
glob
- The global passed by the RunLevelManager, this is not the object owned by the plugin. It is the original global.plugInfo
-
XmlBlasterException
public I_DbPool getDbPool(I_Info info) throws java.lang.Exception
info
-
java.lang.Exception
|
xmlBlaster 1.6.2 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |