XMOJO 5 API Docs

Package javax.management.modelmbean

This management package provides interfaces and classes that are used to expose metadata of management attributes, operations and notifications for use by the management system/application.

See:
          Description

Interface Summary
ModelMBean ModelMBean interface is used to expose its management data, operations and notifications for use by the management system.
ModelMBeanInfo ModelMBeanInfo interface is used to expose its metadat of management attributes, operations and notifications for use by the management system.
ModelMBeanNotificationBroadcaster This interface must be implemented by the ModelMBeans.
 

Class Summary
DescriptorSupport This class represents the metadata set for a ModelMBean element.
ModelMBeanAttributeInfo The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
ModelMBeanConstructorInfo The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
ModelMBeanInfoSupport This class represents the meta data for ModelMBeans.
ModelMBeanNotificationInfo The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
ModelMBeanOperationInfo The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
RequiredModelMBean This class is the implementation of a ModelMBean.
 

Exception Summary
InvalidTargetObjectTypeException Exception thrown when an invalid target object type is specified
XMLParseException Exception thrown when an invalid target object type is specified
 

Package javax.management.modelmbean Description

This management package provides interfaces and classes that are used to expose metadata of management attributes, operations and notifications for use by the management system/application.


XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.