Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
mx4j.server.ReflectionMBeanInvoker
mx4j.server.CachingReflectionMBeanInvoker
public class CachingReflectionMBeanInvoker
extends ReflectionMBeanInvoker
Field Summary |
Fields inherited from class mx4j.server.ReflectionMBeanInvoker | |
EMPTY_ARGS , EMPTY_PARAMS |
Method Summary | |
protected String |
|
protected javax.management.MBeanAttributeInfo |
|
protected Method |
|
protected javax.management.MBeanOperationInfo |
|
Methods inherited from class mx4j.server.ReflectionMBeanInvoker | |
doInvoke , getAttribute , getMethodForAttribute , getStandardAttributeInfo , getStandardManagementMethod , getStandardOperationInfo , invoke , invokeImpl , setAttribute |
protected String getMethodForAttribute(javax.management.MBeanAttributeInfo attribute, boolean getter)
- Overrides:
- getMethodForAttribute in interface ReflectionMBeanInvoker
protected javax.management.MBeanAttributeInfo getStandardAttributeInfo(MBeanMetaData metadata, String attribute, boolean forWrite)
- Overrides:
- getStandardAttributeInfo in interface ReflectionMBeanInvoker
protected Method getStandardManagementMethod(MBeanMetaData metadata, String name, String[] signature) throws javax.management.ReflectionException
- Overrides:
- getStandardManagementMethod in interface ReflectionMBeanInvoker
protected javax.management.MBeanOperationInfo getStandardOperationInfo(MBeanMetaData metadata, String method, String[] signature)
- Overrides:
- getStandardOperationInfo in interface ReflectionMBeanInvoker