xmlBlaster 2.2.0 API

Uses of Package
org.xmlBlaster.engine

Packages that use org.xmlBlaster.engine
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication   
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.contrib.dbupdate   
org.xmlBlaster.contrib.htmlmonitor   
org.xmlBlaster.contrib.mime   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.admin.extern   
org.xmlBlaster.engine.admin.intern   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.cluster.simpledomain   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.distributor   
org.xmlBlaster.engine.distributor.plugins   
org.xmlBlaster.engine.event   
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.persistence   
org.xmlBlaster.engine.persistence.filestore   
org.xmlBlaster.engine.qos   
org.xmlBlaster.engine.queuemsg   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.engine.xml2java   
org.xmlBlaster.j2ee.jmx   
org.xmlBlaster.j2ee.util   
org.xmlBlaster.protocol   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.test.classtest.msgstore   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.cluster Tests xmlBlaster cluster support. 
org.xmlBlaster.util.checkpoint   
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.authentication
AvailabilityChecker
          This checks depending on the run level to accept or deny messages from outside.
MsgErrorHandler
          The default error recovery implementation for messages which are lost in time and universe.
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.authentication.plugins
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.client.protocol.local
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.contrib.dbupdate
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.contrib.htmlmonitor
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.contrib.mime
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.contrib.replication
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.contrib.replication.impl
I_SubscriptionListener
          Listens on subscriptionRemove and subscriptionAdded events.
ServerScope
          This holds global needed data of one xmlBlaster instance.
SubscriptionEvent
          An event which indicates that a new subscription or unsubscribe occurred.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine
AvailabilityChecker
          This checks depending on the run level to accept or deny messages from outside.
BigXmlKeyDOM
          Building a huge DOM tree for all known MsgUnit.xmlKeys.
ClientSubscriptions
          Handling subscriptions, collected for each session of each client.
EventPluginMBean
          JMX control for the native EventPlugin.
I_RemotePropertiesListener
          Listens on remote properties send from clients.
I_SessionPersistencePlugin
          I_SessionPersitencePlugin provides the interface for the storage for both sessions and subscriptions.
I_SubscriptionListener
          Listens on subscriptionRemove and subscriptionAdded events.
I_TopicListener
          Listens on subscriptionRemove and subscriptionAdded events.
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
RequestBroker
          This is the central message broker, all requests are routed through this singleton.
RequestBrokerMBean
          Export methods for JMX on cluster node level.
ServerScope
          This holds global needed data of one xmlBlaster instance.
SubjectEntryShuffler
          SubjectEntryShuffler
SubscriptionEvent
          An event which indicates that a new subscription or unsubscribe occurred.
SubscriptionInfo
          This is a container to hold references on all interesting data concerning a subscription of exactly one topic from exactly one client.
SubscriptionInfoMBean
          Export subscription specific methods for JMX.
TopicAccessor
          Singleton in ServerScope to access a TopicHandler instance.
TopicAccessor.TopicContainer
          Helper class to hold the TopicHandler and some additonal locking information.
TopicEvent
          An event which indicates that a new TopicHandler is created or destroyed.
TopicHandler
          A topic handles all MsgUnit entries of same oid and its subscribers.
TopicHandlerMBean
          Export methods for JMX on cluster node level.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.admin
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.admin.extern
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.admin.intern
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.cluster
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.cluster.simpledomain
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.dispatch
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.distributor
I_SubscriptionListener
          Listens on subscriptionRemove and subscriptionAdded events.
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.distributor.plugins
I_SubscriptionListener
          Listens on subscriptionRemove and subscriptionAdded events.
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
ServerScope
          This holds global needed data of one xmlBlaster instance.
SubscriptionEvent
          An event which indicates that a new subscription or unsubscribe occurred.
SubscriptionInfo
          This is a container to hold references on all interesting data concerning a subscription of exactly one topic from exactly one client.
TopicHandler
          A topic handles all MsgUnit entries of same oid and its subscribers.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.event
EventPlugin
          Registers for events from the xmlBlaster core and forwards them as configured.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.mime
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.mime.demo
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.mime.regex
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.mime.sql92
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.mime.xpath
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.msgstore
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.msgstore.cache
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.persistence
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.persistence.filestore
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.qos
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.queuemsg
MsgUnitWrapper
          Wraps a publish() message into an entry for a persistence cache.
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.runlevel
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.engine.xml2java
RequestBroker
          This is the central message broker, all requests are routed through this singleton.
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.j2ee.jmx
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.j2ee.util
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.protocol
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.test.classtest
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.test.classtest.msgstore
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.test.classtest.queue
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.test.cluster
ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Classes in org.xmlBlaster.engine used by org.xmlBlaster.util.checkpoint
ServerScope
          This holds global needed data of one xmlBlaster instance.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.