xmlBlaster 2.2.0 client API

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

Packages that use I_PluginManager
org.xmlBlaster.client.protocol   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.plugin   
org.xmlBlaster.util.queue   
 

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

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 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.