|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MethodField in org.apache.felix.ipojo.handlers.jmx |
---|
Methods in org.apache.felix.ipojo.handlers.jmx that return MethodField | |
---|---|
MethodField[] |
JmxConfigFieldMap.getMethodFromName(java.lang.String name)
getMethodFromName : return the metod(s) which are similar. |
MethodField |
JmxConfigFieldMap.getMethodFromName(java.lang.String operationName,
java.lang.String[] signature)
getMethodFromName : get the method which the good signature. |
Methods in org.apache.felix.ipojo.handlers.jmx with parameters of type MethodField | |
---|---|
void |
JmxConfigFieldMap.addMethodFromName(java.lang.String name,
MethodField methodField)
addMethodFromName : add a new method descriptor from its name. |
void |
JmxConfigFieldMap.addMethodFromName(java.lang.String name,
MethodField[] methodsField)
addMethodFromName : add new methods descriptors from one name. |
void |
JmxConfigFieldMap.overrideMethodFromName(java.lang.String name,
MethodField methodField)
DynamicMBeanImpl : add methods from name and erase the older if exist. |
void |
JmxConfigFieldMap.overrideMethodFromName(java.lang.String name,
MethodField[] methodsField)
DynamicMBeanImpl : add methods from name and erase the older if exist. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |