|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanFeatureInfo
public class 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)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |