JBoss API: Interface JmsSessionFactory

org.jboss.jms.ra.client
Interface JmsSessionFactory

All Superinterfaces:
javax.jms.Connection, javax.jms.QueueConnection, javax.jms.TopicConnection
All Known Implementing Classes:
JmsSessionFactoryImpl

public interface JmsSessionFactory
extends javax.jms.TopicConnection, javax.jms.QueueConnection

A marker interface to join topics and queues into one factory.

Created: Thu Mar 29 15:37:21 2001

Version:
$Revision: 1.1.4.2 $
Author:
Peter Antman.

Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
 
Methods inherited from interface javax.jms.Connection
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 
Methods inherited from interface javax.jms.QueueConnection
createConnectionConsumer, createQueueSession
 



Copyright © 2000 The JBoss Organization. All Rights Reserved.