xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.jms.I_StatusChangeListener

Packages that use I_StatusChangeListener
org.xmlBlaster.jms   
 

Uses of I_StatusChangeListener in org.xmlBlaster.jms
 

Classes in org.xmlBlaster.jms that implement I_StatusChangeListener
 class XBConnection
          XBConnection holds the connections to xmlBlaster.Since this class serves as a factory for jms sessions, and since the mapping between sessions and connections is: <br/> <ul> <li><b>xmlBlaster</b>: 1 connection -> 1 session</li> <li><b>jms</b>: 1 connection -> n session</li> </ul> we need to map one jms connection (XBConnection) to multiple (n) xmlBlaster connections (one for each session).
 

Fields in org.xmlBlaster.jms declared as I_StatusChangeListener
private  I_StatusChangeListener XBSession.statusChangeListener
           
 

Methods in org.xmlBlaster.jms with parameters of type I_StatusChangeListener
(package private)  void XBSession.setStatusChangeListener(I_StatusChangeListener statusChangeListener)
          registeres the listener about status changes.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.