Interface JNDIBinding


  • @Contract
    public interface JNDIBinding
    A contract that describes a binding in the component namespace
    • Method Detail

      • getName

        String getName()
        Returns the logical name in the component namespace
        Returns:
        the logical name in the component namespace
      • getValue

        Object getValue()
        Returns the value to be bound against the logical name
        Returns:
        the value to be bound against the logical name