The Spring Framework

Uses of Package
org.springframework.jms.listener.serversession

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

Classes in org.springframework.jms.listener.serversession used by org.springframework.jms.listener.serversession
AbstractPoolingServerSessionFactory
          Abstract base class for ServerSessionFactory implementations that pool ServerSessionFactory instances.
ListenerSessionManager
          SPI interface for creating and executing JMS Sessions, pre-populated with a specific MessageListener.
ServerSessionFactory
          SPI interface to be implemented by components that manage JMS ServerSessions.
ServerSessionMessageListenerContainer
          Message listener container that builds on the ServerSessionPool SPI, creating JMS ServerSession instances through a pluggable ServerSessionFactory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.