|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.MBeanFeatureInfo
General information for MBean descriptor objects.
Revisions:
20020711 Adrian Brock:
Field Summary | |
protected String |
description
Human readable description string of the MBean feature. |
protected String |
name
Name 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) throws IllegalArgumentException
name
- name of the MBean featuredescription
- human readable description string of the feature
IllegalArgumentException
- if the name is not a valid java typeMethod 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 |