Searched refs:ConvertingMethod (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanProxy.java53 final MBeanAnalyzer<ConvertingMethod> analyzer;
64 implements MBeanAnalyzer.MBeanVisitor<ConvertingMethod> {
66 ConvertingMethod getter,
67 ConvertingMethod setter) {
83 ConvertingMethod operation) {
93 Handler(String name, ConvertingMethod cm) {
102 ConvertingMethod getConvertingMethod() {
110 private final ConvertingMethod convertingMethod;
114 GetHandler(String attributeName, ConvertingMethod cm) {
127 SetHandler(String attributeName, ConvertingMethod c
[all...]
H A DMXBeanIntrospector.java54 class MXBeanIntrospector extends MBeanIntrospector<ConvertingMethod> {
62 PerInterfaceMap<ConvertingMethod> getPerInterfaceMap() {
72 MBeanAnalyzer<ConvertingMethod> getAnalyzer(Class<?> mbeanInterface)
83 ConvertingMethod mFrom(Method m) {
84 return ConvertingMethod.from(m);
88 String getName(ConvertingMethod m) {
93 Type getGenericReturnType(ConvertingMethod m) {
98 Type[] getGenericParameterTypes(ConvertingMethod m) {
103 String[] getSignature(ConvertingMethod m) {
108 void checkMethod(ConvertingMethod
[all...]
H A DMXBeanSupport.java44 public class MXBeanSupport extends MBeanSupport<ConvertingMethod> {
70 MBeanIntrospector<ConvertingMethod> getMBeanIntrospector() {
H A DConvertingMethod.java38 final class ConvertingMethod { class
39 static ConvertingMethod from(Method m) {
41 return new ConvertingMethod(m);
208 private ConvertingMethod(Method m) throws OpenDataException { method in class:ConvertingMethod

Completed in 37 milliseconds