Class ModelMBeanIntrospector
java.lang.Object
org.nuxeo.runtime.management.inspector.ModelMBeanIntrospector
- Author:
- matic
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Map<String,
ModelMBeanAttributeInfo> protected final Class<?>
protected final Map<String,
ModelMBeanConstructorInfo> protected ModelMBeanInfo
protected final Map<String,
ModelMBeanNotificationInfo> protected final Map<String,
ModelMBeanOperationInfo> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doCollectAttributes
(Class<?> clazz, BeanInfo beanInfo) protected void
doCollectConstructors
(Class<?> clazz, BeanInfo info) protected void
doCollectIfaces
(Set<Class<?>> ifaces, Class<?> clazz) protected void
doCollectMgmtIfaces
(Set<Class<?>> ifaces, Class<?> clazz) protected void
doCollectNotifications
(Class<?> clazz, BeanInfo info) protected void
doCollectOperations
(Class<?> clazz, BeanInfo beanInfo) protected String
doExtractMethodSuffix
(String operationName) protected Descriptor
doGetDescriptor
(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
-