javax.jms
Interface TopicConnectionFactory

All Superinterfaces:
ConnectionFactory
All Known Subinterfaces:
XATopicConnectionFactory

public interface TopicConnectionFactory
extends ConnectionFactory

Version:
$Revision: 1.4 $ $Date: 2004/03/10 10:00:03 $

Method Summary
 TopicConnection createTopicConnection()
           
 TopicConnection createTopicConnection(java.lang.String userName, java.lang.String password)
           
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 

Method Detail

createTopicConnection

public TopicConnection createTopicConnection()
                                      throws JMSException
Throws:
JMSException

createTopicConnection

public TopicConnection createTopicConnection(java.lang.String userName,
                                             java.lang.String password)
                                      throws JMSException
Throws:
JMSException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.