org.huihoo.jfox.ms.jms.base
Class ConnectionFactoryImpl

java.lang.Object
  extended byorg.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
All Implemented Interfaces:
javax.jms.ConnectionFactory
Direct Known Subclasses:
QueueConnectionFactoryImpl, TopicConnectionFactoryImpl

public abstract class ConnectionFactoryImpl
extends java.lang.Object
implements javax.jms.ConnectionFactory

Implementation of javax.jms.ConnectionFactory

Version:
Revision: 1.1 Date: 2002-12-08 19:22:15
Author:
Peter.Cheng

Constructor Summary
ConnectionFactoryImpl()
           
ConnectionFactoryImpl(java.lang.String url)
           
 
Method Summary
 javax.naming.Reference getReference()
          GetReference method - to implement javax.naming.Refrenceable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryImpl

public ConnectionFactoryImpl()

ConnectionFactoryImpl

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

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
GetReference method - to implement javax.naming.Refrenceable

Returns:
The Reference value
Throws:
javax.naming.NamingException - Description of Exception


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