mx4j.server
Class CachingReflectionMBeanInvoker
- MBeanInvoker
public class CachingReflectionMBeanInvoker
Caching MBeanInvoker that uses reflection to invoke on MBean instances.
Attributes and operations lookup is cached to speedup invocations.
Version:
getMethodForAttribute
protected String getMethodForAttribute(javax.management.MBeanAttributeInfo attribute,
boolean getter)
- getMethodForAttribute in interface ReflectionMBeanInvoker
getStandardAttributeInfo
protected javax.management.MBeanAttributeInfo getStandardAttributeInfo(MBeanMetaData metadata,
String attribute,
boolean forWrite)
- getStandardAttributeInfo in interface ReflectionMBeanInvoker
getStandardManagementMethod
protected Method getStandardManagementMethod(MBeanMetaData metadata,
String name,
String[] signature)
throws javax.management.ReflectionException
- getStandardManagementMethod in interface ReflectionMBeanInvoker
getStandardOperationInfo
protected javax.management.MBeanOperationInfo getStandardOperationInfo(MBeanMetaData metadata,
String method,
String[] signature)
- getStandardOperationInfo in interface ReflectionMBeanInvoker
Copyright © 2001-2003 MX4J Team. All Rights Reserved.