org.jboss.jms.server.bridge
Class JNDIFactorySupport

java.lang.Object
  extended by org.jboss.jms.server.bridge.JNDIFactorySupport
Direct Known Subclasses:
JNDIConnectionFactoryFactory, JNDIDestinationFactory

public abstract class JNDIFactorySupport
extends java.lang.Object

Version:
$Revision: $10 Oct 2007 $Id: $
Author:
Tim Fox

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

Field Detail

jndiProperties

protected java.util.Hashtable jndiProperties

lookup

protected java.lang.String lookup
Constructor Detail

JNDIFactorySupport

protected JNDIFactorySupport(java.util.Hashtable jndiProperties,
                             java.lang.String lookup)
Method Detail

createObject

protected java.lang.Object createObject()
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.