Class JNDIFactorySupport

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Hashtable<?,​?> jndiProperties  
      protected java.lang.String lookup  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JNDIFactorySupport​(java.util.Hashtable<?,​?> jndiProperties, java.lang.String lookup)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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