Uses of Interface
javax.jms.XATopicConnection

Packages that use XATopicConnection
javax.jms   
 

Uses of XATopicConnection in javax.jms
 

Methods in javax.jms that return XATopicConnection
 XATopicConnection XATopicConnectionFactory.createXATopicConnection()
          Create an XA topic connection with default user identity.
 XATopicConnection XATopicConnectionFactory.createXATopicConnection(String userName, String password)
          Create an XA topic connection with specified user identity.