org.jboss.resource.adapter.jms
Interface JmsConnectionFactory

All Superinterfaces:
javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, Serializable, javax.jms.TopicConnectionFactory
All Known Implementing Classes:
JmsConnectionFactoryImpl

public interface JmsConnectionFactory
extends javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.QueueConnectionFactory, Serializable

An aggregate interface for QueueConnectionFactory and TopicConnectionFactory. Also marks as serializable.

Version:
$Revision: 1.5.6.2 $
Author:
Peter Antman., Adrian Brock

Field Summary
static int BOTH
           
static int QUEUE
           
static int TOPIC
           
 
Method Summary
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 
Methods inherited from interface javax.jms.TopicConnectionFactory
createTopicConnection, createTopicConnection
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 

Field Detail

BOTH

static final int BOTH
See Also:
Constant Field Values

QUEUE

static final int QUEUE
See Also:
Constant Field Values

TOPIC

static final int TOPIC
See Also:
Constant Field Values


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.