Uses of Interface
javax.jms.Connection
-
-
Uses of Connection in javax.jms
Subinterfaces of Connection in javax.jms Modifier and Type Interface Description interface
QueueConnection
interface
TopicConnection
interface
XAConnection
interface
XAQueueConnection
interface
XATopicConnection
Methods in javax.jms that return Connection Modifier and Type Method Description Connection
ConnectionFactory. createConnection()
Connection
ConnectionFactory. createConnection(java.lang.String userName, java.lang.String password)
-