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, setAttributes
ArrayList getNames(String context) throws NamingException
context
- The context name under which the entries live.NamingException
- when an error occurs in retrieving the entries.Copyright © 2021. All rights reserved.