|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MBeanConstructorInfo | |
| javax.management | |
| javax.management.modelmbean | |
| javax.management.openmbean | |
| Uses of MBeanConstructorInfo in javax.management |
| Methods in javax.management that return MBeanConstructorInfo | |
MBeanConstructorInfo[] |
MBeanInfo.getConstructors()
Returns the list of the public constructors of the MBean. |
| Constructors in javax.management with parameters of type MBeanConstructorInfo | |
MBeanInfo(java.lang.String className,
java.lang.String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
Constructs an MBeanInfo. |
|
| Uses of MBeanConstructorInfo in javax.management.modelmbean |
| Subclasses of MBeanConstructorInfo in javax.management.modelmbean | |
class |
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean. |
| Methods in javax.management.modelmbean that return MBeanConstructorInfo | |
MBeanConstructorInfo[] |
ModelMBeanInfoSupport.getConstructors()
Returns the list of constructors exposed for management as ModelMBeanConstructorInfo objects. |
MBeanConstructorInfo[] |
ModelMBeanInfo.getConstructors()
|
| Uses of MBeanConstructorInfo in javax.management.openmbean |
| Subclasses of MBeanConstructorInfo in javax.management.openmbean | |
class |
OpenMBeanConstructorInfoSupport
Describes a constructor of an Open MBean. |
| Methods in javax.management.openmbean that return MBeanConstructorInfo | |
MBeanConstructorInfo[] |
OpenMBeanInfo.getConstructors()
Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this OpenMBeanInfo instance. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||