|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.Attribute
This class is used for representing a pair (attribute name, attribute value).
Constructor Summary | |
Attribute(java.lang.String name,
java.lang.Object value)
Allows an attribute to be created for an attribute. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the attribute. |
java.lang.Object |
getValue()
Returns the value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Attribute(java.lang.String name, java.lang.Object value)
name
- The name of the attribute to be created.value
- The value assigned to the attribute.Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |