Class JndiJdbc


  • @ThreadSafe
    public final class JndiJdbc
    extends JdbcElement
    An object that models the <jndi-jdbc> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJndiName()
      Returns the value of the jndi-name attribute.
      java.lang.String getJndiServerName()
      Returns the value of the jndi-server-name attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getJndiServerName

        public java.lang.String getJndiServerName()
        Returns the value of the jndi-server-name attribute.
      • getJndiName

        public java.lang.String getJndiName()
        Returns the value of the jndi-name attribute.