|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 MBeanAttributeInfo 的軟體套件 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心類別。 |
javax.management.modelmbean | 提供了 ModelMBean 類別的定義。 |
javax.management.openmbean | 提供開放資料型別和 Open MBean 描述符類別。 |
javax.management 中 MBeanAttributeInfo 的使用 |
---|
返回 MBeanAttributeInfo 的 javax.management 中的方法 | |
---|---|
MBeanAttributeInfo[] |
MBeanInfo.getAttributes()
返回為了便於管理而公開的屬性的列表。 |
參數型別為 MBeanAttributeInfo 的 javax.management 中的方法 | |
---|---|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo info)
自定義鉤子:獲取將在由此 MBean 返回的 MBeanAttributeInfo 中使用的描述。 |
參數型別為 MBeanAttributeInfo 的 javax.management 中的建構子 | |
---|---|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
建構一個 MBeanInfo 。 |
|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications,
Descriptor descriptor)
建構一個 MBeanInfo 。 |
javax.management.modelmbean 中 MBeanAttributeInfo 的使用 |
---|
javax.management.modelmbean 中 MBeanAttributeInfo 的子類別 | |
---|---|
class |
ModelMBeanAttributeInfo
ModelMBeanAttributeInfo 物件描述了 ModelMBean 的屬性。 |
返回 MBeanAttributeInfo 的 javax.management.modelmbean 中的方法 | |
---|---|
MBeanAttributeInfo[] |
ModelMBeanInfo.getAttributes()
返回為管理公開的屬性列表。 |
javax.management.openmbean 中 MBeanAttributeInfo 的使用 |
---|
javax.management.openmbean 中 MBeanAttributeInfo 的子類別 | |
---|---|
class |
OpenMBeanAttributeInfoSupport
描述 open MBean 的一個屬性。 |
返回 MBeanAttributeInfo 的 javax.management.openmbean 中的方法 | |
---|---|
MBeanAttributeInfo[] |
OpenMBeanInfo.getAttributes()
返回 OpenMBeanAttributeInfo 實例的陣列,該實例描述此 OpenMBeanInfo 實例描述的 open MBean 中的每個屬性。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。