Package com.swiftmq.jms
Interface CompoundConnectionFactory
-
- All Superinterfaces:
javax.jms.ConnectionFactory
,javax.jms.QueueConnectionFactory
,javax.jms.TopicConnectionFactory
,javax.jms.XAConnectionFactory
,javax.jms.XAQueueConnectionFactory
,javax.jms.XATopicConnectionFactory
- All Known Implementing Classes:
ConnectionFactoryImpl
,ConnectionFactoryImpl
,ConnectionFactoryImpl
,ConnectionFactoryImpl
,ConnectionFactoryImpl
,ConnectionFactoryImpl
,ConnectionFactoryImpl
public interface CompoundConnectionFactory extends javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
-
-
Method Summary
-
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
-
Methods inherited from interface javax.jms.TopicConnectionFactory
createTopicConnection, createTopicConnection
-
Methods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection
-
-