当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management.openmbean (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
Package javax.management.openmbean
|
Interface Summary |
| CompositeData |
An Open Data Type for composite data structures. |
| OpenMBeanAttributeInfo |
An open MBean attribute info implements this interface as well as extending
MBeanAttributeInfo. |
| OpenMBeanConstructorInfo |
An open MBean constructor info implements this interface as well as extending
MBeanConstructorInfo. |
| OpenMBeanInfo |
An MBean is an OpenMBean when its getMBeanInfo() returns an MBeanInfo
implementing this interface and extending javax.management.MBeanInfo. |
| OpenMBeanOperationInfo |
An open MBean operation info implements this interface as well as extending
MBeanOperationInfo. |
| OpenMBeanParameterInfo |
An open MBean parameter info implements this interface as well as extending
MBeanParameterInfo. |
| TabularData |
An Open Data Type for tabular data structures. |
|
Exception Summary |
| InvalidKeyException |
Thrown when an item name for composite data or a row index for tabular
data is invalid. |
| InvalidOpenTypeException |
Thrown when an open type of an open data is not correct. |
| KeyAlreadyExistsException |
Thrown when a row index for tabular data already exists. |
| OpenDataException |
Thrown when an open type, open data or open mbean meta data object is
attempted to be constructed that is not valid. |
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.