Serialized Form


Package javax.wbem.cim

Class javax.wbem.cim.CIMArgument implements Serializable

Serialized Fields

type

CIMDataType type

qualifiers

CIMQualifier[] qualifiers

value

CIMValue value

Class javax.wbem.cim.CIMClass implements Serializable

Serialized Fields

superClass

java.lang.String superClass
Name of parent class.
 

isAssociationClass

boolean isAssociationClass
Indicates whether or not this CIM class belongs to an association.
 

isKeyedClass

boolean isKeyedClass
Indicates whether or not this CIM class has a key property.
 

qualifiers

java.util.Vector qualifiers
List of qualifiers for this CIM class.
 

properties

java.util.Vector properties
List of properties and references for this CIM class.
 

allproperties

java.util.Vector allproperties
List of properties and references for this CIM class.
 

methods

java.util.Vector methods
List of methods for this CIM class.
 

allmethods

java.util.Vector allmethods
List of methods for this CIM class.
 

Class javax.wbem.cim.CIMClassException implements Serializable

Class javax.wbem.cim.CIMDataType implements Serializable

Serialized Fields

type

int type

refClassName

java.lang.String refClassName

size

int size

Class javax.wbem.cim.CIMDateTime implements Serializable

Serialized Fields

isInterval

boolean isInterval

dateString

java.lang.String dateString

Class javax.wbem.cim.CIMElement implements Serializable

Serialized Fields

name

java.lang.String name

identifier

java.lang.String identifier

Class javax.wbem.cim.CIMException implements Serializable

Serialized Fields

ID

java.lang.String ID

params

java.lang.Object[] params

xmlnames

java.lang.String[] xmlnames

Class javax.wbem.cim.CIMFlavor implements Serializable

Serialized Fields

flavor

int flavor
Initializes an array of flavors

Class javax.wbem.cim.CIMInstance implements Serializable

Serialized Fields

className

java.lang.String className
the name of the class this CIM instance is instantiated from
 

alias

java.lang.String alias
the alias name for this CIM instance
 

qualifiers

java.util.Vector qualifiers
list of qualifiers for this CIM instance
 

properties

java.util.Vector properties
list of properties for this CIM instance
 

allproperties

java.util.Vector allproperties
list of all properties for this CIM instance
 

Class javax.wbem.cim.CIMInstanceException implements Serializable

Class javax.wbem.cim.CIMMethod implements Serializable

Serialized Fields

originClass

java.lang.String originClass
Top-level parent class in the class hierarchy.
 

type

CIMDataType type
CIM data type.
 

size

int size
Size of the method's return value.
 

qualifiers

java.util.Vector qualifiers
List of qualifiers for this method
 

parameters

java.util.Vector parameters
List of paremeters for this method
 

om

java.lang.String om
Overriding method for this method.
 

Class javax.wbem.cim.CIMMethodException implements Serializable

Class javax.wbem.cim.CIMNameSpace implements Serializable

Serialized Fields

host

java.lang.String host

nameSpace

java.lang.String nameSpace

hostURL

java.net.URL hostURL

Class javax.wbem.cim.CIMNameSpaceException implements Serializable

Class javax.wbem.cim.CIMObjectPath implements Serializable

Serialized Fields

nameSpace

java.lang.String nameSpace
Namespace portion of the CIM object path.
 

objectName

java.lang.String objectName
Class or qualifier portion of the CIM object path.
 

keys

java.util.Vector keys
Instance portion of the CIM object path. The instance portion concatenates, or joins together, the key properties in the instance.
 

host

java.lang.String host
Host name portion of the CIM object path.
 

Class javax.wbem.cim.CIMParameter implements Serializable

Serialized Fields

type

CIMDataType type
CIM data type of this CIM parameter.
 

size

int size
Size of this CIM parameter.
 

qualifiers

java.util.Vector qualifiers
List of qualifiers for this CIM parameter.
 

Class javax.wbem.cim.CIMProperty implements Serializable

Serialized Fields

originClass

java.lang.String originClass
Name of the class in which this property was originally defined.
 

type

CIMDataType type
CIM data type of this property. A Property type can be one of the defined CIM data types or a special data type, which is a reference to an instance of a class. A CIM property can have an infinite number of instance references.
 

size

int size
Size of this property object
 

qualifiers

java.util.Vector qualifiers
List of CIM qualifiers for this property. Qualifiers define the characteristics of a property.
 

op

java.lang.String op
Object name for this CIM property.
 

value

CIMValue value
Default value for this property. New property instances are automatically assigned this default value, unless the instance declaration explicitly assigns a value to the property.
 

Class javax.wbem.cim.CIMPropertyException implements Serializable

Class javax.wbem.cim.CIMQualifier implements Serializable

Serialized Fields

value

CIMValue value
 

flavors

java.util.Vector flavors
 

Class javax.wbem.cim.CIMQualifierType implements Serializable

Serialized Fields

qType

CIMDataType qType
CIM Data Type of this CIM Qualifier.
 

flavors

java.util.Vector flavors
List of CIM flavors for this qualifier.
 

defaultValue

CIMValue defaultValue
Default CIM Value.
 

scope

java.util.Vector scope
List of meta-model constructs to which this qualifier can be applied.
 

Class javax.wbem.cim.CIMQualifierTypeException implements Serializable

Class javax.wbem.cim.CIMScope implements Serializable

Serialized Fields

scope

int scope
integer of a CIM scope. Must be one of the predefined scope values (0 through 8).

Class javax.wbem.cim.CIMSemanticException implements Serializable

Class javax.wbem.cim.CIMValue implements Serializable

Serialized Fields

dataType

CIMDataType dataType
Default CIM data type of this CIMValue is null.
 

valueVector

java.util.Vector valueVector
Initialize valueVector to a null vector.
 

value

java.lang.Object value
Initialize a null object.
 

isArrayVal

boolean isArrayVal
By default, a CIMValue is not an array.
 

Class javax.wbem.cim.UnsignedInt16 implements Serializable

Serialized Fields

value

java.lang.Integer value

Class javax.wbem.cim.UnsignedInt32 implements Serializable

Serialized Fields

value

java.lang.Long value

Class javax.wbem.cim.UnsignedInt64 implements Serializable

Serialized Fields

bigInt

java.math.BigInteger bigInt
Big integer to delegate to. This class stores its value in the bigInt.

Class javax.wbem.cim.UnsignedInt8 implements Serializable

Serialized Fields

value

java.lang.Short value
Initialize value fo this 8-bit integer object to short.
 


Package javax.wbem.client

Class javax.wbem.client.CIMEvent implements Serializable

Serialized Fields

indication

CIMInstance indication

Class javax.wbem.client.CIMProviderException implements Serializable

Class javax.wbem.client.CIMRepositoryException implements Serializable

Class javax.wbem.client.CIMSecurityException implements Serializable

Class javax.wbem.client.CIMTransportException implements Serializable

Class javax.wbem.client.UserPrincipal implements Serializable

Serialized Fields

username

java.lang.String username

hostname

java.lang.String hostname


Package javax.wbem.query

Class javax.wbem.query.AndQueryExp implements Serializable

Serialized Fields

expOne

QueryExp expOne

expTwo

QueryExp expTwo

Class javax.wbem.query.AttributeExp implements Serializable

Serialized Fields

attr

java.lang.String attr

Class javax.wbem.query.BinaryRelQueryExp implements Serializable

Serialized Fields

relOp

int relOp

expOne

ValueExp expOne

expTwo

ValueExp expTwo

Class javax.wbem.query.DateTimeExp implements Serializable

Serialized Fields

val

CIMDateTime val

Class javax.wbem.query.FromExp implements Serializable

Class javax.wbem.query.NonJoinExp implements Serializable

Serialized Fields

exp

QualifiedAttributeExp exp

Class javax.wbem.query.NotQueryExp implements Serializable

Serialized Fields

exp

QueryExp exp

Class javax.wbem.query.NumericValue implements Serializable

Serialized Fields

longVal

long longVal

doubleVal

double doubleVal

uint64

UnsignedInt64 uint64

uint

boolean uint

sint

boolean sint

dbl

boolean dbl

Class javax.wbem.query.OrQueryExp implements Serializable

Serialized Fields

expOne

QueryExp expOne

expTwo

QueryExp expTwo

Class javax.wbem.query.QualifiedAttributeExp implements Serializable

Serialized Fields

className

java.lang.String className

attr

java.lang.String attr

alias

java.lang.String alias

Class javax.wbem.query.QueryExp implements Serializable

Class javax.wbem.query.SelectExp implements Serializable

Serialized Fields

attList

SelectList attList

whereClause

QueryExp whereClause

fromExp

FromExp fromExp

Class javax.wbem.query.SelectList implements Serializable

Serialized Fields

v

java.util.Vector v

Class javax.wbem.query.StringValueExp implements Serializable

Serialized Fields

val

java.lang.String val

Class javax.wbem.query.ValueExp implements Serializable

Class javax.wbem.query.WQLExp implements Serializable