xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.plugin.I_PluginManager

Packages that use I_PluginManager
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.client.protocol   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.distributor.plugins   
org.xmlBlaster.engine.mime   
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.persistence   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.protocol   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.plugin   
org.xmlBlaster.util.queue   
 

Uses of I_PluginManager in org.xmlBlaster.authentication.plugins
 

Classes in org.xmlBlaster.authentication.plugins that implement I_PluginManager
 class PluginManager
          Title: PluginManager Description: Loads security plugin
 

Uses of I_PluginManager in org.xmlBlaster.client.protocol
 

Classes in org.xmlBlaster.client.protocol that implement I_PluginManager
 class CbServerPluginManager
          CbServerPluginManager loads the callback protocol plugins like CORBA/RMI/XmlRpc on client side to be able to receive callbacks from xmlBlaster.
 class ProtocolPluginManager
          ProtocolPluginManager loads the protocol plugins like CORBA/RMI/XmlRpc on client side to access xmlBlaster.
 

Uses of I_PluginManager in org.xmlBlaster.engine.cluster
 

Classes in org.xmlBlaster.engine.cluster that implement I_PluginManager
 class LoadBalancerPluginManager
          Loads the plugin to support cluster load balancing.
 class MapMsgToMasterPluginManager
          Loads the cluster plugin depending on message MIME type.
 

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

Classes in org.xmlBlaster.engine.distributor.plugins that implement I_PluginManager
 class MsgDistributorPluginManager
          MsgDistributorPluginManager
 

Uses of I_PluginManager in org.xmlBlaster.engine.mime
 

Classes in org.xmlBlaster.engine.mime that implement I_PluginManager
 class AccessPluginManager
          Loads subscribe()/get() filter plugin depending on message MIME type.
 class PublishPluginManager
          Loads publish() filter plugin depending on message MIME type.
 

Uses of I_PluginManager in org.xmlBlaster.engine.msgstore
 

Classes in org.xmlBlaster.engine.msgstore that implement I_PluginManager
 class StoragePluginManager
          StoragePluginManager loads the I_Map implementation plugins.
 

Uses of I_PluginManager in org.xmlBlaster.engine.persistence
 

Classes in org.xmlBlaster.engine.persistence that implement I_PluginManager
 class PersistencePluginManager
          Title: PluginManager Description: Loads persistence plugin
 

Uses of I_PluginManager in org.xmlBlaster.engine.runlevel
 

Classes in org.xmlBlaster.engine.runlevel that implement I_PluginManager
 class RunlevelPluginManager
          This class is used to load the static plugins, i.e.
 

Uses of I_PluginManager in org.xmlBlaster.protocol
 

Classes in org.xmlBlaster.protocol that implement I_PluginManager
 class CbProtocolManager
          CbProtocolManager loads the callback protocol plugins like CORBA/RMI/XmlRpc.
 

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

Classes in org.xmlBlaster.util.dispatch.plugins that implement I_PluginManager
 class DispatchPluginManager
          DispatchPluginManager loads the I_MsgDispatchInterceptor implementation plugins.
 

Uses of I_PluginManager in org.xmlBlaster.util.plugin
 

Classes in org.xmlBlaster.util.plugin that implement I_PluginManager
 class PluginManagerBase
          Base class to load plugins.
 

Methods in org.xmlBlaster.util.plugin with parameters of type I_PluginManager
private  void PluginInfo.init(Global glob, I_PluginManager manager, java.lang.String type_, java.lang.String version_, ContextNode contextNode)
          see javadoc of constructor
 

Constructors in org.xmlBlaster.util.plugin with parameters of type I_PluginManager
PluginInfo(Global glob, I_PluginManager manager, java.lang.String typeVersion)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String typeVersion, ContextNode contextNode)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String type, java.lang.String version)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String type, java.lang.String version, ContextNode contextNode)
          From pluginEnvClass and instanceId we build a string to lookup the key in the environment e.g.
 

Uses of I_PluginManager in org.xmlBlaster.util.queue
 

Classes in org.xmlBlaster.util.queue that implement I_PluginManager
 class QueuePluginManager
          QueuePluginManager loads the I_Queue implementation plugins.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.