public class OpenAnnotatedStandardMBean extends AnnotatedStandardMBean
AnnotatedStandardMBean
that will generate
OpenMBeanInfo
. If any exception occur
during generation, then MBeanInfo
generated by the parent class is
returned instead.
This implementation will look for the required OpenTypeInfo
annotation if the data type of attribute, operation or constructor is
CompositeData
or
TabularData
. This annotation will provide
a class that will be a template to generate the respective
CompositeType
or
TabularType
.
OpenMBeanInfo
,
AnnotatedStandardMBean
,
OpenTypeInfo
,
TabularTypeInfo
Constructor and Description |
---|
OpenAnnotatedStandardMBean(T implementation,
java.lang.Class<T> mbeanInterface) |
Modifier and Type | Method and Description |
---|---|
javax.management.MBeanInfo |
getMBeanInfo() |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"