public abstract class OpenTypeUtils
extends java.lang.Object
| Constructor and Description |
|---|
OpenTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javax.management.openmbean.CompositeType |
createCompositeType(java.lang.Class<?> clazz)
Introspects the given class to generate composite type.
|
static javax.management.openmbean.OpenType |
createOpenType(java.lang.Class<?> clazz,
OpenTypeInfo info)
Introspects the given class to generate open type type.
|
static javax.management.openmbean.TabularType |
createTabularType(java.lang.Class<?> clazz)
Introspects the given class to generate tabular type.
|
static javax.management.openmbean.SimpleType |
getSimpleType(java.lang.Class<?> clazz)
Returns the simple type for the given class.
|
public static javax.management.openmbean.OpenType createOpenType(java.lang.Class<?> clazz,
OpenTypeInfo info)
throws javax.management.openmbean.OpenDataException
CompositeData, TabularData or their respective array then
OpenTypeInfo param must not be null.javax.management.openmbean.OpenDataExceptionpublic static javax.management.openmbean.SimpleType getSimpleType(java.lang.Class<?> clazz)
public static javax.management.openmbean.CompositeType createCompositeType(java.lang.Class<?> clazz)
throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataExceptionpublic static javax.management.openmbean.TabularType createTabularType(java.lang.Class<?> clazz)
throws javax.management.openmbean.OpenDataException
TabularTypeInfo.javax.management.openmbean.OpenDataException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"