Uses of Class
org.apache.commons.messenger.SessionFactory

Packages that use SessionFactory
org.apache.commons.messenger The main Messenger interface, a simple facade for working with JMS, together with all the default implementation classes and additional factory classes. 
 

Uses of SessionFactory in org.apache.commons.messenger
 

Subclasses of SessionFactory in org.apache.commons.messenger
 class JNDISessionFactory
          JNDISessionFactory is a Factory of JMS Session objects which looks up the ConnectionFactory object from JNDI.
 

Methods in org.apache.commons.messenger that return SessionFactory
protected  SessionFactory SimpleMessenger.createSessionFactory()
          Factory method to create a SessionFactory.
protected  SessionFactory DefaultMessenger.createSessionFactory()
          Factory method to create a SessionFactory.
 SessionFactory SimpleMessenger.getSessionFactory()
          Returns the SessionFactory used to create new JMS sessions
 SessionFactory MessengerSession.getSessionFactory()
           
 SessionFactory Messenger.getSessionFactory()
          Returns the SessionFactory used to create new JMS sessions and Connections.
 SessionFactory DefaultMessenger.getSessionFactory()
          Returns the SessionFactory used to create new JMS sessions
 

Methods in org.apache.commons.messenger with parameters of type SessionFactory
 void SimpleMessenger.setSessionFactory(SessionFactory sessionFactory)
          Sets the SessionFactory used to create new JMS sessions
 void DefaultMessenger.setSessionFactory(SessionFactory sessionFactory)
          Sets the SessionFactory used to create new JMS sessions
 

Constructors in org.apache.commons.messenger with parameters of type SessionFactory
DefaultServerSessionPool(SessionFactory sessionFactory, javax.jms.MessageListener listener, int numberOfServerSessions)
           
MessengerSession(MessengerSupport messenger, SessionFactory sessionFactory)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.