Class ActiveMQConnectionForContextImpl
java.lang.Object
org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
- All Implemented Interfaces:
Connection,AutoCloseable,ActiveMQConnectionForContext
- Direct Known Subclasses:
ActiveMQConnection,ActiveMQRASessionFactoryImpl
public abstract class ActiveMQConnectionForContextImpl
extends Object
implements ActiveMQConnectionForContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Field Details
-
threadAwareContext
-
-
Constructor Details
-
ActiveMQConnectionForContextImpl
public ActiveMQConnectionForContextImpl()
-
-
Method Details
-
createContext
- Specified by:
createContextin interfaceActiveMQConnectionForContext
-
createXAContext
- Specified by:
createXAContextin interfaceActiveMQConnectionForContext
-
closeFromContext
public void closeFromContext()- Specified by:
closeFromContextin interfaceActiveMQConnectionForContext
-
incrementRefCounter
protected void incrementRefCounter() -
getThreadAwareContext
-