xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.engine.runlevel.I_RunlevelListener

Packages that use I_RunlevelListener
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.mime   
org.xmlBlaster.engine.runlevel   
 

Uses of I_RunlevelListener in org.xmlBlaster
 

Classes in org.xmlBlaster that implement I_RunlevelListener
 class Main
          Main class to invoke the xmlBlaster server.
 

Uses of I_RunlevelListener in org.xmlBlaster.authentication
 

Classes in org.xmlBlaster.authentication that implement I_RunlevelListener
 class Authenticate
          Authenticate a client via login.
 

Uses of I_RunlevelListener in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_RunlevelListener
 class AvailabilityChecker
          This checks depending on the run level to accept or deny messages from outside.
 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 ServerScope
          This holds global needed data of one xmlBlaster instance.
 

Uses of I_RunlevelListener in org.xmlBlaster.engine.admin
 

Classes in org.xmlBlaster.engine.admin that implement I_RunlevelListener
 class CommandManager
          The manager instance for administrative commands.
 

Uses of I_RunlevelListener in org.xmlBlaster.engine.cluster
 

Classes in org.xmlBlaster.engine.cluster that implement I_RunlevelListener
 class ClusterManager
          The manager instance for a cluster node.
 

Uses of I_RunlevelListener in org.xmlBlaster.engine.mime
 

Classes in org.xmlBlaster.engine.mime that implement I_RunlevelListener
 class AccessPluginManager
          Loads subscribe()/get() filter plugin depending on message MIME type.
 class PublishPluginManager
          Loads publish() filter plugin depending on message MIME type.
 

Uses of I_RunlevelListener in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as I_RunlevelListener
private  I_RunlevelListener[] RunlevelManager.DUMMY_ARR
           
 

Methods in org.xmlBlaster.engine.runlevel with parameters of type I_RunlevelListener
 void RunlevelManager.addRunlevelListener(I_RunlevelListener l)
          Adds the specified runlevel listener to receive runlevel change events.
 void RunlevelManager.removeRunlevelListener(I_RunlevelListener l)
          Removes the specified listener.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.