xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.runlevel.PluginHolder

Packages that use PluginHolder
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.runlevel   
 

Uses of PluginHolder in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as PluginHolder
private  PluginHolder ServerScope.pluginHolder
           
 

Methods in org.xmlBlaster.engine that return PluginHolder
 PluginHolder ServerScope.getPluginHolder()
          gets the object holding all configuration information for the plugins (both for statically loaded plugins (by the run level manager) and dynamically loaded plugins (such plugins loaded on client request).
 

Uses of PluginHolder in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as PluginHolder
private  PluginHolder PluginHolderSaxFactory.pluginHolder
           
 

Methods in org.xmlBlaster.engine.runlevel that return PluginHolder
 PluginHolder PluginHolderSaxFactory.getObject()
          returns the parsed object
 PluginHolder PluginHolderSaxFactory.readConfigFile()
          Reads the configuration file xmlBlasterPlugins.xml.
 PluginHolder PluginHolderSaxFactory.readObject(java.lang.String xmlTxt)
          Parses the given xmlBlasterPlugins.xml returns a PluginHolderData holding the data.
 

Methods in org.xmlBlaster.engine.runlevel with parameters of type PluginHolder
 java.lang.String PluginHolderSaxFactory.writeObject(PluginHolder pluginConfig, java.lang.String extraOffset)
          Dump state of this object into a XML ASCII string.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.