| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.MBeanFeatureInfo
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.
| Field Summary | |
| protected  java.lang.String | descriptionThe human-readable description of the feature. | 
| protected  java.lang.String | nameThe name of the feature. | 
| Constructor Summary | |
| MBeanFeatureInfo(java.lang.String name,
                 java.lang.String description)Constructs an MBeanFeatureInfoobject. | |
| Method Summary | |
|  boolean | equals(java.lang.Object o)Compare this MBeanFeatureInfo to another. | 
|  java.lang.String | getDescription()Returns the human-readable description of the feature. | 
|  java.lang.String | getName()Returns the name of the feature. | 
|  int | hashCode() | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected java.lang.String name
getName() rather than reading this field, and that they
 not change it.
protected java.lang.String description
getDescription() rather
 than reading this field, and that they not change it.
| Constructor Detail | 
public MBeanFeatureInfo(java.lang.String name,
                        java.lang.String description)
                 throws java.lang.IllegalArgumentException
MBeanFeatureInfo object.
name - The name of the feature.description - A human readable description of the feature.| Method Detail | 
public java.lang.String getName()
public java.lang.String getDescription()
public boolean equals(java.lang.Object o)
o - the object to compare to.
o is an MBeanFeatureInfo such
 that its getName() and getDescription()
 values are equal (not necessarily identical) to those of this
 MBeanFeatureInfo.public int hashCode()
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.