org.hornetq.jms.bridge.impl
Class JNDIConnectionFactoryFactory

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

public class JNDIConnectionFactoryFactory
extends JNDIFactorySupport
implements ConnectionFactoryFactory

A JNDIConnectionFactoryFactory

Version:
$Revision:4566 $ $Id:JNDIConnectionFactoryFactory.java 4566 2008-06-24 08:01:35Z jmesnil $
Author:
Tim Fox

Field Summary
 
Fields inherited from class org.hornetq.jms.bridge.impl.JNDIFactorySupport
jndiProperties, lookup
 
Constructor Summary
JNDIConnectionFactoryFactory(Hashtable jndiProperties, String lookup)
           
 
Method Summary
 Object createConnectionFactory()
           
 
Methods inherited from class org.hornetq.jms.bridge.impl.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(Hashtable jndiProperties,
                                    String lookup)
Method Detail

createConnectionFactory

public Object createConnectionFactory()
                               throws Exception
Specified by:
createConnectionFactory in interface ConnectionFactoryFactory
Throws:
Exception


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.