xmlBlaster 2.2.0 API

Uses of Package
org.xmlBlaster.util.plugin

Packages that use org.xmlBlaster.util.plugin
javaclients Java examples, start reading the HelloWorld clients. 
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
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   
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.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.client   
org.xmlBlaster.test.contrib   
org.xmlBlaster.test.contrib.filewatcher   
org.xmlBlaster.util Java helper classes for server and client programming. 
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   
org.xmlBlaster.util.xbformat   
 

Classes in org.xmlBlaster.util.plugin used by javaclients
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.authentication.plugins
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.authentication.plugins.demo
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.filepoller
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.corba
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.email
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.local
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.rmi
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.socket
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.client.protocol.xmlrpc
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.dbwatcher.plugin
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.dbwriter
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.filewatcher
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.filewriter
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.htmlmonitor
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.jmx
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.mime
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.replication
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.replication.impl
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.scheduler
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.contrib.socketgetter
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.admin.intern
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.cluster
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.cluster.simpledomain
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.distributor
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.distributor.plugins
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.mime
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.mime.demo
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.mime.regex
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.mime.sql92
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.mime.xpath
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.msgstore
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.msgstore.cache
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.msgstore.ram
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.persistence
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.persistence.filestore
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.engine.runlevel
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.corba
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.email
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.jdbc
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.local
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.rmi
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.socket
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.stomp
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.protocol.xmlrpc
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.test.classtest.queue
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.test.client
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.test.contrib
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.test.contrib.filewatcher
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginManagerBase
          Base class to load plugins.
PluginRegistry
          One instance of this class is used to keep track of all cached plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.checkpoint
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.classloader
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.dispatch.plugins
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.dispatch.plugins.prio
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.plugin
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.protocol.email
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.protocol.socket
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.queue
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
I_PluginManager
          A managare that loads plugins.
PluginInfo
          Holds data about a plugin (immutable).
PluginManagerBase
          Base class to load plugins.
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.queue.cache
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.queue.jdbc
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.queue.ram
I_Plugin
          This interface must be implemented by xmlBlaster plugins.
PluginInfo
          Holds data about a plugin (immutable).
 

Classes in org.xmlBlaster.util.plugin used by org.xmlBlaster.util.xbformat
I_PluginConfig
          Abstraction to allow access configuration parameters of a Plugin.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.