public interface JndiMBean extends DynamicMBean
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getNames(String context)
Gets the JNDI naming entries given a particular context
or subcontext.
|
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributesArrayList getNames(String context) throws NamingException
context - The context name under which the entries live.NamingException - when an error occurs in retrieving the entries.Copyright © 2019. All rights reserved.