Class ModelMBeanAssembler
java.lang.Object
org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckMethod(Method[] methods, String methodName) getAttributeName(String methodName) static StringgetAttributeType(Method[] methods, String attributeName) org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfogetAttributInfo(Method[] methods, String attributName, String attributType, ManagedAttribute managedAttribute) getManagedAttribute(Method method) getManagedNotifications(Class<?> clazz) getManagedOperation(Method method) getManagedOperationParameters(Method method) getManagedResource(Class<?> clazz) getModelMbeanInfo(Class<?> clazz)
-
Constructor Details
-
ModelMBeanAssembler
public ModelMBeanAssembler()
-
-
Method Details
-
getManagedResource
-
getManagedAttribute
-
getManagedOperation
-
getManagedOperationParameters
-
getManagedNotifications
-
getAttributeName
-
checkMethod
-
getAttributeType
-
getAttributInfo
public org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo getAttributInfo(Method[] methods, String attributName, String attributType, ManagedAttribute managedAttribute) -
getModelMbeanInfo
-