com.ibm.msg.client.jms
接口 JmsXAQueueConnection
- 所有超接口:
- java.lang.AutoCloseable, javax.jms.Connection, JmsConnection, JmsPropertyContext, JmsQueueConnection, JmsReadablePropertyContext, JmsXAConnection, java.util.Map java.io.Serializable, javax.jms.XAConnection, javax.jms.XAQueueConnection
- 所有已知实现类:
- MQXAQueueConnection
公共接口 JmsXAQueueConnection 扩展 JmsXAConnection, JmsQueueConnection, javax.jms.XAQueueConnection
JmsXAQueueConnection 接口可为 javax.jms.XAQueueConnection 添加属性。JmsXAQueueConnection 提供与 JmsQueueConnection 相同的创建选项。 唯一的区别是,根据定义,JmsXAQueueConnection 是事务性的。
- 另请参阅:
XAQueueConnection,XAConnection,Connection,JmsXAConnection,JmsQueueConnection
-
-
方法概要
-
从 interface com.ibm.msg.client.jms.JmsPropertyContext 继承的方法
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toJson
-
从 interface com.ibm.msg.client.jms.JmsReadablePropertyContext 继承的方法
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, stringifyMe
-
-