Uses of Interface
javax.jms.XAConnection
-
-
Uses of XAConnection in javax.jms
Subinterfaces of XAConnection in javax.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 javax.jms that return XAConnection Modifier and Type Method Description XAConnection
XAConnectionFactory. createXAConnection()
Creates anXAConnection
with the default user identity.XAConnection
XAConnectionFactory. createXAConnection(java.lang.String userName, java.lang.String password)
Creates anXAConnection
with the specified user identity.
-