Interface NamedDescriptor

    • Method Detail

      • getName

        String getName()
        The name of this descriptor.
        Returns:
        java.lang.String name
      • getJndiName

        String getJndiName()
        Returns the JNDI name property of the receiver.
        Returns:
        java.lang.String JNDI name
      • setJndiName

        void setJndiName​(String jndiName)
        Sets the JNDI name property of the reciever as a String.
        Parameters:
        jndiName - the new JNDI name of the receiver.