java.lang.Object
javax.management.openmbean.OpenType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArrayType, CompositeType, SimpleType, TabularType
- See Also:
- Top Examples, Source Code,
ALLOWED_CLASSNAMES
public static final String[] ALLOWED_CLASSNAMES
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getClassName()
- See Also:
getName()
, ALLOWED_CLASSNAMES
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getDescription()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getTypeName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isArray()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isValue(Object obj)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected OpenType(String className,
String typeName,
String description)
throws OpenDataException
- See Also:
- IllegalArgumentException,
getName()
, ALLOWED_CLASSNAMES
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples