|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenDataException | |
---|---|
javax.management.openmbean |
Uses of OpenDataException in javax.management.openmbean |
---|
Constructors in javax.management.openmbean that throw OpenDataException | |
TabularType(java.lang.String typeName,
java.lang.String description,
CompositeType rowType,
java.lang.String[] indexNames)
Constructs a TabularType instance |
|
OpenMBeanParameterInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
java.lang.Object defaultValue)
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description and defaultValue. |
|
OpenMBeanParameterInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
java.lang.Object defaultValue,
java.lang.Object[] legalValues)
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue and legalValues. |
|
OpenMBeanParameterInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
java.lang.Object defaultValue,
java.lang.Comparable minValue,
java.lang.Comparable maxValue)
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue. |
|
OpenMBeanAttributeInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
boolean isReadable,
boolean isWritable,
boolean isIs,
java.lang.Object defaultValue)
Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean
with the specified name,OpenType , description and
and the specified read/write access properties and the default value. |
|
OpenMBeanAttributeInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
boolean isReadable,
boolean isWritable,
boolean isIs,
java.lang.Object defaultValue,
java.lang.Object[] legalValues)
Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean
with the specified name,OpenType , description and
and the specified read/write access properties and the default value. |
|
OpenMBeanAttributeInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
boolean isReadable,
boolean isWritable,
boolean isIs,
java.lang.Object defaultValue,
java.lang.Comparable minValue,
java.lang.Comparable maxValue)
Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean
with the specified name,OpenType , description and
and the specified read/write access properties,default value and legal
values as an array |
|
CompositeDataSupport(CompositeType compositeType,
java.lang.String[] itemNames,
java.lang.Object[] itemValues)
Constructs a CompositeDataSupport instance with the specified compositeType, whose item values are specified by itemValues[], in the same order as in itemNames[]. |
|
CompositeDataSupport(CompositeType compositeType,
java.util.Map items)
Constructs a CompositeDataSupport instance with the specified compositeType, whose items names and corresponding values are given by the mappings in the map items. |
|
CompositeType(java.lang.String typeName,
java.lang.String description,
java.lang.String[] itemNames,
java.lang.String[] itemDescriptions,
OpenType[] itemTypes)
The CompositeType class is the open type class whose instances describe the types of CompositeData values The Java class name of composite data values this composite type represents (ie the class name returned by the getClassName method) is set to the string value returned by CompositeData.class.getName(). |
|
OpenType(java.lang.String className,
java.lang.String typeName,
java.lang.String description)
|
|
ArrayType(int dimension,
OpenType elementType)
Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |