|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModelMBeanConstructorInfo | |
| javax.management.modelmbean | |
| org.jboss.mx.metadata | |
| Uses of ModelMBeanConstructorInfo in javax.management.modelmbean |
| Methods in javax.management.modelmbean that return ModelMBeanConstructorInfo | |
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(String inName)
|
| Constructors in javax.management.modelmbean with parameters of type ModelMBeanConstructorInfo | |
ModelMBeanInfoSupport(String className,
String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications)
Creates an instance of Model MBean info implementation based on the given values. |
|
ModelMBeanInfoSupport(String className,
String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications,
Descriptor mbeandescriptor)
Creates an instance of Model MBean info implementation based on the given values and descriptor. |
|
| Uses of ModelMBeanConstructorInfo in org.jboss.mx.metadata |
| Methods in org.jboss.mx.metadata that return ModelMBeanConstructorInfo | |
protected ModelMBeanConstructorInfo[] |
XMBeanMetaData.buildConstructorInfo(List constructors)
Parses the contents of an <constructor> element. |
protected ModelMBeanConstructorInfo[] |
JBossXMBean10.buildConstructorInfo(List constructors)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||