| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.management.MBeanFeatureInfo
General information for MBean descriptor objects.
Revisions:
20020711 Adrian Brock:
| Field Summary | |
| protected  String | descriptionHuman readable description string of the MBean feature. | 
| protected  String | nameName of the MBean feature. | 
| Constructor Summary | |
| MBeanFeatureInfo(String name,
                 String description)Constructs an MBean feature info object. | |
| Method Summary | |
|  boolean | equals(Object object) | 
|  String | getDescription()Returns the description of the MBean feature. | 
|  String | getName()Returns the name of the MBean feature. | 
|  int | hashCode() | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected String name
protected String description
| Constructor Detail | 
public MBeanFeatureInfo(String name,
                        String description)
name - name of the MBean featuredescription - human readable description string of the feature
IllegalArgumentException - if the name is not a valid java type| Method Detail | 
public String getName()
public String getDescription()
public boolean equals(Object object)
public int hashCode()
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||