The Spring Framework

Uses of Interface
org.springframework.jms.listener.serversession.ServerSessionFactory

Packages that use ServerSessionFactory
org.springframework.jms.listener.serversession This package contains the ServerSessionMessageListenerContainer implementation, based on the standard JMS ServerSessionPool API. 
 

Uses of ServerSessionFactory in org.springframework.jms.listener.serversession
 

Classes in org.springframework.jms.listener.serversession that implement ServerSessionFactory
 class AbstractPoolingServerSessionFactory
          Abstract base class for ServerSessionFactory implementations that pool ServerSessionFactory instances.
 class CommonsPoolServerSessionFactory
          ServerSessionFactory implementation that holds JMS ServerSessions in a configurable Jakarta Commons Pool.
 class SimpleServerSessionFactory
          The simplest possible implementation of the ServerSessionFactory SPI: creating a new ServerSession with a new JMS Session every time.
 

Methods in org.springframework.jms.listener.serversession that return ServerSessionFactory
protected  ServerSessionFactory ServerSessionMessageListenerContainer.getServerSessionFactory()
          Return the Spring ServerSessionFactory to use.
 

Methods in org.springframework.jms.listener.serversession with parameters of type ServerSessionFactory
 void ServerSessionMessageListenerContainer.setServerSessionFactory(ServerSessionFactory serverSessionFactory)
          Set the Spring ServerSessionFactory to use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.