当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
JmsConnectionFactory (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
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.
Created: Thu Apr 26 17:01:35 2001
- Version:
$Revision: 1.5 $
- Author:
- Peter Antman.
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.jms.TopicConnectionFactory |
createTopicConnection, createTopicConnection |
Methods inherited from interface javax.jms.QueueConnectionFactory |
createQueueConnection, createQueueConnection |
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
QUEUE
public static final int QUEUE
- See Also:
- Constant Field Values
TOPIC
public static final int TOPIC
- See Also:
- Constant Field Values
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.