|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.management.MBeanFeatureInfo
Provides general information for an MBean descriptor object. The feature described can be an attribute, an operation, a parameter, a returned value or a notification.
| Field Summary | |
protected java.lang.String |
description
The human readable description of the feature. |
protected java.lang.String |
name
The name of the feature. |
| Constructor Summary | |
MBeanFeatureInfo(java.lang.String name,
java.lang.String description)
Constructs an MBeanFeatureInfo object. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the human readable description of the feature. |
java.lang.String |
getName()
Returns the name of the feature. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected java.lang.String description
| Constructor Detail |
public MBeanFeatureInfo(java.lang.String name,
java.lang.String description)
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||