javax.management.modelmbean
Class ModelMBeanAttributeInfo
java.lang.Object
|
+--javax.management.MBeanFeatureInfo
|
+--javax.management.MBeanAttributeInfo
|
+--javax.management.modelmbean.ModelMBeanAttributeInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DescriptorAccess, java.io.Serializable
- public class ModelMBeanAttributeInfo
- extends MBeanAttributeInfo
- implements DescriptorAccess
- See Also:
- Serialized Form
Constructor Summary |
ModelMBeanAttributeInfo(javax.management.modelmbean.ModelMBeanAttributeInfo copy)
|
ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
|
ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
javax.management.Descriptor descriptor)
|
ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs)
|
ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs,
javax.management.Descriptor descriptor)
|
Method Summary |
javax.management.Descriptor |
getDescriptor()
Returns a copy of the Descriptor |
void |
setDescriptor(javax.management.Descriptor descriptor)
Sets the Descriptor and replaces the other (if any) |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ModelMBeanAttributeInfo
public ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
throws IntrospectionException
ModelMBeanAttributeInfo
public ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
javax.management.Descriptor descriptor)
throws IntrospectionException
ModelMBeanAttributeInfo
public ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs)
ModelMBeanAttributeInfo
public ModelMBeanAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs,
javax.management.Descriptor descriptor)
ModelMBeanAttributeInfo
public ModelMBeanAttributeInfo(javax.management.modelmbean.ModelMBeanAttributeInfo copy)
getDescriptor
public javax.management.Descriptor getDescriptor()
- Description copied from interface:
DescriptorAccess
- Returns a copy of the
Descriptor
- Specified by:
getDescriptor
in interface DescriptorAccess
setDescriptor
public void setDescriptor(javax.management.Descriptor descriptor)
- Description copied from interface:
DescriptorAccess
- Sets the
Descriptor
and replaces the other (if any)
- Specified by:
setDescriptor
in interface DescriptorAccess
- Parameters:
descriptor
- The Descriptor
to set.