| javax.management.MBeanParameterInfo javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructor Summary | |
public | OpenMBeanParameterInfoSupport(String name, String description, OpenType openType) | public | OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue) | public | OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Object[] legalValues) | public | OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Comparable minValue, Comparable maxValue) |
OpenMBeanParameterInfoSupport | public OpenMBeanParameterInfoSupport(String name, String description, OpenType openType)(Code) | | Contruct an OpenMBeanParameterInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied |
OpenMBeanParameterInfoSupport | public OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue) throws OpenDataException(Code) | | Contruct an OpenMBeanParameterInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null 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 |
OpenMBeanParameterInfoSupport | public OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Object[] legalValues) throws OpenDataException(Code) | | Contruct an OpenMBeanParameterInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null Parameters: defaultValue - the default value Parameters: legalValues - an array of legal values exception: IllegalArgumentException - when one of the aboveconstraints is not satisfied |
OpenMBeanParameterInfoSupport | public OpenMBeanParameterInfoSupport(String name, String description, OpenType openType, Object defaultValue, Comparable minValue, Comparable maxValue) throws OpenDataException(Code) | | Contruct an OpenMBeanParameterInfoSupport
Parameters: name - cannot be null or empty Parameters: description - cannot be null or empty Parameters: openType - cannot be null 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) | | |
|
|