|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DescriptorAccess
Allows the descriptor of a management element to be changed.
| Method Summary | |
|---|---|
void |
setDescriptor(Descriptor descriptor)
Replaces the descriptor of this management element with the one specified. |
| Methods inherited from interface javax.management.DescriptorRead |
|---|
getDescriptor |
| Method Detail |
|---|
void setDescriptor(Descriptor descriptor)
null, the descriptor of the element
will be returned to its default, which must at least
contain a name and type. If the specified descriptor
is invalid for this management element, an exception
is thrown.
descriptor - the new descriptor to use.DescriptorRead.getDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||