|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBeanCache
Something capable of creating and caching MBeanNode
s.
Method Summary | |
---|---|
MBeanNode |
findBean(ObjectName objectName)
Find a single MBean matching the object name. |
MBeanNode[] |
findBeans(ObjectName objectName)
Find all MBeans matching the object name. |
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |