Serialized Form


Package com.sun.wbem.cim

Class com.sun.wbem.cim.CIMClass implements Serializable

Serialized Fields

allmethods

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

allproperties

java.util.Vector allproperties
List of properties and references for this CIM 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.
 

methods

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

properties

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

qualifiers

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

superClass

java.lang.String superClass
Name of parent class.
 

Class com.sun.wbem.cim.CIMClassException implements Serializable

Class com.sun.wbem.cim.CIMDataType implements Serializable

Serialized Fields

refClassName

java.lang.String refClassName

size

int size

type

int type

Class com.sun.wbem.cim.CIMDateTime implements Serializable

Serialized Fields

cal

java.util.Calendar cal

isInterval

boolean isInterval

Class com.sun.wbem.cim.CIMElement implements Serializable

Serialized Fields

identifier

java.lang.String identifier

name

java.lang.String name

Class com.sun.wbem.cim.CIMException implements Serializable

Serialized Fields

ID

java.lang.String ID

params

java.lang.Object[] params

xmlnames

java.lang.String[] xmlnames

Class com.sun.wbem.cim.CIMFlavor implements Serializable

Serialized Fields

flavor

int flavor
Initializes an array of flavors

Class com.sun.wbem.cim.CIMInstance implements Serializable

Serialized Fields

alias

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

allproperties

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

className

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

keyproperties

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

properties

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

qualifiers

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

Class com.sun.wbem.cim.CIMInstanceException implements Serializable

Class com.sun.wbem.cim.CIMMethod implements Serializable

Serialized Fields

om

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

originClass

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

parameters

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

qualifiers

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

size

int size
Size of the method's return value.
 

type

CIMDataType type
CIM data type.
 

Class com.sun.wbem.cim.CIMMethodException implements Serializable

Class com.sun.wbem.cim.CIMNameSpace implements Serializable

Serialized Fields

host

java.lang.String host

hostURL

java.net.URL hostURL

nameSpace

java.lang.String nameSpace

Class com.sun.wbem.cim.CIMNameSpaceException implements Serializable

Class com.sun.wbem.cim.CIMObjectPath implements Serializable

Serialized Fields

host

java.lang.String host
Host name 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.
 

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.
 

Class com.sun.wbem.cim.CIMParameter implements Serializable

Serialized Fields

qualifiers

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

size

int size
Size of this CIM parameter.
 

type

CIMDataType type
CIM data type of this CIM parameter.
 

Class com.sun.wbem.cim.CIMProperty implements Serializable

Serialized Fields

op

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

originClass

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

qualifiers

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

size

int size
Size of this property object
 

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.
 

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 com.sun.wbem.cim.CIMPropertyException implements Serializable

Class com.sun.wbem.cim.CIMProviderException implements Serializable

Class com.sun.wbem.cim.CIMQualifier implements Serializable

Serialized Fields

flavors

java.util.Vector flavors
 

value

CIMValue value
 

Class com.sun.wbem.cim.CIMQualifierType implements Serializable

Serialized Fields

defaultValue

CIMValue defaultValue
Default CIM Value.
 

flavors

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

scope

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

size

int size
Size of this qualifier type This should be removed.
 

type

CIMDataType type
CIM Data Type of this CIM Qualifier.
 

Class com.sun.wbem.cim.CIMQualifierTypeException implements Serializable

Class com.sun.wbem.cim.CIMRepositoryException implements Serializable

Class com.sun.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 com.sun.wbem.cim.CIMSecurityException implements Serializable

Class com.sun.wbem.cim.CIMSemanticException implements Serializable

Class com.sun.wbem.cim.CIMTransportException implements Serializable

Class com.sun.wbem.cim.CIMValue implements Serializable

Serialized Fields

dataType

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

isArrayVal

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

value

java.lang.Object value
Initialize a null object.
 

valueVector

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

Class com.sun.wbem.cim.UnsignedInt16 implements Serializable

Serialized Fields

value

java.lang.Integer value

Class com.sun.wbem.cim.UnsignedInt32 implements Serializable

Serialized Fields

value

java.lang.Long value

Class com.sun.wbem.cim.UnsignedInt64 implements Serializable

Class com.sun.wbem.cim.UnsignedInt8 implements Serializable

Serialized Fields

value

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

Class com.sun.wbem.cim.XmlInstance implements Serializable

Serialized Fields

cop

CIMObjectPath cop

IncludeClassOrigin

boolean IncludeClassOrigin

IncludeQualifiers

boolean IncludeQualifiers

PropertyList

java.lang.String[] PropertyList

validate

boolean validate


Package com.sun.wbem.client

Class com.sun.wbem.client.CIMEvent implements Serializable

Serialized Fields

indication

CIMInstance indication

subscriptionAlias

java.lang.String subscriptionAlias

Class com.sun.wbem.client.SolarisUserPrincipal implements Serializable

Serialized Fields

rolename

java.lang.String rolename


Package com.sun.wbem.query

Class com.sun.wbem.query.AndQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1

exp2

QueryExp exp2

Class com.sun.wbem.query.AttributeExp implements Serializable

Serialized Fields

attr

java.lang.String attr

Class com.sun.wbem.query.BinaryRelQueryExp implements Serializable

Serialized Fields

exp1

ValueExp exp1

exp2

ValueExp exp2

relOp

int relOp

Class com.sun.wbem.query.DateTimeExp implements Serializable

Serialized Fields

val

CIMDateTime val

Class com.sun.wbem.query.FromExp implements Serializable

Class com.sun.wbem.query.NonJoinExp implements Serializable

Serialized Fields

exp

QualifiedAttributeExp exp

Class com.sun.wbem.query.NotQueryExp implements Serializable

Serialized Fields

exp

QueryExp exp

Class com.sun.wbem.query.NumericValue implements Serializable

Serialized Fields

dbl

boolean dbl

doubleVal

double doubleVal

longVal

long longVal

sint

boolean sint

uint

boolean uint

uint64

UnsignedInt64 uint64

Class com.sun.wbem.query.OrQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1

exp2

QueryExp exp2

Class com.sun.wbem.query.ParseException implements Serializable

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

eol

java.lang.String eol
The end of line string for this machine.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

Class com.sun.wbem.query.QualifiedAttributeExp implements Serializable

Serialized Fields

alias

java.lang.String alias

attr

java.lang.String attr

className

java.lang.String className

Class com.sun.wbem.query.QueryExp implements Serializable

Class com.sun.wbem.query.SelectExp implements Serializable

Serialized Fields

attList

SelectList attList

fromExp

FromExp fromExp

whereClause

QueryExp whereClause

Class com.sun.wbem.query.SelectList implements Serializable

Serialized Fields

v

java.util.Vector v

Class com.sun.wbem.query.StringValueExp implements Serializable

Serialized Fields

val

java.lang.String val

Class com.sun.wbem.query.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class com.sun.wbem.query.ValueExp implements Serializable

Class com.sun.wbem.query.WQLExp implements Serializable