API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenType View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.38 06/06/13
Serial
Hierarchy
 Object
      OpenType
Implements
 Serializable
Subclasses
Description
publicabstract abstract class OpenType
  The OpenType class is the parent abstract class of all classes which describe the actual open type of open data values.
See also:   
Constructors
protected OpenType (String className, String typeName, String description) throws OpenDataException
  Constructs an OpenType instance (actually a subclass instance as OpenType is abstract), checking for the validity of the given parameters.
pack-private OpenType (String className, String typeName, String description, boolean isArray)
Methods
Hide/Show inherited methods
publicabstract boolean equals (Object obj)
  Compares the specified obj parameter with this open type instance for equality.
public String getClassName ()
  Returns the fully qualified Java class name of the open data values this open type describes.
public String getDescription ()
  Returns the text description of this OpenType instance.
pack-privatesynchronized Descriptor getDescriptor ()
public String getTypeName ()
  Returns the name of this OpenType instance.
publicabstract int hashCode ()
public boolean isArray ()
  Returns true if the open data values this open type describes are arrays, false otherwise.
pack-private boolean isAssignableFrom (OpenType<Object> ot)
  Tests whether values of the given type can be assigned to this open type.
publicabstract boolean isValue (Object obj)
  Tests whether obj is a value for this open type.
publicabstract String toString ()
  Returns a string representation of this open type instance.
Fields
Hide/Show inherited fields
@Deprecated
publicfinalstatic String ALLOWED_CLASSNAMES
publicfinalstatic List<String> ALLOWED_CLASSNAMES_LIST
  List of the fully qualified names of the Java classes allowed for open data values.
pack-privatefinalstatic long serialVersionUID = "-9195195325186646468"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar