Interface JNDIBinding


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

    Modifier and Type
    Method
    Description
    Returns the logical name in the component namespace
    Returns the value to be bound against the logical name
  • Method Details

    • getName

      SimpleJndiName 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