站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

javax.management.modelmbean (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

Package javax.management.modelmbean

Provides the definition of the ModelMBean classes.

See:
          Description

Interface Summary
ModelMBean This interface must be implemented by the ModelMBeans.
ModelMBeanInfo This interface is implemented by the ModelMBeanInfo for every ModelMBean.
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 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.
 

Package javax.management.modelmbean Description

Provides the definition of the ModelMBean classes.

Since:
JMX 1.0

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.