org.jboss.jms.server.bridge
Class JNDIConnectionFactoryFactory

java.lang.Object
  extended byorg.jboss.jms.server.bridge.JNDIConnectionFactoryFactory
All Implemented Interfaces:
ConnectionFactoryFactory

public class JNDIConnectionFactoryFactory
extends java.lang.Object
implements ConnectionFactoryFactory

A JNDIConnectionFactoryFactory

Version:
$Revision: 1970 $ $Id: JNDIConnectionFactoryFactory.java 1970 2007-01-16 20:58:56Z timfox $
Author:
Tim Fox

Constructor Summary
JNDIConnectionFactoryFactory(java.util.Hashtable jndiProperties, java.lang.String lookup)
           
 
Method Summary
 ConnectionFactory createConnectionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIConnectionFactoryFactory

public JNDIConnectionFactoryFactory(java.util.Hashtable jndiProperties,
                                    java.lang.String lookup)
Method Detail

createConnectionFactory

public ConnectionFactory createConnectionFactory()
                                          throws java.lang.Exception
Specified by:
createConnectionFactory in interface ConnectionFactoryFactory
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.