|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboundContext | |
---|---|
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |