Interface JmsXAQueueConnectionFactory
- All Superinterfaces:
javax.jms.ConnectionFactory, JmsConnectionFactory, JmsPropertyContext, JmsQueueConnectionFactory, JmsReadablePropertyContext, JmsXAConnectionFactory, Map<String,Object>, javax.jms.QueueConnectionFactory, Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory
- All Known Implementing Classes:
MQXAQueueConnectionFactory
public interface JmsXAQueueConnectionFactory
extends JmsXAConnectionFactory, JmsQueueConnectionFactory, javax.jms.XAQueueConnectionFactory
The JmsXAQueueConnectionFactory interface adds properties to a javax.jms.XAQueueConnectionFactory.
A JmsXAQueueConnectionFactory provides the same create options as a JmsQueueConnectionFactory. This class is provided for use in the J2EE application server environment.
- See Also:
-
Nested Class Summary
-
Method Summary
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContextMethods inherited from interface JmsPropertyContext
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toJsonMethods inherited from interface JmsReadablePropertyContext
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, stringifyMeMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnectionMethods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContextMethods inherited from interface javax.jms.XAQueueConnectionFactory
createXAQueueConnection, createXAQueueConnection