Uses of Interface
jakarta.jms.JMSContext
Packages that use JMSContext
Package
Description
-
Uses of JMSContext in jakarta.jms
Subinterfaces of JMSContext in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceTheXAJMSContextinterface extends the capability ofJMSContextby adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).Methods in jakarta.jms that return JMSContextModifier and TypeMethodDescriptionConnectionFactory.createContext()Creates a JMSContext with the default user identity and an unspecified sessionMode.ConnectionFactory.createContext(int sessionMode) Creates a JMSContext with the default user identity and the specified session mode.ConnectionFactory.createContext(String userName, String password) Creates a JMSContext with the specified user identity and an unspecified sessionMode.ConnectionFactory.createContext(String userName, String password, int sessionMode) Creates a JMSContext with the specified user identity and the specified session mode.JMSContext.createContext(int sessionMode) Creates a newJMSContextwith the specified session mode using the same connection as thisJMSContextand creating a new session.XAJMSContext.getContext()Returns theJMSContextobject associated with thisXAJMSContext. -
Uses of JMSContext in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement JMSContextModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMSContext.classMethods in org.apache.activemq.artemis.jms.client that return JMSContextModifier and TypeMethodDescriptionActiveMQConnectionFactory.createContext()ActiveMQConnectionFactory.createContext(int sessionMode) ActiveMQConnectionFactory.createContext(String userName, String password) ActiveMQConnectionFactory.createContext(String userName, String password, int sessionMode) ActiveMQConnectionForContext.createContext(int sessionMode) ActiveMQConnectionForContextImpl.createContext(int sessionMode) ActiveMQJMSContext.createContext(int sessionMode) ActiveMQJMSContext.getContext() -
Uses of JMSContext in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement JMSContextMethods in org.apache.activemq.artemis.ra that return JMSContextModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createContext()Creates a JMSContext with the default user identity and an unspecified sessionMode.ActiveMQRAConnectionFactoryImpl.createContext(int sessionMode) Creates a JMSContext with the default user identity and the specified session mode.ActiveMQRAConnectionFactoryImpl.createContext(String userName, String password) Creates a JMSContext with the specified user identity and an unspecified sessionMode.ActiveMQRAConnectionFactoryImpl.createContext(String userName, String password, int sessionMode) Creates a JMSContext with the specified user identity and the specified session mode.ActiveMQRAJMSContext.createContext(int sessionMode) ActiveMQRASessionFactoryImpl.createContext(int sessionMode)