Class ModelMBeanAssembler
- java.lang.Object
-
- org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler
-
public class ModelMBeanAssembler extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelMBeanAssembler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckMethod(Method[] methods, String methodName)StringgetAttributeName(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)ManagedAttributegetManagedAttribute(Method method)ManagedNotification[]getManagedNotifications(Class<?> clazz)ManagedOperationgetManagedOperation(Method method)ManagedOperationParameter[]getManagedOperationParameters(Method method)ManagedResourcegetManagedResource(Class<?> clazz)ModelMBeanInfogetModelMbeanInfo(Class<?> clazz)
-
-
-
Method Detail
-
getManagedResource
public ManagedResource getManagedResource(Class<?> clazz)
-
getManagedAttribute
public ManagedAttribute getManagedAttribute(Method method)
-
getManagedOperation
public ManagedOperation getManagedOperation(Method method)
-
getManagedOperationParameters
public ManagedOperationParameter[] getManagedOperationParameters(Method method)
-
getManagedNotifications
public ManagedNotification[] getManagedNotifications(Class<?> clazz)
-
getAttributInfo
public org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo getAttributInfo(Method[] methods, String attributName, String attributType, ManagedAttribute managedAttribute)
-
getModelMbeanInfo
public ModelMBeanInfo getModelMbeanInfo(Class<?> clazz)
-
-