Uses of Interface
javax.jms.QueueConnection

Packages that use QueueConnection
javax.jms   
 

Uses of QueueConnection in javax.jms
 

Subinterfaces of QueueConnection in javax.jms
 interface XAQueueConnection
          XAQueueConnection provides the same create options as QueueConnection (optional).
 

Methods in javax.jms that return QueueConnection
 QueueConnection QueueConnectionFactory.createQueueConnection()
          Create a queue connection with default user identity.
 QueueConnection QueueConnectionFactory.createQueueConnection(String userName, String password)
          Create a queue connection with specified user identity.