Uses of Class
org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Packages that use ThreadAwareContext Package Description org.apache.activemq.artemis.jms.client -
-
Uses of ThreadAwareContext in org.apache.activemq.artemis.jms.client
Fields in org.apache.activemq.artemis.jms.client declared as ThreadAwareContext Modifier and Type Field Description protected ThreadAwareContext
ActiveMQConnectionForContextImpl. threadAwareContext
Methods in org.apache.activemq.artemis.jms.client that return ThreadAwareContext Modifier and Type Method Description ThreadAwareContext
ActiveMQConnectionForContextImpl. getThreadAwareContext()
ThreadAwareContext
ActiveMQJMSContext. getThreadAwareContext()
Constructors in org.apache.activemq.artemis.jms.client with parameters of type ThreadAwareContext Constructor Description ActiveMQJMSContext(ActiveMQConnectionForContext connection, int ackMode, ThreadAwareContext threadAwareContext)
ActiveMQJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext)
ActiveMQXAJMSContext(ActiveMQConnectionForContext connection, ThreadAwareContext threadAwareContext)
-