| javax.management.MBeanAttributeInfo javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructor Summary | |
public | OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs) | public | OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue) | public | OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Object[] legalValues) | public | OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Comparable minValue, Comparable maxValue) |
OpenMBeanAttributeInfoSupport | public OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs)(Code) | | Contruct an OpenMBeanAttributeInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null Parameters: isReadable - true when the getter is exposed for management Parameters: isWritable - true when the setter is exposed for management Parameters: isIs - true when the getter is of the form isXXX exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied |
OpenMBeanAttributeInfoSupport | public OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue) throws OpenDataException(Code) | | Contruct an OpenMBeanAttributeInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null Parameters: isReadable - true when the getter is exposed for management Parameters: isWritable - true when the setter is exposed for management Parameters: isIs - true when the getter is of the form isXXX Parameters: defaultValue - the default value exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied exception: OpenDataException - when default value is not correct forthe open type or cannot specify a default value forArrayType and TabularType |
OpenMBeanAttributeInfoSupport | public OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Object[] legalValues) throws OpenDataException(Code) | | Contruct an OpenMBeanAttributeInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null Parameters: isReadable - true when the getter is exposed for management Parameters: isWritable - true when the setter is exposed for management Parameters: isIs - true when the getter is of the form isXXX Parameters: defaultValue - the default value Parameters: legalValues - an array of legal values exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied |
OpenMBeanAttributeInfoSupport | public OpenMBeanAttributeInfoSupport(String name, String description, OpenType openType, boolean isReadable, boolean isWritable, boolean isIs, Object defaultValue, Comparable minValue, Comparable maxValue) throws OpenDataException(Code) | | Contruct an OpenMBeanAttributeInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null Parameters: isReadable - true when the getter is exposed for management Parameters: isWritable - true when the setter is exposed for management Parameters: isIs - true when the getter is of the form isXXX Parameters: defaultValue - the default value Parameters: minValue - the minimum value Parameters: maxValue - the maximum value exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied |
getLegalValues | public Set getLegalValues()(Code) | | |
hasDefaultValue | public boolean hasDefaultValue()(Code) | | |
hasLegalValues | public boolean hasLegalValues()(Code) | | |
hasMaxValue | public boolean hasMaxValue()(Code) | | |
hasMinValue | public boolean hasMinValue()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|