public interface MBeanCache
MBeanNode
s.Modifier and Type | Method and Description |
---|---|
MBeanNode |
findBean(ObjectName objectName)
Find a single MBean matching the object name.
|
MBeanNode[] |
findBeans(ObjectName objectName)
Find all MBeans matching the object name.
|
MBeanNode findBean(ObjectName objectName) throws IntrospectionException, InstanceNotFoundException, ReflectionException, IOException
objectName
- IntrospectionException
InstanceNotFoundException
ReflectionException
IOException
MBeanNode[] findBeans(ObjectName objectName) throws IntrospectionException, InstanceNotFoundException, ReflectionException, IOException
objectName
- IntrospectionException
InstanceNotFoundException
ReflectionException
IOException