com.ibm.msg.client.jms

Interface JmsXAQueueConnectionFactory

All Superinterfaces:
javax.jms.ConnectionFactory, JmsConnectionFactory, JmsPropertyContext, JmsQueueConnectionFactory, JmsReadablePropertyContext, JmsXAConnectionFactory, java.util.Map<java.lang.String,java.lang.Object>, javax.jms.QueueConnectionFactory, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory
All known implementing classes:
MQXAQueueConnectionFactory

  1. public interface JmsXAQueueConnectionFactory
  2. 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:
XAQueueConnectionFactory, XAConnectionFactory, ConnectionFactory, JmsQueueConnectionFactory, JmsXAConnectionFactory

Nested Class Summary

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

Method Summary

Methods inherited from interface com.ibm.msg.client.jms.JmsPropertyContext
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
Methods inherited from interface com.ibm.msg.client.jms.JmsReadablePropertyContext
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from interface javax.jms.XAQueueConnectionFactory
createXAQueueConnection, createXAQueueConnection
Methods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection