Java javax.management.modelmbean ModelMBeanAttributeInfo fields, constructors, methods, implement or subclass

Example usage for Java javax.management.modelmbean ModelMBeanAttributeInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.modelmbean ModelMBeanAttributeInfo.

The text is from its open source code.

Constructor

Method

DescriptorgetDescriptor()
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
StringgetName()
Returns the name of the feature.
StringgetType()
Returns the class name of the attribute.
booleanisIs()
Indicates if this attribute has an "is" getter.
booleanisReadable()
Whether the value of the attribute can be read.
booleanisWritable()
Whether new values can be written to the attribute.
voidsetDescriptor(Descriptor inDescriptor)
Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.