|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. |
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
| Uses of MBeanAttributeInfo in javax.management |
|---|
| Modifier and Type | Method and Description |
|---|---|
MBeanAttributeInfo[] |
MBeanInfo.getAttributes()
Returns the list of attributes exposed for management. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo info)
Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean. |
| Constructor and Description |
|---|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
Constructs an MBeanInfo. |
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications,
Descriptor descriptor)
Constructs an MBeanInfo. |
| Uses of MBeanAttributeInfo in javax.management.modelmbean |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelMBeanAttributeInfo
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean. |
| Modifier and Type | Method and Description |
|---|---|
MBeanAttributeInfo[] |
ModelMBeanInfo.getAttributes()
Returns the list of attributes exposed for management. |
| Uses of MBeanAttributeInfo in javax.management.openmbean |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanAttributeInfoSupport
Describes an attribute of an open MBean. |
| Modifier and Type | Method and Description |
|---|---|
MBeanAttributeInfo[] |
OpenMBeanInfo.getAttributes()
Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.