xmlBlaster 1.6.2 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.xmlrpc   
org.xmlBlaster.test.contrib   
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 HelloWorldNative.init(Global glob, PluginInfo pluginInfo)
           
 void HelloWorldNative2.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 PluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 void I_ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 

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

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

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

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

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

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

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

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

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 ProtocolPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 void CbServerPluginManager.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 CorbaCallbackServer.pluginInfo
           
private  PluginInfo CorbaConnection.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type PluginInfo
 void CorbaCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CorbaConnection.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 RmiConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RmiCallbackServer.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 SocketCallbackImpl.pluginInfo
           
private  PluginInfo SocketConnection.pluginInfo
           
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type PluginInfo
 void SocketCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void SocketConnection.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 XmlRpcConnection.pluginInfo
           
protected  PluginInfo XmlRpcCallbackServer.pluginInfo
           
 

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

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
           
 

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).
 

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 StartupTasks.pluginInfo
           
private  PluginInfo DeadMessageDumper.pluginInfo
           
 

Methods in org.xmlBlaster.engine with parameters of type PluginInfo
 void SessionPersistencePlugin.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 void StartupTasks.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 void DeadMessageDumper.init(Global glob, PluginInfo pluginInfo)
          Initializes the plugin
 void EventPlugin.init(Global utilGlob, 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 CoreHandler.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).
 

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 LoadBalancerPluginManager.postInstantiate(I_Plugin plugin, PluginInfo pluginInfo)
           
 void ClusterManager.init(Global globUtil, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 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 RoundRobin.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void DomainToMaster.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 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.
 void PublishDelayer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 

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)
         &n