xmlBlaster 2.2.0 client API

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

Packages that use PluginManagerBase
org.xmlBlaster.client.protocol   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.queue   
 

Uses of PluginManagerBase in org.xmlBlaster.client.protocol
 

Subclasses of PluginManagerBase in org.xmlBlaster.client.protocol
 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 PluginManagerBase in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return PluginManagerBase
 PluginManagerBase Global.getPluginManager()
          Returns the plugin manager used by the run level manager.
 

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

Subclasses of PluginManagerBase in org.xmlBlaster.util.dispatch.plugins
 class DispatchPluginManager
          DispatchPluginManager loads the I_MsgDispatchInterceptor implementation plugins.
 

Uses of PluginManagerBase in org.xmlBlaster.util.queue
 

Subclasses of PluginManagerBase in org.xmlBlaster.util.queue
 class QueuePluginManager
          QueuePluginManager loads the I_Queue implementation plugins.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.