org.huihoo.jfox.ms.jms.topic
Class TopicConnectionFactoryImpl

java.lang.Object
  extended byorg.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
      extended byorg.huihoo.jfox.ms.jms.topic.TopicConnectionFactoryImpl
All Implemented Interfaces:
javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory

public class TopicConnectionFactoryImpl
extends ConnectionFactoryImpl
implements javax.jms.TopicConnectionFactory

Created by IntelliJ IDEA. User: yong.cheng Date: 2003-5-20 Time: 21:44:50 To change this template use Options | File Templates.


Constructor Summary
TopicConnectionFactoryImpl()
           
TopicConnectionFactoryImpl(java.lang.String url)
           
 
Method Summary
 javax.jms.TopicConnection createTopicConnection()
           
 javax.jms.TopicConnection createTopicConnection(java.lang.String userName, java.lang.String password)
           
 
Methods inherited from class org.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicConnectionFactoryImpl

public TopicConnectionFactoryImpl()

TopicConnectionFactoryImpl

public TopicConnectionFactoryImpl(java.lang.String url)
Method Detail

createTopicConnection

public javax.jms.TopicConnection createTopicConnection()
                                                throws javax.jms.JMSException
Specified by:
createTopicConnection in interface javax.jms.TopicConnectionFactory
Throws:
javax.jms.JMSException

createTopicConnection

public javax.jms.TopicConnection createTopicConnection(java.lang.String userName,
                                                       java.lang.String password)
                                                throws javax.jms.JMSException
Specified by:
createTopicConnection in interface javax.jms.TopicConnectionFactory
Throws:
javax.jms.JMSException


Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.