|
|||||||||
| Home >> All >> javax >> [ management overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.management
Interface DescriptorAccess

- public interface DescriptorAccess
This interface is used to gain access to descriptors of a JMX component.
ModelMBeans use this interface in ModelMBeanInfo classes.
- Version:
- $Revision: 1.2 $
| Method Summary | |
Descriptor |
getDescriptor()
Retrieves the descriptor. |
void |
setDescriptor(Descriptor inDescriptor)
Sets the descriptor. |
| Method Detail |
getDescriptor
public Descriptor getDescriptor()
- Retrieves the descriptor.
setDescriptor
public void setDescriptor(Descriptor inDescriptor)
- Sets the descriptor.
|
|||||||||
| Home >> All >> javax >> [ management overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC