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.MBeanException - when an error occurs in retrieving the entries.NamingExceptionCopyright © 2017. All rights reserved.