Uses of Interface
org.activemq.ra.SessionAndProducer

Packages that use SessionAndProducer
org.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ 
org.activemq.ra.jms A JMS provider for working with ActiveMQ's JCA ResourceAdapter which uses the same JMS Session that is being used to dispatch JMS Messages inside a JCA or MDB container. 
 

Uses of SessionAndProducer in org.activemq.ra
 

Classes in org.activemq.ra that implement SessionAndProducer
 class InboundEndpointWork
           
 class ServerSessionImpl
           
 

Methods in org.activemq.ra that return SessionAndProducer
static SessionAndProducer SessionAndProducerHelper.getActiveSessionAndProducer()
          Returns the current SessionAndProducer used by the current thread which is processing a message.
 

Methods in org.activemq.ra with parameters of type SessionAndProducer
static void SessionAndProducerHelper.register(SessionAndProducer sessionAndProducer)
          Registers the session and producer which should be called before the MessageEndpoint.beforeDelivery(java.lang.reflect.Method) method is called.
static void SessionAndProducerHelper.unregister(SessionAndProducer sessionAndProducer)
          Unregisters the session and producer which should be called after the MessageEndpoint.afterDelivery() method is called.
 

Uses of SessionAndProducer in org.activemq.ra.jms
 

Methods in org.activemq.ra.jms that return SessionAndProducer
 SessionAndProducer SessionProxy.getSessionAndProducer()
           
 



Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.