xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.log.I_LogListener

Packages that use I_LogListener
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.protocol.http   
org.xmlBlaster.protocol.http.appletproxy   
org.xmlBlaster.util.log   
 

Uses of I_LogListener in org.xmlBlaster
 

Classes in org.xmlBlaster that implement I_LogListener
 class MainGUI
          Start xmlBlaster with a GUI based control panel.
 

Uses of I_LogListener in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_LogListener
 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.
 

Uses of I_LogListener in org.xmlBlaster.protocol.http
 

Classes in org.xmlBlaster.protocol.http that implement I_LogListener
 class BlasterHttpProxyServlet
          This servlet doesn't leave the doGet() method after an invocation keeping a permanent http connection.
 

Uses of I_LogListener in org.xmlBlaster.protocol.http.appletproxy
 

Classes in org.xmlBlaster.protocol.http.appletproxy that implement I_LogListener
 class AppletServlet
          This servlet supports requests from an applet and sends instant message callbacks to it.
 

Uses of I_LogListener in org.xmlBlaster.util.log
 

Fields in org.xmlBlaster.util.log declared as I_LogListener
private  I_LogListener[] XbNotifyHandler.allCache
           
private  I_LogListener[] XbNotifyHandler.emptyArr
           
private  I_LogListener[] XbNotifyHandler.errorCache
           
private  I_LogListener[] XbNotifyHandler.warnCache
           
 

Methods in org.xmlBlaster.util.log that return I_LogListener
 I_LogListener[] XbNotifyHandler.getAllListeners()
          Get a snapshot of all listeners.
 I_LogListener[] XbNotifyHandler.getErrorListeners()
          Get a snapshot of error listeners.
 I_LogListener[] XbNotifyHandler.getWarnListeners()
          Get a snapshot of warn listeners.
 

Methods in org.xmlBlaster.util.log with parameters of type I_LogListener
 boolean XbNotifyHandler.register(int level, I_LogListener logNotification)
          Register a listener.
 boolean XbNotifyHandler.unregister(int level, I_LogListener logNotification)
          Remove the listener.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.