Uses of Interface
javax.jms.XAJMSContext
-
-
Uses of XAJMSContext in javax.jms
Methods in javax.jms that return XAJMSContext Modifier and Type Method Description XAJMSContextXAConnectionFactory. createXAContext()Creates aXAJMSContextwith the default user identityXAJMSContextXAConnectionFactory. createXAContext(java.lang.String userName, java.lang.String password)Creates a JMSContext with the specified user identity
-