xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.engine.I_SubscriptionListener

Packages that use I_SubscriptionListener
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.distributor   
org.xmlBlaster.engine.distributor.plugins   
 

Uses of I_SubscriptionListener in org.xmlBlaster.contrib.replication.impl
 

Classes in org.xmlBlaster.contrib.replication.impl that implement I_SubscriptionListener
 class ReplManagerPlugin
          ReplManagerPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Uses of I_SubscriptionListener in org.xmlBlaster.engine
 

Subinterfaces of I_SubscriptionListener in org.xmlBlaster.engine
 interface I_SessionPersistencePlugin
          I_SessionPersitencePlugin provides the interface for the storage for both sessions and subscriptions.
 

Classes in org.xmlBlaster.engine that implement I_SubscriptionListener
 class ClientSubscriptions
          Handling subscriptions, collected for each session of each client.
 class EventPlugin
          Registers for events from the xmlBlaster core and forwards them as configured.
 class SessionPersistencePlugin
          SessionPersistencePlugin provides the persistent storage for both sessions and subscriptions.
 

Fields in org.xmlBlaster.engine declared as I_SubscriptionListener
private  I_SubscriptionListener TopicHandler.subscriptionListener
           
 

Methods in org.xmlBlaster.engine that return I_SubscriptionListener
 I_SubscriptionListener RequestBroker.getSubscriptionListener(java.lang.Integer prio)
          Returns the listener with the specified prio or null if none with that prio has been found.
 

Methods in org.xmlBlaster.engine with parameters of type I_SubscriptionListener
 void RequestBroker.addSubscriptionListener(I_SubscriptionListener l)
          Adds the specified subscription listener to receive subscribe/unSubscribe events.
 void RequestBroker.removeSubscriptionListener(I_SubscriptionListener l)
          Removes the specified listener.
 

Uses of I_SubscriptionListener in org.xmlBlaster.engine.distributor
 

Subinterfaces of I_SubscriptionListener in org.xmlBlaster.engine.distributor
 interface I_MsgDistributor
          I_MsgDistributor
 

Uses of I_SubscriptionListener in org.xmlBlaster.engine.distributor.plugins
 

Classes in org.xmlBlaster.engine.distributor.plugins that implement I_SubscriptionListener
 class ConsumableQueuePlugin
          ConsumableQueuePlugin
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.