Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.jms
Interface TopicConnectionFactory  view TopicConnectionFactory download TopicConnectionFactory.java

All Superinterfaces:
ConnectionFactory
All Known Subinterfaces:
XATopicConnectionFactory

public interface TopicConnectionFactory
extends ConnectionFactory

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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

createTopicConnection

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