| javax.management.MBeanAttributeInfo javax.management.modelmbean.ModelMBeanAttributeInfo
Constructor Summary | |
public | ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter) | public | ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor) | public | ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) | public | ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) | public | ModelMBeanAttributeInfo(ModelMBeanAttributeInfo copy) |
ModelMBeanAttributeInfo | public ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs)(Code) | | |
ModelMBeanAttributeInfo | public ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)(Code) | | |
|
|