|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 MBeanConstructorInfo 的軟體套件 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心類別。 |
javax.management.modelmbean | 提供了 ModelMBean 類別的定義。 |
javax.management.openmbean | 提供開放資料型別和 Open MBean 描述符類別。 |
javax.management 中 MBeanConstructorInfo 的使用 |
---|
返回 MBeanConstructorInfo 的 javax.management 中的方法 | |
---|---|
MBeanConstructorInfo[] |
MBeanInfo.getConstructors()
返回 MBean 的公共建構子列表。 |
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
自定義鉤子:獲取將在由此 MBean 返回的 MBeanInfo 中使用的 MBeanConstructorInfo[]。 |
參數型別為 MBeanConstructorInfo 的 javax.management 中的方法 | |
---|---|
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
自定義鉤子:獲取將在由此 MBean 返回的 MBeanInfo 中使用的 MBeanConstructorInfo[]。 |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info)
自定義鉤子:獲取將在由此 MBean 返回的 MBeanConstructorInfo 中使用的描述。 |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
自定義鉤子:獲取將用於由此 MBean 返回的 MBeanConstructorInfo 的第 sequence 個 BeanParameterInfo 的描述。 |
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
自定義鉤子:獲取將用於由此 MBean 返回的 MBeanConstructorInfo 的第 sequence 個 BeanParameterInfo 的名稱。 |
參數型別為 MBeanConstructorInfo 的 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 中 MBeanConstructorInfo 的使用 |
---|
javax.management.modelmbean 中 MBeanConstructorInfo 的子類別 | |
---|---|
class |
ModelMBeanConstructorInfo
ModelMBeanConstructorInfo 物件描述了 ModelMBean 的一個建構子。 |
返回 MBeanConstructorInfo 的 javax.management.modelmbean 中的方法 | |
---|---|
MBeanConstructorInfo[] |
ModelMBeanInfo.getConstructors()
返回 MBean 的公共建構子列表。 |
javax.management.openmbean 中 MBeanConstructorInfo 的使用 |
---|
javax.management.openmbean 中 MBeanConstructorInfo 的子類別 | |
---|---|
class |
OpenMBeanConstructorInfoSupport
描述 Open MBean 的建構子。 |
返回 MBeanConstructorInfo 的 javax.management.openmbean 中的方法 | |
---|---|
MBeanConstructorInfo[] |
OpenMBeanInfo.getConstructors()
返回 OpenMBeanConstructorInfo 實例的陣列,這些實例描述此 OpenMBeanInfo 實例描述的 open MBean 中的每個建構子。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。