javax.management.modelmbean |
|
Java Source File Name | Type | Comment |
DescriptorSupport.java | Class | This class represents the metadata set for a ModelMBean element. |
InvalidTargetObjectTypeException.java | Class | |
ModelMBean.java | Interface | ModelMBean interface is used to expose its management data,
operations and notifications for use by the management system.
This interface provides a management template for managed resources.
The adaptors will interact with the ModelMBean through the JMX agent(server).
It will find the managed resource provided attributes and operations through
the MBeanInfo object. |
ModelMBeanAttributeInfo.java | Class | The ModelMBeanAttributeInfo object describes an attribute of the
ModelMBean. |
ModelMBeanConstructorInfo.java | Class | The ModelMBeanConstructorInfo object describes a constructor of the
ModelMBean. |
ModelMBeanInfo.java | Interface | ModelMBeanInfo interface is used to expose its metadat of management attributes,
operations and notifications for use by the management system.
This interface is the implemented by the ModelMBeanInfo for every ModelMBean.
An implementation of this interface must be shipped with every JMX Agent.
Java resources wishing to be manageable instatiate the ModelMBean using the
MBeanServer's createMBean method. |
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 | |