Class ModuleScopedResourceBinding

  • All Implemented Interfaces:
    JNDIBinding

    public class ModuleScopedResourceBinding
    extends Object
    implements JNDIBinding
    resource binding for module scoped resources
    Author:
    Jagadish Ramu
    • Constructor Detail

      • ModuleScopedResourceBinding

        public ModuleScopedResourceBinding​(String name,
                                           Object value)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: JNDIBinding
        Returns the logical name in the component namespace
        Specified by:
        getName in interface JNDIBinding
        Returns:
        the logical name in the component namespace
      • getValue

        public Object getValue()
        Description copied from interface: JNDIBinding
        Returns the value to be bound against the logical name
        Specified by:
        getValue in interface JNDIBinding
        Returns:
        the value to be bound against the logical name