public static class ManagedMBean.MethodMember extends Object implements ManagedMBean.Member
| Constructor and Description |
|---|
ManagedMBean.MethodMember(Method getter,
Object target,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Class |
getDeclaringClass() |
String |
getName()
The method name needs to be changed from "getFoo" to "foo"
|
Class |
getType() |
String |
toString() |
public Class getType()
getType in interface ManagedMBean.Memberpublic Class getDeclaringClass()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface ManagedMBean.Memberpublic String getName()
getName in interface ManagedMBean.Memberpublic Object get() throws IllegalAccessException, InvocationTargetException
get in interface ManagedMBean.MemberIllegalAccessExceptionInvocationTargetExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.