MBeanFeatureInfo (Java SE 16 & JDK 16) (original) (raw)

All Implemented Interfaces:

[Serializable](../../../java.base/java/io/Serializable.html "interface in java.io"), [DescriptorRead](DescriptorRead.html "interface in javax.management")

Direct Known Subclasses:

[MBeanAttributeInfo](MBeanAttributeInfo.html "class in javax.management"), [MBeanConstructorInfo](MBeanConstructorInfo.html "class in javax.management"), [MBeanNotificationInfo](MBeanNotificationInfo.html "class in javax.management"), [MBeanOperationInfo](MBeanOperationInfo.html "class in javax.management"), [MBeanParameterInfo](MBeanParameterInfo.html "class in javax.management")


Provides general information for an MBean descriptor object. The feature described can be an attribute, an operation, a parameter, or a notification. Instances of this class are immutable. Subclasses may be mutable but this is not recommended.

Since:

1.5

See Also:

Serialized Form

Fields
The human-readable description of the feature.

Constructors
Constructs an MBeanFeatureInfo object.
Constructs an MBeanFeatureInfo object.

boolean
Compare this MBeanFeatureInfo to another.
Returns the human-readable description of the feature.
Returns the descriptor for the feature.
[getName](#getName%28%29)()
Returns the name of the feature.