Class EnvEntry


  • public final class EnvEntry
    extends JndiBinding

    Metadata class representing a JNDI binding to an environment entry.

    Since:
    Rhino 2.4.0
    • Constructor Detail

      • EnvEntry

        public EnvEntry​(String jndiName,
                        Object value)

        Create a new JNDI binding metadata object for an environment entry.

        Parameters:
        jndiName - the fully-qualified name where the value is bound in JNDI.
        value - the environment entry value.
        Since:
        Rhino 2.4.0