Uses of Interface
jakarta.jms.XAConnection
-
-
Uses of XAConnection in jakarta.jms
Subinterfaces of XAConnection in jakarta.jms Modifier and Type Interface Description interface
XAQueueConnection
AnXAQueueConnection
provides the same create options asQueueConnection
(optional).interface
XATopicConnection
AnXATopicConnection
provides the same create options asTopicConnection
(optional).Methods in jakarta.jms that return XAConnection Modifier and Type Method Description XAConnection
XAConnectionFactory. createXAConnection()
Creates anXAConnection
with the default user identity.XAConnection
XAConnectionFactory. createXAConnection(String userName, String password)
Creates anXAConnection
with the specified user identity.
-