|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanFeatureInfo
public class 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.
Constructor Summary | |
---|---|
MBeanFeatureInfo(java.lang.String name,
java.lang.String description)
Constructs an MBeanFeatureInfo object. |
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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
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.
java.lang.IllegalArgumentException
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
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 java.lang.String getDescription()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |