xmlBlaster 2.2.0 client API

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

Packages that use PluginInfo
javaclients Java examples, start reading the HelloWorld clients. 
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.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
 

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

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
 

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
 

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
 

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

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 with parameters of type PluginInfo
 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.
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
 

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
 

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
 

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

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

Copyright © 1999-2014 The xmlBlaster.org contributers.