Interface JndiMBean

  • All Superinterfaces:
    DynamicMBean

    public interface JndiMBean
    extends DynamicMBean
    The JNDI MBean DynamicMBean interface.
    Since:
    March 8, 2004, 1:42 PM
    Author:
    Rob Ruyak
    • Method Detail

      • getNames

        ArrayList getNames​(String context)
                    throws NamingException
        Gets the JNDI naming entries given a particular context or subcontext.
        Parameters:
        context - The context name under which the entries live.
        Returns:
        An array of serializable NameClassPair objects.
        Throws:
        NamingException - when an error occurs in retrieving the entries.