|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.management
|
Method Summary | |
---|---|
void |
setDescriptor(Descriptor inDescriptor)
Sets Descriptor (full replace). |
Methods inherited from interface javax.management.DescriptorRead |
---|
getDescriptor |
Method Detail |
---|
void setDescriptor(Descriptor inDescriptor)
inDescriptor
- replaces the Descriptor associated with the
component implementing this interface. If the inDescriptor is invalid for the
type of Info object it is being set for, an exception is thrown. If the
inDescriptor is null, then the Descriptor will revert to its default value
which should contain, at a minimum, the descriptor name and descriptorType.DescriptorRead.getDescriptor()