|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenType | |
javax.management.openmbean |
Uses of OpenType in javax.management.openmbean |
Subclasses of OpenType in javax.management.openmbean | |
class |
ArrayType
The ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values |
class |
CompositeType
|
class |
SimpleType
The SimpleType class is the open type class whose instances describe all open data values which are neither arrays, nor CompositeData values, nor TabularData values. |
class |
TabularType
|
Methods in javax.management.openmbean that return OpenType | |
OpenType |
ArrayType.getElementOpenType()
Returns the OpenType of element values contained in in the arrays described by this ArrayType instance |
OpenType |
OpenMBeanParameterInfo.getOpenType()
|
OpenType |
OpenMBeanAttributeInfoSupport.getOpenType()
Returns the OpenType of this attribute |
OpenType |
OpenMBeanOperationInfoSupport.getReturnOpenType()
Returns the returntype as an OpenType |
OpenType |
CompositeType.getType(java.lang.String itemName)
Retrieve the OpenType for the given key |
OpenType |
OpenMBeanParameterInfoSupport.getOpenType()
|
OpenType |
OpenMBeanOperationInfo.getReturnOpenType()
Return the OpenType of the values returned by this OpenMBeanOperationInfo |
Constructors in javax.management.openmbean with parameters of type OpenType | |
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. |
|
OpenMBeanAttributeInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType,
boolean isReadable,
boolean isWritable,
boolean isIs)
Constructs an OpenMBeanAttributeInfoSupport which is an OpenMBean
with the specified name,OpenType , description and
and the specified read/write access properties. |
|
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 |
|
OpenMBeanOperationInfoSupport(java.lang.String name,
java.lang.String description,
OpenMBeanParameterInfo[] signature,
OpenType returnOpenType,
int impact)
Creates an instance of OpenMBeanOperationInfoSupport |
|
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(). |
|
OpenMBeanParameterInfoSupport(java.lang.String name,
java.lang.String description,
OpenType openType)
No validation done for null values is done here. |
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |