Uses of Interface
javax.jms.ConnectionFactory

Packages that use ConnectionFactory
javax.jms   
 

Uses of ConnectionFactory in javax.jms
 

Subinterfaces of ConnectionFactory in javax.jms
 interface QueueConnectionFactory
          A client uses a QueueConnectionFactory to create QueueConnections with a JMS PTP provider.
 interface TopicConnectionFactory
          A client uses a TopicConnectionFactory to create TopicConnections with a JMS Pub/Sub provider.
 interface XAQueueConnectionFactory
          An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
 interface XATopicConnectionFactory
          An XATopicConnectionFactory provides the same create options as TopicConnectionFactory (optional).