Class ApplicationScopedResourceBinding

  • All Implemented Interfaces:
    JNDIBinding

    public class ApplicationScopedResourceBinding
    extends Object
    implements JNDIBinding
    resource binding for application scoped resource
    Author:
    Jagadish Ramu
    • Constructor Detail

      • ApplicationScopedResourceBinding

        public ApplicationScopedResourceBinding​(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