xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.plugin.PluginInfo

Packages that use PluginInfo
javaclients Java examples, start reading the HelloWorld clients. 
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher.plugin   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.contrib.filewriter   
org.xmlBlaster.contrib.htmlmonitor   
org.xmlBlaster.contrib.jmx   
org.xmlBlaster.contrib.mime   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.contrib.scheduler   
org.xmlBlaster.contrib.socketgetter   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin.intern   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.cluster.simpledomain   
org.xmlBlaster.engine.distributor.plugins   
org.xmlBlaster.engine.mime   
org.xmlBlaster.engine.mime.demo   
org.xmlBlaster.engine.mime.regex   
org.xmlBlaster.engine.mime.sql92   
org.xmlBlaster.engine.mime.xpath   
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.msgstore.ram   
org.xmlBlaster.engine.persistence   
org.xmlBlaster.engine.persistence.filestore   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.contrib   
org.xmlBlaster.test.contrib.filewatcher   
org.xmlBlaster.util.checkpoint   
org.xmlBlaster.util.classloader   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.dispatch.plugins.prio   
org.xmlBlaster.util.plugin   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
 

Uses of PluginInfo in javaclients
 

Fields in javaclients declared as PluginInfo
private  PluginInfo HelloWorldNative2.pluginInfo
           
 

Methods in javaclients with parameters of type PluginInfo
 void HelloWorldNative2.init(Global glob, PluginInfo pluginInfo)
           
 void HelloWorldNative.init(Global glob, PluginInfo pluginInfo)
           
 void ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type PluginInfo
 void I_ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 void PluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.authentication.plugins.demo
 

Methods in org.xmlBlaster.authentication.plugins.demo with parameters of type PluginInfo
 void ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 void Manager.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.authentication.plugins.htpasswd
 

Fields in org.xmlBlaster.authentication.plugins.htpasswd declared as PluginInfo
private  PluginInfo ClientPlugin.pluginInfo
           
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd with parameters of type PluginInfo
 void ClientPlugin.init(Global glob_, PluginInfo pluginInfo_)
           
 void Manager.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap with parameters of type PluginInfo
 void ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 void Manager.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.authentication.plugins.simple
 

Methods in org.xmlBlaster.authentication.plugins.simple with parameters of type PluginInfo
 void ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 void Manager.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.client.filepoller
 

Fields in org.xmlBlaster.client.filepoller declared as PluginInfo
private  PluginInfo FilePollerPlugin.pluginConfig
           
 

Methods in org.xmlBlaster.client.filepoller with parameters of type PluginInfo
 void FilePollerPlugin.init(Global global, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol with parameters of type PluginInfo
 void CbServerPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 void ProtocolPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.corba
 

Fields in org.xmlBlaster.client.protocol.corba declared as PluginInfo
private  PluginInfo CorbaConnection.pluginInfo
           
private  PluginInfo CorbaCallbackServer.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type PluginInfo
 void CorbaConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CorbaCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.email
 

Fields in org.xmlBlaster.client.protocol.email declared as PluginInfo
private  PluginInfo EmailCallbackImpl.pluginInfo
           
private  PluginInfo EmailConnection.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.email with parameters of type PluginInfo
 void EmailCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void EmailConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.local
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type PluginInfo
 void LocalConnection.init(Global glob_, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void LocalCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is not used, since callbacks plugins are actually factories.
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.rmi
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type PluginInfo
 void RmiCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RmiConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.socket
 

Fields in org.xmlBlaster.client.protocol.socket declared as PluginInfo
private  PluginInfo SocketConnection.pluginInfo
           
private  PluginInfo SocketCallbackImpl.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type PluginInfo
 void SocketConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void SocketCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.client.protocol.xmlrpc
 

Fields in org.xmlBlaster.client.protocol.xmlrpc declared as PluginInfo
protected  PluginInfo XmlRpcCallbackServer.pluginInfo
           
protected  PluginInfo XmlRpcConnection.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type PluginInfo
 void XmlRpcCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void XmlRpcConnection.init(Global global, PluginInfo plInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Constructors in org.xmlBlaster.client.protocol.xmlrpc with parameters of type PluginInfo
XmlScriptSerializer(Global glob, PluginInfo pluginInfo)
          Called by plugin loader which calls init(Global, PluginInfo) thereafter.
 

Uses of PluginInfo in org.xmlBlaster.contrib
 

Fields in org.xmlBlaster.contrib declared as PluginInfo
protected  PluginInfo GlobalInfo.pluginInfo
           
 

Methods in org.xmlBlaster.contrib with parameters of type PluginInfo
protected abstract  void GlobalInfo.doInit(Global global, PluginInfo pluginInfo)
           
 void GlobalInfo.init(Global global_, PluginInfo pluginInfo)
           
 

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

Methods in org.xmlBlaster.contrib.dbwatcher.plugin with parameters of type PluginInfo
protected  void DbWatcherPlugin.doInit(Global global_, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.dbwriter
 

Methods in org.xmlBlaster.contrib.dbwriter with parameters of type PluginInfo
protected  void DbWriterPlugin.doInit(Global global_, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.filewatcher
 

Methods in org.xmlBlaster.contrib.filewatcher with parameters of type PluginInfo
 void FileWatcherPlugin.doInit(Global global_, PluginInfo pluginInfo_)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.filewriter
 

Methods in org.xmlBlaster.contrib.filewriter with parameters of type PluginInfo
 void FileWriter.doInit(Global glob, PluginInfo info)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.htmlmonitor
 

Fields in org.xmlBlaster.contrib.htmlmonitor declared as PluginInfo
private  PluginInfo HtmlMonitorPlugin.pluginInfo
           
 

Methods in org.xmlBlaster.contrib.htmlmonitor with parameters of type PluginInfo
 void HtmlMonitorPlugin.init(Global global_, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.jmx
 

Methods in org.xmlBlaster.contrib.jmx with parameters of type PluginInfo
protected  void MX4JAdaptor.doInit(Global global, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.mime
 

Fields in org.xmlBlaster.contrib.mime declared as PluginInfo
private  PluginInfo DropIfNotDeliverable.pluginInfo
           
private  PluginInfo DropIfNotDeliverableUniqueOnly.pluginInfo
           
 

Methods in org.xmlBlaster.contrib.mime with parameters of type PluginInfo
 void DropIfNotDeliverable.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void DropIfNotDeliverableUniqueOnly.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type PluginInfo
protected  void ReplicationAgent.OwnGlobalInfo.doInit(Global global, PluginInfo pluginInfo)
           
 

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

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type PluginInfo
protected  void ReplManagerPlugin.doInit(Global global, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.scheduler
 

Methods in org.xmlBlaster.contrib.scheduler with parameters of type PluginInfo
protected  void SchedulerPlugin.doInit(Global glob, PluginInfo plugInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.contrib.socketgetter
 

Methods in org.xmlBlaster.contrib.socketgetter with parameters of type PluginInfo
protected  void SocketGetterPlugin.doInit(Global global_, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as PluginInfo
private  PluginInfo SessionPersistencePlugin.info
           
private  PluginInfo DeadMessageDumper.pluginInfo
           
private  PluginInfo StartupTasks.pluginInfo
           
 

Methods in org.xmlBlaster.engine with parameters of type PluginInfo
 void DeadMessageDumper.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 void SessionPersistencePlugin.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 void EventPlugin.init(Global utilGlob, PluginInfo pluginInfo)
          Initializes the plugin
 void StartupTasks.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 

Uses of PluginInfo in org.xmlBlaster.engine.admin.intern
 

Methods in org.xmlBlaster.engine.admin.intern with parameters of type PluginInfo
 void MsgHandler.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void PropertyHandler.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CoreHandler.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as PluginInfo
private  PluginInfo ClusterManager.pluginInfo
           
 

Methods in org.xmlBlaster.engine.cluster with parameters of type PluginInfo
 void ClusterManager.init(Global globUtil, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void LoadBalancerPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 void MapMsgToMasterPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.engine.cluster.simpledomain
 

Methods in org.xmlBlaster.engine.cluster.simpledomain with parameters of type PluginInfo
 void DomainToMaster.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RoundRobin.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.distributor.plugins
 

Fields in org.xmlBlaster.engine.distributor.plugins declared as PluginInfo
private  PluginInfo ConsumableQueuePlugin.pluginInfo
           
 

Methods in org.xmlBlaster.engine.distributor.plugins with parameters of type PluginInfo
 void ConsumableQueuePlugin.init(Global global, PluginInfo pluginInfo)
          Initializes the plugin
 

Uses of PluginInfo in org.xmlBlaster.engine.mime
 

Methods in org.xmlBlaster.engine.mime with parameters of type PluginInfo
 void PublishPluginManager.postInstantiate(I_Plugin plugin_, PluginInfo pluginInfo)
          Called from base class after creation
 void AccessPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
          Called by PluginManagerBase.instantiatePluginSecondPhase()
 

Uses of PluginInfo in org.xmlBlaster.engine.mime.demo
 

Fields in org.xmlBlaster.engine.mime.demo declared as PluginInfo
private  PluginInfo PublishDelayer.pluginConfig
           
 

Methods in org.xmlBlaster.engine.mime.demo with parameters of type PluginInfo
 void PublishDelayer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void PublishLenChecker.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void ContentLenFilter.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager.
 

Uses of PluginInfo in org.xmlBlaster.engine.mime.regex
 

Methods in org.xmlBlaster.engine.mime.regex with parameters of type PluginInfo
 void GnuRegexFilter.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.mime.sql92
 

Fields in org.xmlBlaster.engine.mime.sql92 declared as PluginInfo
private  PluginInfo Sql92Filter.pluginInfo
           
 

Methods in org.xmlBlaster.engine.mime.sql92 with parameters of type PluginInfo
 void Sql92Filter.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.mime.xpath
 

Fields in org.xmlBlaster.engine.mime.xpath declared as PluginInfo
private  PluginInfo XPathFilter.pluginInfo
           
 

Methods in org.xmlBlaster.engine.mime.xpath with parameters of type PluginInfo
 void XPathFilter.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.msgstore
 

Methods in org.xmlBlaster.engine.msgstore with parameters of type PluginInfo
 I_Map StoragePluginManager.getPlugin(PluginInfo pluginInfo, StorageId storageId, QueuePropertyBase props)
           
protected  void StoragePluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.engine.msgstore.cache
 

Fields in org.xmlBlaster.engine.msgstore.cache declared as PluginInfo
private  PluginInfo PersistenceCachePlugin.pluginInfo
           
 

Methods in org.xmlBlaster.engine.msgstore.cache that return PluginInfo
 PluginInfo PersistenceCachePlugin.getInfo()
          Enforced by I_StoragePlugin
 

Methods in org.xmlBlaster.engine.msgstore.cache with parameters of type PluginInfo
 void PersistenceCachePlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of PluginInfo in org.xmlBlaster.engine.msgstore.ram
 

Fields in org.xmlBlaster.engine.msgstore.ram declared as PluginInfo
private  PluginInfo MapPlugin.pluginInfo
           
 

Methods in org.xmlBlaster.engine.msgstore.ram that return PluginInfo
 PluginInfo MapPlugin.getInfo()
          Enforced by I_StoragePlugin
 

Methods in org.xmlBlaster.engine.msgstore.ram with parameters of type PluginInfo
 void MapPlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of PluginInfo in org.xmlBlaster.engine.persistence
 

Methods in org.xmlBlaster.engine.persistence with parameters of type PluginInfo
 void PersistencePluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.engine.persistence.filestore
 

Methods in org.xmlBlaster.engine.persistence.filestore with parameters of type PluginInfo
 void FileDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.engine.runlevel
 

Methods in org.xmlBlaster.engine.runlevel that return PluginInfo
 PluginInfo PluginConfig.getPluginInfo()
          returns the PluginInfo object out of this configuration
 

Methods in org.xmlBlaster.engine.runlevel with parameters of type PluginInfo
protected  void RunlevelPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
          Is called after a plugin in instantiated, allows the base class to do specific actions.
 

Uses of PluginInfo in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol that return PluginInfo
 PluginInfo CbProtocolManager.getPluginInfo(java.lang.String type, java.lang.String version)
           
 

Methods in org.xmlBlaster.protocol with parameters of type PluginInfo
 void CbProtocolManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.protocol.corba
 

Methods in org.xmlBlaster.protocol.corba with parameters of type PluginInfo
 void CorbaDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CallbackCorbaDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.protocol.email
 

Fields in org.xmlBlaster.protocol.email declared as PluginInfo
private  PluginInfo EmailDriver.pluginInfo
           
private  PluginInfo CallbackEmailDriver.pluginInfo
           
 

Methods in org.xmlBlaster.protocol.email with parameters of type PluginInfo
 void EmailDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CallbackEmailDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.protocol.jdbc
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type PluginInfo
 void CallbackJdbcDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void JdbcDriver.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of PluginInfo in org.xmlBlaster.protocol.local
 

Methods in org.xmlBlaster.protocol.local with parameters of type PluginInfo
 void CallbackLocalDriver.init(Global glob, PluginInfo pluginInfo)
          This method is not used, since callbacks plugins are actually factories.
 

Uses of PluginInfo in org.xmlBlaster.protocol.rmi
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type PluginInfo
 void CallbackRmiDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RmiDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as PluginInfo
private  PluginInfo SocketDriver.pluginInfo
           
private  PluginInfo CallbackSocketDriver.pluginInfo
           
 

Methods in org.xmlBlaster.protocol.socket that return PluginInfo
 PluginInfo CallbackSocketDriver.getPluginInfo()
           
 

Methods in org.xmlBlaster.protocol.socket with parameters of type PluginInfo
 void SocketDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CallbackSocketDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.protocol.stomp
 

Methods in org.xmlBlaster.protocol.stomp with parameters of type PluginInfo
 void XbStompInOutBridge.init(Global glob, PluginInfo pluginInfo)
           
 void XbStompDriver.init(Global glob, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as PluginInfo
private  PluginInfo XmlRpcDriver.pluginInfo
           
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type PluginInfo
 void CallbackXmlRpcDriverSingleChannel.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CallbackXmlRpcDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void XmlRpcDriver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

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

Methods in org.xmlBlaster.test.classtest.queue with parameters of type PluginInfo
protected  void DesignQueues2008InitialTest.TestInfo.doInit(Global glob, PluginInfo plugInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.test.contrib
 

Methods in org.xmlBlaster.test.contrib with parameters of type PluginInfo
protected  void TestInfo.OwnGlobalInfo.doInit(Global global, PluginInfo pluginInfo)
           
 

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

Methods in org.xmlBlaster.test.contrib.filewatcher with parameters of type PluginInfo
protected  void FileWatcherFeeder.doInit(Global global, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.util.checkpoint
 

Fields in org.xmlBlaster.util.checkpoint declared as PluginInfo
private  PluginInfo Checkpoint.pluginInfo
          xmlBlasterPlugins.xml awareness
 

Methods in org.xmlBlaster.util.checkpoint with parameters of type PluginInfo
 void Checkpoint.init(Global glob, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.util.classloader
 

Methods in org.xmlBlaster.util.classloader with parameters of type PluginInfo
 java.net.URLClassLoader ContextClassLoaderFactory.getPluginClassLoader(PluginInfo pluginInfo)
           
 java.net.URLClassLoader StandaloneClassLoaderFactory.getPluginClassLoader(PluginInfo pluginInfo)
          Creates and returns a new URL class loader based on the callers class loader and the callers related additional classes which may exist in a specified path.
 java.net.URLClassLoader OsgiClassLoaderFactory.getPluginClassLoader(PluginInfo pluginInfo)
           
 java.net.URLClassLoader ClassLoaderFactory.getPluginClassLoader(PluginInfo pluginInfo)
           
 

Constructors in org.xmlBlaster.util.classloader with parameters of type PluginInfo
PluginClassLoader(Global glob, java.net.URL[] urls, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.util.dispatch.plugins
 

Methods in org.xmlBlaster.util.dispatch.plugins with parameters of type PluginInfo
protected  void DispatchPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
          Called after getPlugin() but only if plugin was new created
 

Uses of PluginInfo in org.xmlBlaster.util.dispatch.plugins.prio
 

Methods in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type PluginInfo
 void PriorizedDispatchPlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of PluginInfo in org.xmlBlaster.util.plugin
 

Methods in org.xmlBlaster.util.plugin that return PluginInfo
private  PluginInfo PluginManagerBase.checkPluginInfoInRunLevelInfos(PluginInfo pluginInfo)
          TODO Clean this method since it uses knowledge of the server side
 

Methods in org.xmlBlaster.util.plugin with parameters of type PluginInfo
private  PluginInfo PluginManagerBase.checkPluginInfoInRunLevelInfos(PluginInfo pluginInfo)
          TODO Clean this method since it uses knowledge of the server side
 I_Plugin PluginManagerBase.getPluginObject(PluginInfo pluginInfo)
          Return a specific plugin, if one is loaded already it is taken from cache.
 void I_Plugin.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager.
protected  I_Plugin PluginManagerBase.instantiatePlugin(PluginInfo pluginInfo)
          Create a plugin instance without caching it.
protected  I_Plugin PluginManagerBase.instantiatePlugin(PluginInfo pluginInfo, boolean usePluginCache)
          Loads a plugin.
private  I_Plugin PluginManagerBase.instantiatePluginFirstPhase(PluginInfo pluginInfo, boolean usePluginCache)
           
private  I_Plugin PluginManagerBase.instantiatePluginSecondPhase(I_Plugin plugin, PluginInfo pluginInfo)
           
protected  void PluginManagerBase.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
          Is called after a plugin in instantiated, allows the base class to do specific actions.
 

Uses of PluginInfo in org.xmlBlaster.util.protocol.email
 

Fields in org.xmlBlaster.util.protocol.email declared as PluginInfo
private  PluginInfo SmtpClient.pluginInfo
           
 

Methods in org.xmlBlaster.util.protocol.email with parameters of type PluginInfo
 void EmailExecutor.init(Global glob, AddressBase addressBase, PluginInfo pluginConfig)
          This init() is called after the init(Global, PluginInfo)
 void SmtpClient.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void Pop3Driver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

Uses of PluginInfo in org.xmlBlaster.util.protocol.socket
 

Methods in org.xmlBlaster.util.protocol.socket with parameters of type PluginInfo
 java.lang.String[] SocketExecutor.sendUpdate(java.lang.String cbSessionId, MsgUnitRaw[] msgArr, boolean expectingResponse, boolean useUdpForOneway, PluginInfo callbackPluginInfo)
          Updating multiple messages in one sweep, callback to client.
 

Uses of PluginInfo in org.xmlBlaster.util.queue
 

Methods in org.xmlBlaster.util.queue that return PluginInfo
 PluginInfo I_StoragePlugin.getInfo()
          returns the pluginInfo object for this plugin.
 

Methods in org.xmlBlaster.util.queue with parameters of type PluginInfo
 I_Queue QueuePluginManager.getPlugin(PluginInfo pluginInfo, StorageId storageId, QueuePropertyBase props)
           
protected  void QueuePluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.util.queue.cache
 

Fields in org.xmlBlaster.util.queue.cache declared as PluginInfo
private  PluginInfo CacheQueueInterceptorPlugin.pluginInfo
          object used to control the swapping performance
 

Methods in org.xmlBlaster.util.queue.cache that return PluginInfo
 PluginInfo CacheQueueInterceptorPlugin.getInfo()
          Enforced by I_StoragePlugin
 

Methods in org.xmlBlaster.util.queue.cache with parameters of type PluginInfo
 void CacheQueueInterceptorPlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

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

Fields in org.xmlBlaster.util.queue.jdbc declared as PluginInfo
private  PluginInfo JdbcQueue.pluginInfo
           
private  PluginInfo JdbcQueueCommonTablePlugin.pluginInfo
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return PluginInfo
 PluginInfo JdbcQueue.getInfo()
          Enforced by I_StoragePlugin
 PluginInfo JdbcQueueCommonTablePlugin.getInfo()
          Enforced by I_StoragePlugin
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type PluginInfo
protected  void XBDatabaseAccessor.QueueGlobalInfo.doInit(Global glob, PluginInfo plugInfo)
           
protected  XBDatabaseAccessor JdbcQueue.getFactory(PluginInfo plugInfo)
          Returns the factory for a specific queue.
protected  CommonTableDatabaseAccessor JdbcQueueCommonTablePlugin.getJdbcQueueManagerCommonTable(PluginInfo pluginInfo)
          Returns a JdbcManagerCommonTable for a specific queue.
 void JdbcQueue.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 void JdbcQueueCommonTablePlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
protected  boolean XBDatabaseAccessor.initFactory(Global global, PluginInfo plugInfo)
           
 

Uses of PluginInfo in org.xmlBlaster.util.queue.ram
 

Fields in org.xmlBlaster.util.queue.ram declared as PluginInfo
private  PluginInfo RamQueuePlugin.pluginInfo
           
 

Methods in org.xmlBlaster.util.queue.ram that return PluginInfo
 PluginInfo RamQueuePlugin.getInfo()
          Enforced by I_StoragePlugin
 

Methods in org.xmlBlaster.util.queue.ram with parameters of type PluginInfo
 void RamQueuePlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.