com.ibm.msg.client.jms
インターフェース JmsXAQueueConnection
- すべてのスーパーインターフェース:
- java.lang.AutoCloseable, javax.jms.Connection, JmsConnection, JmsPropertyContext, JmsQueueConnection, JmsReadablePropertyContext, JmsXAConnection, java.util.Map<java.lang.String,java.lang.Object>, javax.jms.QueueConnection, java.io.Serializable, javax.jms.XAConnection, javax.jms.XAQueueConnection
- すべての既知の実装クラス:
- MQXAQueueConnection
public interface JmsXAQueueConnection extends JmsXAConnection, JmsQueueConnection, javax.jms.XAQueueConnection
JmsXAQueueConnection インターフェースは、javax.jms.XAQueueConnection にプロパティを追加します。JmsXAQueueConnection は JmsQueueConnection と同じ作成オプションを提供します。 唯一の違いは、定義上、JmsXAQueueConnection がトランザクションされることです。
- も参照してください。
XAQueueConnection,XAConnection,Connection,JmsXAConnection,JmsQueueConnection
-
-
メソッドの要約
-
インタフェース com.ibm.msg.client.jms.JmsPropertyContext から継承したメソッド
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toJson
-
インタフェース com.ibm.msg.client.jms.JmsReadablePropertyContext から継承したメソッド
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, stringifyMe
-
インターフェース java.util.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, values
-
インターフェース javax.jms.Connection から継承されたメソッド
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
-