|
|||||||||||
| 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 | |
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] constructors,
Object implementation)
Retrieve the constructors |
MBeanConstructorInfo[] |
MBeanInfo.getConstructors()
|
| Methods in javax.management with parameters of type MBeanConstructorInfo | |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info)
Retrieve the description of the mbean constructor |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the description of the mbean constructor parameter |
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the parameter name for a constructor |
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] constructors,
Object implementation)
Retrieve the constructors |
| Constructors in javax.management with parameters of type MBeanConstructorInfo | |
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
|
|
| Uses of MBeanConstructorInfo in javax.management.modelmbean |
| Subclasses of MBeanConstructorInfo in javax.management.modelmbean | |
class |
ModelMBeanConstructorInfo
Represents constructor. |
| Methods in javax.management.modelmbean that return MBeanConstructorInfo | |
MBeanConstructorInfo[] |
ModelMBeanInfoSupport.getConstructors()
|
MBeanConstructorInfo[] |
ModelMBeanInfo.getConstructors()
|
| Uses of MBeanConstructorInfo in javax.management.openmbean |
| Subclasses of MBeanConstructorInfo in javax.management.openmbean | |
class |
OpenMBeanConstructorInfoSupport
OpenMBeanConstructorInfo implementation |
| Methods in javax.management.openmbean that return MBeanConstructorInfo | |
MBeanConstructorInfo[] |
OpenMBeanInfo.getConstructors()
Retrieve an array of OpenMBeanConstructorInfos describing each constructor of the open mbean. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||