Uses of Class
org.apache.felix.ipojo.handlers.jmx.MethodField

Uses of MethodField in org.apache.felix.ipojo.handlers.jmx
 

Methods in org.apache.felix.ipojo.handlers.jmx that return MethodField
 MethodField[] JmxConfigFieldMap.getMethodFromName(String name)
          Returns the method(s) with the given name.
 MethodField JmxConfigFieldMap.getMethodFromName(String operationName, String[] signature)
          Gets the method with the good signature.
 

Methods in org.apache.felix.ipojo.handlers.jmx with parameters of type MethodField
 void JmxConfigFieldMap.addMethodFromName(String name, MethodField methodField)
          Adds a new method descriptor from its name.
 void JmxConfigFieldMap.addMethodFromName(String name, MethodField[] methodsField)
          Adds new methods descriptors from one name.
 void JmxConfigFieldMap.overrideMethodFromName(String name, MethodField methodField)
          Adds a method from name and erases the older if exists.
 void JmxConfigFieldMap.overrideMethodFromName(String name, MethodField[] methodsField)
          Add methods from name and erases the olders if exists.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.