javax.jms
Interface TopicConnectionFactory

All Superinterfaces:
ConnectionFactory
All Known Subinterfaces:
XATopicConnectionFactory

public interface TopicConnectionFactory
extends ConnectionFactory

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Method Summary
 TopicConnection createTopicConnection()
           
 TopicConnection createTopicConnection(String username, String password)
           
 

Method Detail

createTopicConnection

public TopicConnection createTopicConnection()
                                      throws JMSException
Throws:
JMSException

createTopicConnection

public TopicConnection createTopicConnection(String username,
                                             String password)
                                      throws JMSException
Throws:
JMSException


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