javax.management.modelmbean |
|
Java Source File Name | Type | Comment |
DescriptorConstants.java | Class | |
DescriptorSupport.java | Class | This class represents the metadata set for a ModelMBean element.
A descriptor is part of the ModelMBeanInfo, ModelMBeanNotificationInfo, ModelMBeanAttributeInfo,
ModelMBeanConstructorInfo, and ModelMBeanParameterInfo.
A descriptor consists of a collection of fields. |
InvalidTargetObjectTypeException.java | Class | Exception thrown when an invalid target object type is specified. |
ModelMBean.java | Interface | This interface must be implemented by the ModelMBeans. |
ModelMBeanAttributeInfo.java | Class | The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
It is a subclass of MBeanAttributeInfo with the addition of an associated Descriptor
and an implementation of the DescriptorAccess interface.
The fields in the descriptor are defined, but not limited to, the following:
name : attribute name
descriptorType : must be "attribute"
value : current value for attribute
default : default value for attribute
displayName : name of attribute to be used in displays
getMethod : name of operation descriptor for get method
setMethod : name of operation descriptor for set method
protocolMap : object which implements the ProtocolMap interface: map of protocol names and protocol hints
persistPolicy : Update|OnTime|NoMoreOftenThan|Always|Never
persistPeriod : seconds - frequency of persist cycle. |
ModelMBeanConstructorInfo.java | Class | The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean. |
ModelMBeanInfo.java | Interface | This interface is the implemented by the ModelMBeanInfo for every ModelMBean. |
ModelMBeanInfoSupport.java | Class | This class represents the meta data for ModelMBeans. |
ModelMBeanNotificationBroadcaster.java | Interface | This interface must be implemented by the ModelMBeans. |
ModelMBeanNotificationInfo.java | Class | The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean. |
ModelMBeanOperationInfo.java | Class | The ModelMBeanOperationInfo object describes a management operation of the ModelMBean. |
RequiredModelMBean.java | Class | This class is the implementation of a ModelMBean. |
XMLParseException.java | Class | This exception is thrown when an XML formatted string is being parsed into ModelMBean objects
or when XML formatted strings are being created from ModelMBean objects. |