Class ModelMBeanIntrospector
java.lang.Object
org.nuxeo.runtime.management.inspector.ModelMBeanIntrospector
- Author:
- matic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String, ModelMBeanAttributeInfo> protected final Class<?> protected final Map<String, ModelMBeanConstructorInfo> protected ModelMBeanInfoprotected final Map<String, ModelMBeanNotificationInfo> protected final Map<String, ModelMBeanOperationInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoCollectAttributes(Class<?> clazz, BeanInfo beanInfo) protected voiddoCollectConstructors(Class<?> clazz, BeanInfo info) protected voiddoCollectIfaces(Set<Class<?>> ifaces, Class<?> clazz) protected voiddoCollectMgmtIfaces(Set<Class<?>> ifaces, Class<?> clazz) protected voiddoCollectNotifications(Class<?> clazz, BeanInfo info) protected voiddoCollectOperations(Class<?> clazz, BeanInfo beanInfo) protected StringdoExtractMethodSuffix(String operationName) protected DescriptordoGetDescriptor(FeatureDescriptor info, String descriptorType)
-
Field Details
-
clazz
-
managementInfo
-
attributesInfo
-
constructorsInfo
-
operationsInfo
-
notificationsInfo
-
-
Constructor Details
-
ModelMBeanIntrospector
-
-
Method Details
-
doCollectMgmtIfaces
-
doCollectIfaces
-
doCollectNotifications
-
doCollectAttributes
-
doCollectConstructors
-
doCollectOperations
-
doGetDescriptor
-
doExtractMethodSuffix
-