Uses of Interface
javax.jms.XAConnection
-
-
Uses of XAConnection in javax.jms
Subinterfaces of XAConnection in javax.jms Modifier and Type Interface Description interfaceXAQueueConnectionAnXAQueueConnectionprovides the same create options asQueueConnection(optional).interfaceXATopicConnectionAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in javax.jms that return XAConnection Modifier and Type Method Description XAConnectionXAConnectionFactory. createXAConnection()Creates anXAConnectionwith the default user identity.XAConnectionXAConnectionFactory. createXAConnection(java.lang.String userName, java.lang.String password)Creates anXAConnectionwith the specified user identity.
-