|
|
javax > javax.management > javax.management.openmbean > javax.management.openmbean.openmbeanattributeinfosupport >
Class: javax.management.openmbean.OpenMBeanAttributeInfoSupport java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanAttributeInfo javax.management.openmbean.OpenMBeanAttributeInfoSupport
public class OpenMBeanAttributeInfoSupport extends MBeanAttributeInfo implements OpenMBeanAttributeInfo
FIELDS:
CONSTRUCTORS:
| | | 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, Descriptor descriptor) |
| | 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) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| clone(), getType(), isReadable(), isWritable(), isIs(), toString(), equals(java.lang.Object), hashCode(), getName(), getDescription(), getDescriptor(), equals(java.lang.Object), hashCode(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|