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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayListgetNames(String context)Gets the JNDI naming entries given a particular context or subcontext.-
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
-
-
-
-
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.
-
-