xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.authentication.I_ClientListener

Packages that use I_ClientListener
org.xmlBlaster.authentication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.protocol.email   
 

Uses of I_ClientListener in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication with type parameters of type I_ClientListener
private  java.util.Set<I_ClientListener> Authenticate.clientListenerSet
          For listeners who want to be informed about login/logout
 

Methods in org.xmlBlaster.authentication that return I_ClientListener
private  I_ClientListener[] Authenticate.getClientListenerArr()
          Returns a current snapshot of all ClientListeners
 

Methods in org.xmlBlaster.authentication with parameters of type I_ClientListener
 void Authenticate.addClientListener(I_ClientListener l)
          Adds the specified client listener to receive login/logout events.
 void Authenticate.removeClientListener(I_ClientListener l)
          Removes the specified listener
 

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

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

Uses of I_ClientListener in org.xmlBlaster.engine
 

Subinterfaces of I_ClientListener 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_ClientListener
 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 RequestBroker
          This is the central message broker, all requests are routed through this singleton.
 class SessionPersistencePlugin
          SessionPersistencePlugin provides the persistent storage for both sessions and subscriptions.
 

Uses of I_ClientListener in org.xmlBlaster.protocol.email
 

Classes in org.xmlBlaster.protocol.email that implement I_ClientListener
 class EmailDriver
          Email driver class to invoke the xmlBlaster server over ordinary emails.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.