org.jboss.messaging.ra
Interface JBMConnectionFactory
- All Superinterfaces:
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, java.io.Serializable, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
- All Known Implementing Classes:
- JBMConnectionFactoryImpl
public interface JBMConnectionFactory
- extends javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory, java.io.Serializable
An aggregate interface for the JMS connection factories
- Version:
- $Revision: $
- Author:
- Adrian Brock, Jesper Pedersen
Field Summary |
static int |
CONNECTION
Connection factory capable of handling connections |
static int |
QUEUE_CONNECTION
Connection factory capable of handling queues |
static int |
TOPIC_CONNECTION
Connection factory capable of handling topics |
static int |
XA_CONNECTION
Connection factory capable of handling XA connections |
static int |
XA_QUEUE_CONNECTION
Connection factory capable of handling XA queues |
static int |
XA_TOPIC_CONNECTION
Connection factory capable of handling XA topics |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.jms.XAConnectionFactory |
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.XAQueueConnectionFactory |
createXAQueueConnection, createXAQueueConnection |
Methods inherited from interface javax.jms.XAConnectionFactory |
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.jms.XATopicConnectionFactory |
createXATopicConnection, createXATopicConnection |
Methods inherited from interface javax.jms.XAConnectionFactory |
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
CONNECTION
static final int CONNECTION
- Connection factory capable of handling connections
- See Also:
- Constant Field Values
QUEUE_CONNECTION
static final int QUEUE_CONNECTION
- Connection factory capable of handling queues
- See Also:
- Constant Field Values
TOPIC_CONNECTION
static final int TOPIC_CONNECTION
- Connection factory capable of handling topics
- See Also:
- Constant Field Values
XA_CONNECTION
static final int XA_CONNECTION
- Connection factory capable of handling XA connections
- See Also:
- Constant Field Values
XA_QUEUE_CONNECTION
static final int XA_QUEUE_CONNECTION
- Connection factory capable of handling XA queues
- See Also:
- Constant Field Values
XA_TOPIC_CONNECTION
static final int XA_TOPIC_CONNECTION
- Connection factory capable of handling XA topics
- See Also:
- Constant Field Values
Copyright © 2006 JBoss Inc. All Rights Reserved.