Java javax.management.openmbean OpenMBeanAttributeInfoSupport fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean OpenMBeanAttributeInfoSupport fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs)
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name , openType and description , and the specified read/write access properties.

Method

ObjectgetDefaultValue()
Returns the default value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
StringgetDescription()
Returns the human-readable description of the feature.
DescriptorgetDescriptor()
Returns the descriptor for the feature.
ComparablegetMaxValue()
Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
ComparablegetMinValue()
Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
StringgetName()
Returns the name of the feature.
StringgetType()
Returns the class name of the attribute.
booleanisWritable()
Whether new values can be written to the attribute.