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