Home >> All >> javax >> management >> [ openmbean Javadoc ] |
javax.management.openmbean: Javadoc index of package javax.management.openmbean.
Package Samples:
javax.management.openmbean
Classes:
OpenMBeanInfo: An MBean is an OpenMBean when its getMBeanInfo() returns an MBeanInfo implementing this interface and extending javax.management.MBeanInfo. OpenMBeanInfoSupport is an example of such a class. The MBean info classes should be the OpenInfo versions. e.g. an OpenMBeanAttributeInfo instead of MBeanAttributeInfo.
OpenMBeanConstructorInfo: An open MBean constructor info implements this interface as well as extending MBeanConstructorInfo. OpenMBeanConstructorInfoSupport is an example of such a class.
OpenMBeanAttributeInfo: An open MBean attribute info implements this interface as well as extending MBeanAttributeInfo. OpenMBeanAttributeInfoSupport is an example of such a class.
OpenMBeanOperationInfo: An open MBean operation info implements this interface as well as extending MBeanOperationInfo. OpenMBeanOperationInfoSupport is an example of such a class.
OpenMBeanParameterInfo: An open MBean parameter info implements this interface as well as extending MBeanParameterInfo. OpenMBeanParameterInfoSupport is an example of such a class.
SimpleType: The open type for simple java classes. These are a fixed number of these. The open types are available as static constants from this class.
OpenDataException: Thrown when an open type, open data or open mbean meta data object is attempted to be constructed that is not valid.
InvalidKeyException: Thrown when an item name for composite data or a row index for tabular data is invalid.
OpenType: A parent for all classes describing open types of open data values.
CompositeType: The CompositeType is an OpenType that describes CompositeData.
TabularType: The TabularType is an OpenType that describes TabularData.
InvalidOpenTypeException: Thrown when an open type of an open data is not correct.
KeyAlreadyExistsException: Thrown when a row index for tabular data already exists.
CompositeData: An Open Data Type for composite data structures.
TabularData: An Open Data Type for tabular data structures.
OpenMBeanConstructorInfoSupport: OpenMBeanConstructorInfo implementation
OpenMBeanAttributeInfoSupport: OpenMBeanAttributeInfo implementation
OpenMBeanOperationInfoSupport: OpenMBeanOperationInfo implementation
OpenMBeanParameterInfoSupport: OpenMBeanParameterInfo implementation
CompositeDataSupport: An implementation of CompositeData.
TabularDataSupport: An implementation of TabularData.
OpenMBeanInfoSupport: OpenMBeanInfo implementation
ArrayType: Array types.
Home | Contact Us | Privacy Policy | Terms of Service |