org.jboss.jms.server.bridge
Class JNDIConnectionFactoryFactory

java.lang.Object
  extended by org.jboss.jms.server.bridge.JNDIFactorySupport
      extended by org.jboss.jms.server.bridge.JNDIConnectionFactoryFactory
All Implemented Interfaces:
ConnectionFactoryFactory

public class JNDIConnectionFactoryFactory
extends JNDIFactorySupport
implements ConnectionFactoryFactory

A JNDIConnectionFactoryFactory

Version:
$Revision: 3188 $ $Id: JNDIConnectionFactoryFactory.java 3188 2007-10-12 12:25:53Z timfox $
Author:
Tim Fox

Field Summary
 
Fields inherited from class org.jboss.jms.server.bridge.JNDIFactorySupport
jndiProperties, lookup
 
Constructor Summary
JNDIConnectionFactoryFactory(java.util.Hashtable jndiProperties, java.lang.String lookup)
           
 
Method Summary
 ConnectionFactory createConnectionFactory()
           
 
Methods inherited from class org.jboss.jms.server.bridge.JNDIFactorySupport
createObject
 
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.