Interface JmsConnection
- All Superinterfaces:
AutoCloseable, jakarta.jms.Connection, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, Serializable
- All Known Subinterfaces:
JmsQueueConnection, JmsTopicConnection, JmsXAConnection, JmsXAQueueConnection, JmsXATopicConnection
- All Known Implementing Classes:
MQConnection, MQQueueConnection, MQTopicConnection, MQXAConnection, MQXAQueueConnection, MQXATopicConnection
The JmsConnection interface adds properties to a jakarta.jms.Connection. A JmsConnection is a
client's active connection to its JMS provider.
Note: Although this class extends a class which implements the Serializable Interface, it is not itself Serializable.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface jakarta.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stopMethods 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, values