Uses of Interface
org.apache.activemq.ra.InboundContext

Uses of InboundContext in org.apache.activemq.ra
 

Classes in org.apache.activemq.ra that implement InboundContext
 class ServerSessionImpl
           
 

Methods in org.apache.activemq.ra that return InboundContext
static InboundContext InboundContextSupport.getActiveSessionAndProducer()
          Returns the current InboundContext used by the current thread which is processing a message.
 InboundContext InboundSessionProxy.getSessionAndProducer()
           
 

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



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.