A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABSTRACT_INSTANCE - Static variable in class com.sun.wbem.cim.CIMClassException
Instances were programmed for the specified class, but the specified class is abstract.
activateFilter(SelectExp, String, CIMObjectPath, boolean) - Method in interface com.sun.wbem.provider20.EventProvider
Invoked by the CIM object manager to ask the provider to check for events.
addCIMListener(CIMListener) - Method in interface com.sun.wbem.client.CIMOMHandle
Adds the specified listener which receives indications from the CIM Object Manager.
addCIMListener(CIMListener) - Method in class com.sun.wbem.client.CIMClient
 
addElement(AttributeExp) - Method in class com.sun.wbem.query.SelectList
Adds new attributes to the list.
addFlavor(CIMFlavor) - Method in class com.sun.wbem.cim.CIMQualifierType
Adds the input flavor and verifies if there is any conflict.
addFlavor(CIMFlavor) - Method in class com.sun.wbem.cim.CIMQualifier
Adds the input flavor and verify that there is not any conflict.
addKey(String, CIMValue) - Method in class com.sun.wbem.cim.CIMObjectPath
Adds a Key to the object path.
addMethod(CIMMethod) - Method in class com.sun.wbem.cim.CIMClass
Adds the specified CIM method to this CIM class.
addProperty(CIMProperty) - Method in class com.sun.wbem.cim.CIMClass
Adds the specified property to the CIM properties in this CIM class.
addQualifier(CIMQualifier) - Method in class com.sun.wbem.cim.CIMClass
Adds the specified CIM qualifier to the qualifiers in this CIM class.
addQualifier(CIMQualifier) - Method in class com.sun.wbem.cim.CIMProperty
Adds the specified CIM qualifier to this property.
addScope(CIMScope) - Method in class com.sun.wbem.cim.CIMQualifierType
Expands the qualifier type's scope to include the input meta element.
adjustBeginLineColumn(int, int) - Method in class com.sun.wbem.query.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
after(CIMDateTime) - Method in class com.sun.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
and - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
AndQueryExp - class com.sun.wbem.query.AndQueryExp.
The AndQueryExp class represents the expression
AndQueryExp() - Constructor for class com.sun.wbem.query.AndQueryExp
Empty constructor
AndQueryExp(QueryExp, QueryExp) - Constructor for class com.sun.wbem.query.AndQueryExp
Constructor with two QueryExp operands.
ANY - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing any CIM element
anyLiteral() - Method in class com.sun.wbem.query.WQLParser
 
apply(CIMElement) - Method in class com.sun.wbem.query.QueryExp
When a 'row' is applied to this method it returns true or false depending on whether the row meets the conditions or not.
apply(CIMElement) - Method in class com.sun.wbem.query.BinaryRelQueryExp
returns true if the 'columns' of the input 'row' satisfy the binary relation.
apply(CIMElement) - Method in class com.sun.wbem.query.ValueExp
Returns the value associated with this expression for the input 'row'.
apply(CIMElement) - Method in class com.sun.wbem.query.AttributeExp
Returns the value associated with this attribute for the input 'row'.
apply(CIMElement) - Method in class com.sun.wbem.query.NotQueryExp
Applies the expression to the input 'row'
apply(CIMElement) - Method in class com.sun.wbem.query.AndQueryExp
return boolean true if the two operands evaluate to true, false otherwise.
apply(CIMElement) - Method in class com.sun.wbem.query.SelectList
Projects the appropriate 'columns' from the input 'row'.
apply(CIMElement) - Method in class com.sun.wbem.query.OrQueryExp
return boolean true if the either operand evaluates to true, false otherwise.
apply(CIMElement) - Method in class com.sun.wbem.query.QualifiedAttributeExp
Method which returns the actual value associated with the attribute in the input 'row'.
approximateNumericLiteral - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
ASCII_CharStream - class com.sun.wbem.query.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class com.sun.wbem.query.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class com.sun.wbem.query.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class com.sun.wbem.query.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class com.sun.wbem.query.ASCII_CharStream
 
assign(CIMElement) - Method in class com.sun.wbem.cim.CIMElement
Takes a CIM element and returns a CIM element instance with the name, identifier, and status assigned.
ASSOCIATION - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM association
associatorNames(CIMObjectPath, CIMObjectPath, String, String, String) - Method in interface com.sun.wbem.provider20.AssociatorProvider
For definition of this operation, refer to http://www.dmtf.org/download/spec/xmls/CIM_HTTP_Mapping10.htm#SecAssociatorNames This operation is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
associatorNames(CIMObjectPath, String, String, String, String) - Method in interface com.sun.wbem.client.CIMOMHandle
This operation is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
associatorNames(CIMObjectPath, String, String, String, String) - Method in class com.sun.wbem.client.CIMClient
This operation is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
AssociatorProvider - interface com.sun.wbem.provider20.AssociatorProvider.
This interface is implemented by providers of dynamic association classes.
associators(CIMObjectPath, CIMObjectPath, String, String, String, boolean, boolean, String[]) - Method in interface com.sun.wbem.provider20.AssociatorProvider
This method is invoked in order to do the Associators operation as defined by the CIM operations over HTTP spec at http://www.dmtf.org/download/spec/xmls/CIM_HTTP_Mapping10.htm#SecAssociators This operation is used to enumerate CIM Instances that are associated to a particular source CIM Object.
associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[]) - Method in interface com.sun.wbem.client.CIMOMHandle
This operation is used to enumerate CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[]) - Method in class com.sun.wbem.client.CIMClient
This operation is used to enumerate CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
asterisk - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
AttributeExp - class com.sun.wbem.query.AttributeExp.
This class represents SQL attributes used as arguments to SQL relational constraints.
AttributeExp() - Constructor for class com.sun.wbem.query.AttributeExp
Creates a new AttributeExp with an empty attribute name
AttributeExp(String) - Constructor for class com.sun.wbem.query.AttributeExp
Creates a new AttributeExp representing the object attribute named by attr.
Authorizable - interface com.sun.wbem.provider20.Authorizable.
This is a marker interface which indicates to the CIMOM that the provider does its own authorization check.
authorizeFilter(SelectExp, String, CIMObjectPath, String) - Method in interface com.sun.wbem.provider20.EventProvider
Invoked by a CIM object manager to test if a given filter expression is allowed.

B

backup(int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
before(CIMDateTime) - Method in class com.sun.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
beginColumn - Variable in class com.sun.wbem.query.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.sun.wbem.query.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.sun.wbem.query.ASCII_CharStream
 
BinaryRelQueryExp - class com.sun.wbem.query.BinaryRelQueryExp.
Class representing binary relations between non-boolean operands.
BinaryRelQueryExp() - Constructor for class com.sun.wbem.query.BinaryRelQueryExp
Empty constructor.
BinaryRelQueryExp(int, ValueExp, ValueExp) - Constructor for class com.sun.wbem.query.BinaryRelQueryExp
Constructor for binary relations.
BOOLEAN - Static variable in class com.sun.wbem.cim.CIMDataType
Boolean
BOOLEAN_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Boolean array
booleanFactor() - Method in class com.sun.wbem.query.WQLParser
 
booleanPrimary() - Method in class com.sun.wbem.query.WQLParser
 
booleanTerm() - Method in class com.sun.wbem.query.WQLParser
 
booleanTest() - Method in class com.sun.wbem.query.WQLParser
 
bufpos - Variable in class com.sun.wbem.query.ASCII_CharStream
 
byteValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a byte.
byteValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a byte This method returns the least significant 8 bits.
byteValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a byte

C

cal - Static variable in class com.sun.wbem.cim.CIMVersion
 
CANNOT_ASSUME_ROLE - Static variable in class com.sun.wbem.cim.CIMSecurityException
The specified principal cannot assume the specified role.
canonizeCOD() - Method in class com.sun.wbem.query.QueryExp
Canonize the expression into a Conjunction of Disjunctions form.
canonizeDOC() - Method in class com.sun.wbem.query.QueryExp
Canonize the expression into a Disjunction of Conjunctions form.
CHAR16 - Static variable in class com.sun.wbem.cim.CIMDataType
16-bit UCS-2 character
CHAR16_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
16-bit UCS-2 character
characterStringLiteral - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
CHECKSUM_ERROR - Static variable in class com.sun.wbem.cim.CIMSecurityException
Checksum error.
CIM - Static variable in class com.sun.wbem.cim.XmlGenericId
 
CIM_ERR_ACCESS_DENIED - Static variable in class com.sun.wbem.cim.CIMSecurityException
The user has insufficient rights to perform the operation.
CIM_ERR_ALREADY_EXISTS - Static variable in class com.sun.wbem.cim.CIMException
Element already exists.
CIM_ERR_CLASS_HAS_CHILDREN - Static variable in class com.sun.wbem.cim.CIMException
Class has subclasses.
CIM_ERR_CLASS_HAS_INSTANCES - Static variable in class com.sun.wbem.cim.CIMException
Class has instances.
CIM_ERR_FAILED - Static variable in class com.sun.wbem.cim.CIMException
General CIMException.
CIM_ERR_INVALID_CLASS - Static variable in class com.sun.wbem.cim.CIMException
Invalid class specified.
CIM_ERR_INVALID_NAMESPACE - Static variable in class com.sun.wbem.cim.CIMException
Invalid namespace specified.
CIM_ERR_INVALID_PARAMETER - Static variable in class com.sun.wbem.cim.CIMException
Invalid parameter is passed to a method.
CIM_ERR_INVALID_PARAMETER - Static variable in class com.sun.wbem.cim.CIMClassException
The specified class name does not follow standard CIM naming conventions.
CIM_ERR_INVALID_QUERY - Static variable in class com.sun.wbem.cim.CIMException
Invalid query.
CIM_ERR_INVALID_SUPERCLASS - Static variable in class com.sun.wbem.cim.CIMClassException
The superclass of the specified class does not exist.
CIM_ERR_LOW_ON_MEMORY - Static variable in class com.sun.wbem.cim.CIMException
Low memory.
CIM_ERR_NOT_FOUND - Static variable in class com.sun.wbem.cim.CIMException
Element cannot be found.
CIM_ERR_NOT_SUPPORTED - Static variable in class com.sun.wbem.cim.CIMException
The action is not supported.
CIMClass - class com.sun.wbem.cim.CIMClass.
Creates and instantiates a Java object that represents a CIM class.
CIMClass() - Constructor for class com.sun.wbem.cim.CIMClass
Creates and instantiates a Java object representing a CIM class.
cimClass(CIMClass) - Method in class com.sun.wbem.cim.XmlInstance
 
CIMClass(String) - Constructor for class com.sun.wbem.cim.CIMClass
Creates and instantiates a Java object representing a CIM Class with the specified name.
CIMClassException - exception com.sun.wbem.cim.CIMClassException.
The CIMClassException class represents an error condition that occurs in a CIM class.
CIMClassException() - Constructor for class com.sun.wbem.cim.CIMClassException
Create a CIMClassException with no detail message.
CIMClassException(String) - Constructor for class com.sun.wbem.cim.CIMClassException
Create a CIMClassException with the specified detail message
CIMClassException(String, Object) - Constructor for class com.sun.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and one exception parameter.
CIMClassException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and an array of exception parameters.
CIMClassException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and two excep parameters.
CIMClassException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and three exception parameters.
CIMClient - class com.sun.wbem.client.CIMClient.
Constructs a CIM client on the local host (default) or the specified host.
CIMClient() - Constructor for class com.sun.wbem.client.CIMClient
Creates a new client connection to the CIM Object Manager on the local host (the host on which the client application is running).
CIMClient(CIMNameSpace) - Constructor for class com.sun.wbem.client.CIMClient
Creates a new client connection to the CIM object manager on the host and namespace specified in the namespace object.
CIMClient(CIMNameSpace, Principal, Object) - Constructor for class com.sun.wbem.client.CIMClient
Creates a new client connection to the CIM Object Manager on the host and namespace specified in the namespace object, using the specified principal and credential to authenticate the client user identity to the CIM Object Manager.
CIMClient(CIMNameSpace, Principal, Object, int) - Constructor for class com.sun.wbem.client.CIMClient
Creates a new client connection to the CIM Object Manager on the host and namespace specified in the namespace object, using the specified principal and credential to authenticate the client user identity to the CIM Object Manager.
CIMClient(CIMNameSpace, String, String) - Constructor for class com.sun.wbem.client.CIMClient
Deprecated.  
CIMClient(CIMNameSpace, String, String, int) - Constructor for class com.sun.wbem.client.CIMClient
Deprecated.  
CIMDataType - class com.sun.wbem.cim.CIMDataType.
Encapsulates the CIM data types (as defined in the CIM Specification).
CIMDataType(int) - Constructor for class com.sun.wbem.cim.CIMDataType
Constructor creates a new CIM data type object with the specified type (does not take reference, null types).
CIMDataType(int, int) - Constructor for class com.sun.wbem.cim.CIMDataType
Constructor creates a new CIM array data type with the specified size.
CIMDataType(String) - Constructor for class com.sun.wbem.cim.CIMDataType
Creates a new CIM REFERENCE data type object with the specified class reference.
CIMDateTime - class com.sun.wbem.cim.CIMDateTime.
 
CIMDateTime() - Constructor for class com.sun.wbem.cim.CIMDateTime
Create a CIMDateTime object using the current Time/Date of the system
CIMDateTime(Calendar) - Constructor for class com.sun.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a Calendar
CIMDateTime(Date) - Constructor for class com.sun.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a Date
CIMDateTime(String) - Constructor for class com.sun.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a String
CIMDefaultProperties - class com.sun.wbem.client.CIMDefaultProperties.
The CIMDefaultProperties class is a set of properties for configuring default values in service modules and their factory classes.
CIMDefaultProperties() - Constructor for class com.sun.wbem.client.CIMDefaultProperties
 
CIMElement - class com.sun.wbem.cim.CIMElement.
Base class for managed system elements.
CIMElement() - Constructor for class com.sun.wbem.cim.CIMElement
Instantiates a new CIM element instance and initializes its properties (identifier, name, and null status).
CIMElement(CIMElement) - Constructor for class com.sun.wbem.cim.CIMElement
Takes an existing CIM element and uses its name and identifier to instantiate a new CIM element instance.
CIMElement(String) - Constructor for class com.sun.wbem.cim.CIMElement
Takes a string representing the name of an existing CIM element and uses its name and identifier to create this CIM element.
CIMEvent - class com.sun.wbem.client.CIMEvent.
This class represents the CIM indication that is delivered to the subscriber.
CIMEvent(CIMInstance) - Constructor for class com.sun.wbem.client.CIMEvent
Constructs a CIMEvent.
CIMException - exception com.sun.wbem.cim.CIMException.
Superclass of classes used to represent exceptional CIM conditions.
CIMException() - Constructor for class com.sun.wbem.cim.CIMException
Contructs a CIMException with no detail message.
CIMException(String) - Constructor for class com.sun.wbem.cim.CIMException
Creates a CIMException with the specified message.
CIMException(String, Object) - Constructor for class com.sun.wbem.cim.CIMException
Creates a CIMException with the specified message and one exception parameter.
CIMException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMException
Creates a CIMException with the specified message and an array of exception parameters.
CIMException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMException
Creates a CIMException with the specified message and two exception parameters.
CIMException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMException
Creates a CIMException with the specified message and three exception parameters.
CIMFlavor - class com.sun.wbem.cim.CIMFlavor.
A class to encapsulate the different CIM qualifier flavors, which specify overriding and inheritance rules.
CIMFlavor(int) - Constructor for class com.sun.wbem.cim.CIMFlavor
Creates a new CIMFlavor object with the specified flavor
CIMInstance - class com.sun.wbem.cim.CIMInstance.
The CIMInstance class represents an instance of any CIM class.
CIMInstance() - Constructor for class com.sun.wbem.cim.CIMInstance
Basic CIMInstance constructor.
CIMInstance(String) - Constructor for class com.sun.wbem.cim.CIMInstance
Deprecated. The input name of the instance will no longer be used since the name is generated from the key properties.
CIMInstanceException - exception com.sun.wbem.cim.CIMInstanceException.
The CIMInstanceException class is used to represent exceptions that occur for instances of a class.
CIMInstanceException() - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with a default message.
CIMInstanceException(String) - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message.
CIMInstanceException(String, Object) - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and one exception parameter.
CIMInstanceException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and an array of exception parameters.
CIMInstanceException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and two exception parameters.
CIMInstanceException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and three exception parameters.
CIMListener - interface com.sun.wbem.client.CIMListener.
This interface is implemented by client code which wants to receive indications generated by a CIM object manager.
CIMMethod - class com.sun.wbem.cim.CIMMethod.
Creates and instantiates a CIM method.
CIMMethod() - Constructor for class com.sun.wbem.cim.CIMMethod
Creates and instantiates a CIM method.
CIMMethod(String) - Constructor for class com.sun.wbem.cim.CIMMethod
Creates and instantiates a CIM method with the specified name.
CIMMethodException - exception com.sun.wbem.cim.CIMMethodException.
The CIMMethodException class is used for exceptions that occur for methods.
CIMMethodException() - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with no detail message.
CIMMethodException(String) - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message.
CIMMethodException(String, Object) - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and one exception parameter.
CIMMethodException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and an array of exception parameters.
CIMMethodException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and two exception parameters.
CIMMethodException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and three exception parameters.
CIMNameSpace - class com.sun.wbem.cim.CIMNameSpace.
Creates and instantiates a CIM namespace, an object that defines a scope within which object keys must be unique.
CIMNameSpace() - Constructor for class com.sun.wbem.cim.CIMNameSpace
Constructor creates and instantiates a default CIM namespace name.
CIMNameSpace(String) - Constructor for class com.sun.wbem.cim.CIMNameSpace
Constructor for a CIM namespace, pointing to a specified host or URL.
CIMNameSpace(String, String) - Constructor for class com.sun.wbem.cim.CIMNameSpace
Constructor creates and instantiates a CIM namespace with the the specified host and CIM namespace name.
CIMNameSpaceException - exception com.sun.wbem.cim.CIMNameSpaceException.
The CIMNameSpaceException class represents an error condition that occurs in a CIM namespace.
CIMNameSpaceException() - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with no detail message.
CIMNameSpaceException(String) - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message.
CIMNameSpaceException(String, Object) - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and one exception parameter.
CIMNameSpaceException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and an array of exception parameters.
CIMNameSpaceException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and two exception parameters.
CIMNameSpaceException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and three exception parameters.
CIMObjectPath - class com.sun.wbem.cim.CIMObjectPath.
Path to the specified CIM class or CIM instance or CIM qualifier.
CIMObjectPath() - Constructor for class com.sun.wbem.cim.CIMObjectPath
Constructs a default CIM Object Path with empty namespace, objectName and keys.
CIMObjectPath(String) - Constructor for class com.sun.wbem.cim.CIMObjectPath
Constructs a CIM Object Path referencing an object.
CIMObjectPath(String, String) - Constructor for class com.sun.wbem.cim.CIMObjectPath
Constructs a CIM Object Path referencing an object in the current namespace or the specified relative namespace.
CIMObjectPath(String, Vector) - Constructor for class com.sun.wbem.cim.CIMObjectPath
Constructs a CIM Object Path referencing the instance identified by the key values contained in the vector.
CIMOMHandle - interface com.sun.wbem.client.CIMOMHandle.
Interface for any CIMOM Handle.
CIMParameter - class com.sun.wbem.cim.CIMParameter.
Creates and instantiates a CIM parameter, a value passed to a CIM method from a calling method.
CIMParameter() - Constructor for class com.sun.wbem.cim.CIMParameter
Creates and instantiates a CIM parameter
CIMParameter(String) - Constructor for class com.sun.wbem.cim.CIMParameter
Takes a string for the name of an existing CIM parameter and creates a new instance of a CIM parameter, using the name and identifier of the existing CIM parameter.
CIMProperty - class com.sun.wbem.cim.CIMProperty.
Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMProperty() - Constructor for class com.sun.wbem.cim.CIMProperty
Class constructor creates a new instance of a CIM property
CIMProperty(String) - Constructor for class com.sun.wbem.cim.CIMProperty
Class constructor uses an existing CIM property as a template for creating a new instance of a CIM property.
CIMProperty(String, CIMValue) - Constructor for class com.sun.wbem.cim.CIMProperty
Class constructor uses an existing CIM property as a template for creating a new instance of a CIM property.
CIMPropertyException - exception com.sun.wbem.cim.CIMPropertyException.
Exception class representing property exceptions that occur in a CIM property.
CIMPropertyException() - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with no detail message.
CIMPropertyException(String) - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message.
CIMPropertyException(String, Object) - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and one exception parameter.
CIMPropertyException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and an array of exception parameters.
CIMPropertyException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and two exception parameters.
CIMPropertyException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and three exception parameters.
CIMProvider - interface com.sun.wbem.provider.CIMProvider.
This is the base interface implemented by all providers.
CIMProviderException - exception com.sun.wbem.cim.CIMProviderException.
Exception class representing provider exceptions that occur in the CIMOM's providers.
CIMProviderException() - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with no detail message.
CIMProviderException(String) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified detail message.
CIMProviderException(String, Object) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified detail message and one exception parameter.
CIMProviderException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified detial message and an array of exception parameters.
CIMProviderException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified detail message and two exception parameters.
CIMProviderException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified message and three exception parameters.
CIMProviderException(String, Object, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified message and four exception parameters.
CIMProviderException(String, Object, Object, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMProviderException
Creates a CIMProviderException with the specified detail message and five exception parameters.
CIMQualifier - class com.sun.wbem.cim.CIMQualifier.
Creates and instantiates a CIM qualifier, a value that provides additional information about classes, associations, indications, methods, method , parameters, triggers, instances, properties, or references.
CIMQualifier() - Constructor for class com.sun.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with empty name value fields.
CIMQualifier(String) - Constructor for class com.sun.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with the specified name.
CIMQualifier(String, CIMQualifierType) - Constructor for class com.sun.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with the specified name and type.
CIMQualifierType - class com.sun.wbem.cim.CIMQualifierType.
Creates and instantiates a CIM qualifier type, which is a template for a CIM qualifier.
CIMQualifierType() - Constructor for class com.sun.wbem.cim.CIMQualifierType
Constructor creates a CIM qualifier type.
CIMQualifierType(String) - Constructor for class com.sun.wbem.cim.CIMQualifierType
Constructor creates a new CIM qualifier type, using the name of the specified CIM qualifier type.
CIMQualifierTypeException - exception com.sun.wbem.cim.CIMQualifierTypeException.
Exception class representing exceptions occuring when a qualifier type is defined.
CIMQualifierTypeException() - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with a default message.
CIMQualifierTypeException(String) - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message.
CIMQualifierTypeException(String, Object) - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and one exception parameter.
CIMQualifierTypeException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and an array of exception parameters.
CIMQualifierTypeException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and two exception parameters.
CIMQualifierTypeException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and three exception parameters.
CIMRepositoryException - exception com.sun.wbem.cim.CIMRepositoryException.
Exception class representing exceptions that occur in a CIM persistent store.
CIMRepositoryException() - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with no detail message.
CIMRepositoryException(String) - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message.
CIMRepositoryException(String, Object) - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and one exception parameter.
CIMRepositoryException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and an array of exception parameters.
CIMRepositoryException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and two exception parameters.
CIMRepositoryException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and three exception parameters.
CIMScope - class com.sun.wbem.cim.CIMScope.
A class to encapsulate the different CIM Scopes.
CIMScope(int) - Constructor for class com.sun.wbem.cim.CIMScope
Creates a new CIM scope object with the specified scope.
CIMSecurityException - exception com.sun.wbem.cim.CIMSecurityException.
Exception class representing security exceptions that occur in the CIM object manager during authentication/authorization and in providers during authorization.
CIMSecurityException() - Constructor for class com.sun.wbem.cim.CIMSecurityException
Creates a CIMSecurityException with no detail message.
CIMSecurityException(String) - Constructor for class com.sun.wbem.cim.CIMSecurityException
Creates a CIMSecurityException with the specified detail message.
CIMSecurityException(String, Object) - Constructor for class com.sun.wbem.cim.CIMSecurityException
Creates a CIMSecurityException with the specified detail message and one exception parameter.
CIMSecurityException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and an array of exception parameters.
CIMSecurityException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and two exception parameters.
CIMSecurityException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and three exception parameters.
CIMSemanticException - exception com.sun.wbem.cim.CIMSemanticException.
Exception class representing semantic exceptions that occur in a CIM element.
CIMSemanticException() - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with no detail message.
CIMSemanticException(String) - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message.
CIMSemanticException(String, Object) - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and one exception parameter.
CIMSemanticException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and an array of exception parameters.
CIMSemanticException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and two exception parameters.
CIMSemanticException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and three exception parameters.
CIMStaticProperties - class com.sun.wbem.client.CIMStaticProperties.
The CIMStaticProperties class is a set of static final properties for configuring service modules and their factory classes.
CIMStaticProperties() - Constructor for class com.sun.wbem.client.CIMStaticProperties
 
CIMTransportException - exception com.sun.wbem.cim.CIMTransportException.
Thrown when errors related to the communication between clients and CIM object manager occur.
CIMTransportException() - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with no detail message.
CIMTransportException(String) - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with the specified detail message
CIMTransportException(String, Object) - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with the specified detail message and one exception parameter
CIMTransportException(String, Object[]) - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with the specified detail message and an array of exception parameters.
CIMTransportException(String, Object, Object) - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with the specified detail message and two exception parameters.
CIMTransportException(String, Object, Object, Object) - Constructor for class com.sun.wbem.cim.CIMTransportException
Creates a CIMTransportException with the specified detail message and three exception parameters.
CIMValue - class com.sun.wbem.cim.CIMValue.
This class encapsulates any CIM value which can be assigned to properties, references and qualifiers.
CIMValue(Object) - Constructor for class com.sun.wbem.cim.CIMValue
Creates a CIMValue object and initializes it with the value 0 and the CIM data type of the Object o.
CIMValue(Object, CIMDataType) - Constructor for class com.sun.wbem.cim.CIMValue
Creates a CIMValue object and initializes it the value 0 and the CIM data type specified in dt, if Object o is null.
CIMValue(Vector, CIMDataType) - Constructor for class com.sun.wbem.cim.CIMValue
Creates a CIMValue object and initializes it the value 0 and the CIM data type specified in dt.
CIMVersion - class com.sun.wbem.cim.CIMVersion.
 
CIMVersion() - Constructor for class com.sun.wbem.cim.CIMVersion
 
CLASS - Static variable in class com.sun.wbem.cim.CIMDataType
CIMClass type
CLASS - Static variable in class com.sun.wbem.cim.XmlGenericId
 
CLASS - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM class
CLASS_REFERENCE - Static variable in class com.sun.wbem.cim.CIMPropertyException
A non-association class is defined with a reference as a property.
CLASSNAME - Static variable in class com.sun.wbem.cim.XmlGenericId
 
className(String) - Method in class com.sun.wbem.cim.XmlInstance
 
CLASSPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
cleanup() - Method in interface com.sun.wbem.provider.CIMProvider
Called by the CIMOM when the provider is removed.
clearRolePassword() - Method in class com.sun.wbem.client.SolarisPasswordCredential
Clear the role password.
ClientProps - class com.sun.wbem.client.ClientProps.
The ClientProps class is a static final class which provides runtime access to the Wbem client configuration properties.
ClientProps() - Constructor for class com.sun.wbem.client.ClientProps
 
clone() - Method in class com.sun.wbem.cim.CIMParameter
Returns an object that is a copy of this CIM parameter.
clone() - Method in class com.sun.wbem.cim.CIMQualifier
Returns a copy of this CIM qualifier.
clone() - Method in class com.sun.wbem.cim.CIMMethod
Returns an object that is a copy of this CIM method.
clone() - Method in class com.sun.wbem.cim.CIMProperty
Makes a copy of this property, including property name, identifier, type, origin class, size, value, and qualifiers.
clone(boolean, boolean) - Method in class com.sun.wbem.cim.CIMMethod
Returns an object that is a copy of this CIM method.
clone(boolean, boolean) - Method in class com.sun.wbem.cim.CIMProperty
Makes a copy of this property, including property name, identifier, type, origin class, size, value, and qualifiers.
close() - Method in interface com.sun.wbem.client.CIMOMHandle
Closes the connection to the CIM Object Manager.
close() - Method in class com.sun.wbem.client.CIMClient
Closes the client connection to the CIM Object Manager.
columnidentifier - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
columnName() - Method in class com.sun.wbem.query.WQLParser
 
columnReference() - Method in class com.sun.wbem.query.WQLParser
 
com.sun.wbem.cim - package com.sun.wbem.cim
 
com.sun.wbem.client - package com.sun.wbem.client
 
com.sun.wbem.provider - package com.sun.wbem.provider
 
com.sun.wbem.provider20 - package com.sun.wbem.provider20
 
com.sun.wbem.query - package com.sun.wbem.query
 
comma - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
compOp() - Method in class com.sun.wbem.query.WQLParser
 
contains(Object) - Method in class com.sun.wbem.cim.CIMValue
Returns true if the value vector of this CIMValue contains the specified Object.
createClass(CIMObjectPath, CIMClass) - Method in interface com.sun.wbem.client.CIMOMHandle
Adds the CIM class to the specified namespace.
createClass(CIMObjectPath, CIMClass) - Method in class com.sun.wbem.client.CIMClient
Adds the CIM class to the specified namespace.
createInstance(CIMInstance) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
createInstance(CIMObjectPath, CIMInstance) - Method in interface com.sun.wbem.client.CIMOMHandle
Invokes the object manager on this client to add the specified CIM instance to the specified namespace.
createInstance(CIMObjectPath, CIMInstance) - Method in class com.sun.wbem.client.CIMClient
Invokes the object manager on this client to add the specified CIM instance to the specified namespace.
createInstance(CIMObjectPath, CIMInstance) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to create the instance specified in the object path.
createNameSpace(CIMNameSpace) - Method in interface com.sun.wbem.client.CIMOMHandle
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createNameSpace(CIMNameSpace) - Method in class com.sun.wbem.client.CIMClient
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface com.sun.wbem.client.CIMOMHandle
Adds the specified CIM qualifier type to the specified namespace.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in class com.sun.wbem.client.CIMClient
Adds the specified CIM qualifier type to the specified namespace.
currentToken - Variable in class com.sun.wbem.query.ParseException
This is the last token that has been consumed successfully.

D

DATETIME - Static variable in class com.sun.wbem.cim.CIMDataType
A string containing the date-time
DATETIME_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
A string containing the date-time
DateTimeExp - class com.sun.wbem.query.DateTimeExp.
This class represents DateTimes that are arguments to SQL relational constraints.
DateTimeExp() - Constructor for class com.sun.wbem.query.DateTimeExp
 
DateTimeExp(CIMDateTime) - Constructor for class com.sun.wbem.query.DateTimeExp
Creates a new DateTimeExp corresponding to the CIMDateTime value val.
DateTimeExp(String) - Constructor for class com.sun.wbem.query.DateTimeExp
Creates a new DateTimeExp corresponding to the string literal val.
deActivateFilter(SelectExp, String, CIMObjectPath, boolean) - Method in interface com.sun.wbem.provider20.EventProvider
Invoked by the CIM object manager to ask the provider to deactivate an event filter.
DECLARATION - Static variable in class com.sun.wbem.cim.XmlGenericId
 
DECLGROUP - Static variable in class com.sun.wbem.cim.XmlGenericId
 
DECLGROUP_WITHNAME - Static variable in class com.sun.wbem.cim.XmlGenericId
 
DECLGROUP_WITHPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
decryptData(String) - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Decrypts the specified string value using the authentication session key, if the value is encrypted.
DEEP - Static variable in class com.sun.wbem.client.CIMClient
Indicates that deep enumeration is required.
DEFAULT - Static variable in class com.sun.wbem.cim.CIMException
Default cim exception.
DEFAULT - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
deleteClass(CIMObjectPath) - Method in interface com.sun.wbem.client.CIMOMHandle
Deletes the CIM class for the object specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteClass(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Deletes the CIM class for the object specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteInstance(CIMObjectPath) - Method in interface com.sun.wbem.client.CIMOMHandle
Deletes the CIM instance specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteInstance(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Deletes the CIM instance specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteInstance(CIMObjectPath) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
deleteInstance(CIMObjectPath) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to delete the instance specified in the object path.
deleteNameSpace(CIMNameSpace) - Method in interface com.sun.wbem.client.CIMOMHandle
Deletes the specified namespace.
deleteNameSpace(CIMNameSpace) - Method in class com.sun.wbem.client.CIMClient
Deletes the specified namespace on the current host.
deleteQualifierType(CIMObjectPath) - Method in interface com.sun.wbem.client.CIMOMHandle
Deletes the CIM qualfier for the object specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteQualifierType(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Deletes the CIM qualfier for the object specified by the CIM object path, a name that uniquely identifies a CIM object.
deliverEvent(String, CIMInstance) - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Method used by event providers to deliver indications into the CIM object manager.
digit - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
disable_tracing() - Method in class com.sun.wbem.query.WQLParser
 
DISABLEOVERRIDE - Static variable in class com.sun.wbem.cim.CIMFlavor
this qualifier cannot be overriden
Done() - Method in class com.sun.wbem.query.ASCII_CharStream
 
doubleValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a double
doubleValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a double
doubleValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a double
doubleValue() - Method in class com.sun.wbem.query.NumericValue
Returns the double value associated with this value.
DUP_QUALIFIER_TYPE - Static variable in class com.sun.wbem.cim.CIMQualifierTypeException
Deprecated.  

E

elements() - Method in class com.sun.wbem.query.SelectList
Enumeration of all the attributes.
enable_tracing() - Method in class com.sun.wbem.query.WQLParser
 
ENABLEOVERRIDE - Static variable in class com.sun.wbem.cim.CIMFlavor
this qualifier is overridable
encryptData(String) - Method in interface com.sun.wbem.client.CIMOMHandle
This method encrypts a limited sized string value using the current authentication exchange session key.
encryptData(String) - Method in class com.sun.wbem.client.CIMClient
This method encrypts a limited sized string value using the current authentication exchange session key.
endColumn - Variable in class com.sun.wbem.query.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.sun.wbem.query.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
enumClass(CIMObjectPath, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Enumerates the class specified in the path.
enumClass(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
enumClass(CIMObjectPath, boolean, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Enumerates the class specified in the path.
enumClass(CIMObjectPath, boolean, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in class com.sun.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateInstanceNames(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Returns all instance NAMES belonging to the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean, String[]) - Method in class com.sun.wbem.client.CIMClient
Returns all instances (the whole instance and not just the names) belonging to the class specified in the path.
enumInstances(CIMObjectPath, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Returns all instances belonging to the class specified in the path.
enumInstances(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
enumInstances(CIMObjectPath, boolean, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Returns all instances (the whole instance and not just the names) belonging to the class specified in the path.
enumInstances(CIMObjectPath, boolean, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
enumInstances(CIMObjectPath, boolean, CIMClass) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
enumInstances(CIMObjectPath, boolean, CIMClass) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to enumerate all names of instances of the class which is specified in op.
enumInstances(CIMObjectPath, boolean, CIMClass, boolean) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
enumInstances(CIMObjectPath, boolean, CIMClass, boolean) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to enumerate all instances of the class which is specified in op.
enumNameSpace(CIMObjectPath, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumNameSpace(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumQualifierTypes(CIMObjectPath) - Method in interface com.sun.wbem.client.CIMOMHandle
Enumerates the qualifiers defined in a namespace.
enumQualifierTypes(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Enumerates the qualifiers defined in a namespace.
EOF - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
EQ - Static variable in class com.sun.wbem.query.Query
Represents the equals conditional relation
equals(Object) - Method in class com.sun.wbem.cim.CIMElement
Takes a CIM element and returns true if it is equal to this CIM element.
equals(Object) - Method in class com.sun.wbem.cim.CIMDataType
Checks that the specified object is a CIM data type
equals(Object) - Method in class com.sun.wbem.cim.UnsignedInt64
Compares this unsigned 64-bit integer object with the specified object for equality
equals(Object) - Method in class com.sun.wbem.cim.UnsignedInt32
Compares this unsigned 32-bit integer object with the specified object for equality
equals(Object) - Method in class com.sun.wbem.cim.CIMObjectPath
Compares this object path with the specified object path for equality
equals(Object) - Method in class com.sun.wbem.cim.CIMQualifier
Returns true if this qualifier is equal to the input.
equals(Object) - Method in class com.sun.wbem.cim.UnsignedInt16
Compares this unsigned 16-bit integer object with the specified object for equality
equals(Object) - Method in class com.sun.wbem.cim.CIMScope
Returns true if the specified object is a valid CIM scope.
equals(Object) - Method in class com.sun.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
equals(Object) - Method in class com.sun.wbem.cim.CIMFlavor
Compares this CIMFlavor to the specified object.
equals(Object) - Method in class com.sun.wbem.cim.UnsignedInt8
Compares this unsigned 8-bit integer object with the specified object for equality
equals(Object) - Method in class com.sun.wbem.cim.CIMValue
Returns true if the Object obj equals this CIMValue.
equals(Object) - Method in class com.sun.wbem.client.SolarisUserPrincipal
The equals method checks if the specified object is the same principal as this object.
equals(Object, boolean) - Method in class com.sun.wbem.cim.CIMObjectPath
Compares this object path with the specified object path for equality
equalsOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
ERROR - Static variable in class com.sun.wbem.cim.XmlGenericId
 
escape - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
EventProvider - interface com.sun.wbem.provider20.EventProvider.
This is the interface implemented by event providers.
exactNumericLiteral() - Method in class com.sun.wbem.query.WQLParser
 
execQuery(CIMObjectPath, String, int) - Method in interface com.sun.wbem.client.CIMOMHandle
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, int) - Method in class com.sun.wbem.client.CIMClient
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, int, CIMClass) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to handle client queries for the dynamic data they provide.
expectedTokenSequences - Variable in class com.sun.wbem.query.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface com.sun.wbem.query.WQLParserConstants
 

F

FALSE - Static variable in class com.sun.wbem.cim.CIMValue
Initialize CIMValue false to a CIMValue Boolean object containing false.
filterProperties(String[], boolean, boolean) - Method in class com.sun.wbem.cim.CIMClass
This method returns a new CIMClass with properties filtered according to the input parameters.
filterProperties(String[], boolean, boolean) - Method in class com.sun.wbem.cim.CIMInstance
This method returns a new CIMInstance with properties filtered according to the input parameters.
findArrayType(int) - Static method in class com.sun.wbem.cim.CIMDataType
Takes a CIM data type and returns the CIM array type.
findSimpleType(int) - Static method in class com.sun.wbem.cim.CIMDataType
Takes a CIM array type and returns the CIM data type.
findType(Object) - Static method in class com.sun.wbem.cim.CIMDataType
Returns the CIM data type for the specified object
findType(Vector) - Static method in class com.sun.wbem.cim.CIMDataType
Returns the CIM data type for the specified list of objects.
floatValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a float
floatValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a float
floatValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a float
FORMAL_COMMENT - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
from - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
fromClause() - Method in class com.sun.wbem.query.WQLParser
 
FromExp - class com.sun.wbem.query.FromExp.
The FromExp class is an abstract class whose subclasses represent 'from' clauses.
FromExp() - Constructor for class com.sun.wbem.query.FromExp
 

G

GE - Static variable in class com.sun.wbem.query.Query
Represents the >= conditional relation
GENERAL_EXCEPTION - Static variable in class com.sun.wbem.cim.CIMProviderException
There was some error within the provider implementation.
generalLiteral() - Method in class com.sun.wbem.query.WQLParser
 
generateParseException() - Method in class com.sun.wbem.query.WQLParser
 
getAlias() - Method in class com.sun.wbem.cim.CIMInstance
Gets the alias name of this CIM instance
getAlias() - Method in class com.sun.wbem.query.QualifiedAttributeExp
Accessor for alias name.
getAllMethods() - Method in class com.sun.wbem.cim.CIMClass
Gets the CIM methods in this CIM class, including overridden ones.
getAllProperties() - Method in class com.sun.wbem.cim.CIMClass
Gets the CIM properties in this CIM class, including overriden properties.
getAttrClassName() - Method in class com.sun.wbem.query.QualifiedAttributeExp
Accessor for className.
getAttribute() - Method in class com.sun.wbem.query.NonJoinExp
Accessor method for the 'table' name
getAttributeName() - Method in class com.sun.wbem.query.AttributeExp
Accessor for attribute name.
getAttributeName() - Method in class com.sun.wbem.query.QualifiedAttributeExp
Accessor for attribute name.
getBeginColumn() - Method in class com.sun.wbem.query.ASCII_CharStream
 
getBeginLine() - Method in class com.sun.wbem.query.ASCII_CharStream
 
getBooleanValue(Node) - Static method in class com.sun.wbem.client.XMLParser
 
getBuildDate() - Static method in class com.sun.wbem.cim.CIMVersion
 
getCalendar() - Method in class com.sun.wbem.cim.CIMDateTime
Returns the Calendar associated with this CIMDateTime
getCIMClass(Node) - Static method in class com.sun.wbem.client.XMLParser
Creates and instantiates a Java object representing a CIM Class from the specified XML element (node).
getCIMInstance(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts a CIM instance in XML format to a Java object.
getCIMMethod(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts a CIM method in XML format to a Java object.
getCIMObjectPath(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts the name of a CIM object in XML format to a Java object.
getCIMParameter(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts a CIM parameter in XML format to a Java object.
getCIMProperty(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts a CIM property in XML format to a Java object.
getCIMQualifier(Node) - Static method in class com.sun.wbem.client.XMLParser
Converts a CIM qualifier in XML format to a Java object.
getCIMQualifierType(Node) - Static method in class com.sun.wbem.client.XMLParser
 
getCIMType(CIMDataType) - Method in class com.sun.wbem.cim.XmlInstance
 
getCIMValue(Node, String) - Static method in class com.sun.wbem.client.XMLParser
Creates and instantiates a Java object representing a CIM Value from the specified XML element (node).
getClass(CIMObjectPath, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class com.sun.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClassName() - Method in class com.sun.wbem.cim.CIMInstance
Gets the name of the class that instantiates this CIM instance
getColumn() - Method in class com.sun.wbem.query.ASCII_CharStream
Deprecated.  
getContents() - Method in class com.sun.wbem.client.CIMStaticProperties
 
getContents() - Method in class com.sun.wbem.client.CIMDefaultProperties
 
getCopyright() - Method in class com.sun.wbem.cim.CIMVersion
 
getCurrentAuditId() - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Returns a usually unique identifier for the session to be used in auditing records to identify the remote client connection.
getCurrentClientHost() - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Returns the remote client host name for the current session.
getCurrentRole() - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Returns the current role assumed by the current authenticated user.
getCurrentUser() - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Returns the current user on whose behalf the provider has been invoked.
getDataType(String) - Static method in class com.sun.wbem.cim.CIMDataType
 
getDataType(String, boolean) - Static method in class com.sun.wbem.cim.CIMDataType
 
getDefaultValue() - Method in class com.sun.wbem.cim.CIMQualifierType
Returns the default values for this qualifier type
getEndColumn() - Method in class com.sun.wbem.query.ASCII_CharStream
 
getEndLine() - Method in class com.sun.wbem.query.ASCII_CharStream
 
getFirstChildElement(Node) - Static method in class com.sun.wbem.client.XMLParser
 
getFlavor() - Method in class com.sun.wbem.cim.CIMQualifierType
Get the flavors of this qualifier type.
getFlavor() - Method in class com.sun.wbem.cim.CIMQualifier
Returns the CIM flavors for this CIM qualifier.
getFlavor() - Method in class com.sun.wbem.cim.CIMFlavor
Returns the qualifier flavor
getFlavor(int) - Static method in class com.sun.wbem.cim.CIMFlavor
Returns a CIMFlavor object with the specified predefined flavor.
getFromClause() - Method in class com.sun.wbem.query.SelectExp
Returns the fromm clause.
getHost() - Method in class com.sun.wbem.cim.CIMNameSpace
Gets the host name of this CIM namespace
getHost() - Method in class com.sun.wbem.cim.CIMObjectPath
Gets the host for this CIMObjectPath.
getHostURL() - Method in class com.sun.wbem.cim.CIMNameSpace
Gets the host url of this CIM namespace
getID() - Method in class com.sun.wbem.cim.CIMException
Returns the detail message for this exception.
GetImage() - Method in class com.sun.wbem.query.ASCII_CharStream
 
getIncludeClassOrigin() - Method in class com.sun.wbem.cim.XmlInstance
 
getIncludeQualifiers() - Method in class com.sun.wbem.cim.XmlInstance
 
getIndication() - Method in class com.sun.wbem.client.CIMEvent
Returns the embedded indication.
getInstance(CIMObjectPath, boolean) - Method in interface com.sun.wbem.client.CIMOMHandle
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean) - Method in class com.sun.wbem.client.CIMClient
Deprecated.  
getInstance(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class com.sun.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, CIMClass, boolean) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
getInstance(CIMObjectPath, CIMClass, boolean) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to retrieve the instance specified in the object path.
getInternalProvider() - Method in interface com.sun.wbem.client.ProviderCIMOMHandle
Returns handle to an internal instance provider which can be used to store static instance information for the provider.
getKeys() - Method in class com.sun.wbem.cim.CIMClass
Returns a list of key properties in this CIMClass.
getKeys() - Method in class com.sun.wbem.cim.CIMObjectPath
Gets the keys for this CIMObjectPath object.
getKeyValuePairs() - Method in class com.sun.wbem.cim.CIMInstance
Returns a dynamic list of key-value pairs for this CIM instance, not the actual name.
getLeftExp() - Method in class com.sun.wbem.query.AndQueryExp
Accessor for left operand.
getLeftExp() - Method in class com.sun.wbem.query.OrQueryExp
Accessor for left expression
getLeftValue() - Method in class com.sun.wbem.query.BinaryRelQueryExp
Accessor for left value
getLine() - Method in class com.sun.wbem.query.ASCII_CharStream
Deprecated.  
getMessage() - Method in class com.sun.wbem.query.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class com.sun.wbem.query.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMethod(String) - Method in class com.sun.wbem.cim.CIMClass
Returns the specified CIM method in this CIM class.
getMethod(String, String) - Method in class com.sun.wbem.cim.CIMClass
Returns the CIM method specified by its name and optionally, its origin class.
getMethods() - Method in class com.sun.wbem.cim.CIMClass
Gets the CIM methods in this CIM class.
getName() - Method in class com.sun.wbem.cim.XmlNameSpace
 
getName() - Method in class com.sun.wbem.cim.CIMElement
Returns a string representing the name of a CIM element instance.
getName() - Method in class com.sun.wbem.cim.CIMInstance
Gets the name of this CIM instance in string form.
getName() - Method in class com.sun.wbem.client.SolarisUserPrincipal
Return the name of this principal identity.
getNameSpace() - Method in class com.sun.wbem.cim.CIMNameSpace
Gets the name of this CIM namespace
getNameSpace() - Method in class com.sun.wbem.cim.CIMObjectPath
Gets the namespace for this CIMObjectPath.
getNegatedExp() - Method in class com.sun.wbem.query.NotQueryExp
Accessor for the expression to be negated.
getNextToken() - Method in class com.sun.wbem.query.WQLParserTokenManager
 
getNextToken() - Method in class com.sun.wbem.query.WQLParser
 
getObjectName() - Method in class com.sun.wbem.cim.CIMObjectPath
Gets the object name for this CIMObjectPath.
getOperator() - Method in class com.sun.wbem.query.BinaryRelQueryExp
Accessor for the relational operation
getOriginClass() - Method in class com.sun.wbem.cim.CIMMethod
Returns the class in which this method was defined.
getOriginClass() - Method in class com.sun.wbem.cim.CIMProperty
Returns the class in which this property was defined.
getOverridingMethod() - Method in class com.sun.wbem.cim.CIMMethod
Gets the name of the overriding method for this method.
getOverridingProperty() - Method in class com.sun.wbem.cim.CIMProperty
Gets the overriding property
getParameters() - Method in class com.sun.wbem.cim.CIMMethod
Returns the list of parameters for this method
getParams() - Method in class com.sun.wbem.cim.CIMException
Returns the parameters for this exception.
getPredefinedType(int) - Static method in class com.sun.wbem.cim.CIMDataType
Returns a CIM data type object with the specified predefined type.
getProductName() - Static method in class com.sun.wbem.cim.CIMVersion
 
getProperties() - Method in class com.sun.wbem.cim.CIMClass
Gets the CIM properties in this CIM class.
getProperties() - Method in class com.sun.wbem.cim.CIMInstance
Gets the list of properties for this CIM instance
getProperty(CIMObjectPath, String) - Method in interface com.sun.wbem.client.CIMOMHandle
Invokes the object manager on this client to get the specified CIM instance property.
getProperty(CIMObjectPath, String) - Method in class com.sun.wbem.client.CIMClient
Invokes the object manager on this client to get the specified CIM instance property.
getProperty(String) - Method in class com.sun.wbem.cim.CIMClass
Returns the specified CIM Property.
getProperty(String) - Method in class com.sun.wbem.cim.CIMInstance
Gets the values of the specified property
getProperty(String) - Static method in class com.sun.wbem.client.ClientProps
The getProperty method returns the value for the specified property name.
getProperty(String, String) - Method in class com.sun.wbem.cim.CIMClass
Returns the specified CIMProperty.
getProperty(String, String) - Method in class com.sun.wbem.cim.CIMInstance
Returns a CIM property, a name/value pair that describes a unit of data for a class.
getPropertyList() - Method in class com.sun.wbem.cim.XmlInstance
 
getPropertyList(String) - Static method in class com.sun.wbem.client.ClientProps
The getPropertyList method returns an array of values for the specified property name prefix where the property name consists of the prefix plus an integer value; e.g., .0, .1, etc.
getPropertyNames() - Static method in class com.sun.wbem.client.ClientProps
The getPropertyNames method returns the list of property names.
getPropertyValue(CIMObjectPath, String, String) - Method in interface com.sun.wbem.provider.PropertyProvider
This method is implemented by the property provider to retrieve the value of the property specified by the parameters.
getPublicId() - Method in class com.sun.wbem.cim.XmlNameSpace
 
getQualifier(String) - Method in class com.sun.wbem.cim.CIMClass
Returns the specified qualifier, if it exists in this CIM class.
getQualifier(String) - Method in class com.sun.wbem.cim.CIMParameter
Returns the required qualifier of the parameter, if present in the parameter definition.
getQualifier(String) - Method in class com.sun.wbem.cim.CIMMethod
 
getQualifier(String) - Method in class com.sun.wbem.cim.CIMProperty
Returns the specified CIM qualifier, an object that modifies this property.
getQualifiers() - Method in class com.sun.wbem.cim.CIMClass
Gets the CIM Qualifiers in this CIM class.
getQualifiers() - Method in class com.sun.wbem.cim.CIMParameter
Returns the list of qualifiers for this parameter
getQualifiers() - Method in class com.sun.wbem.cim.CIMMethod
Returns the list of qualifiers for this method
getQualifiers() - Method in class com.sun.wbem.cim.CIMInstance
Gets the list of qualifiers for this CIM instance
getQualifiers() - Method in class com.sun.wbem.cim.CIMProperty
Returns the list of CIM qualifiers for this property
getQualifierType(CIMObjectPath) - Method in interface com.sun.wbem.client.CIMOMHandle
Gets the CIM qualifier type specified in the CIM object path.
getQualifierType(CIMObjectPath) - Method in class com.sun.wbem.client.CIMClient
Gets the CIM qualifier type specified in the CIM object path.
getRefClassName() - Method in class com.sun.wbem.cim.CIMDataType
Returns the classname for the reference type.
getRightExp() - Method in class com.sun.wbem.query.AndQueryExp
Accessor for right operand.
getRightExp() - Method in class com.sun.wbem.query.OrQueryExp
Accessor for right expression
getRightValue() - Method in class com.sun.wbem.query.BinaryRelQueryExp
Accessor for right value
getRoleName() - Method in class com.sun.wbem.client.SolarisUserPrincipal
Return the Solaris role name this principal is assuming.
getRolePassword() - Method in class com.sun.wbem.client.SolarisPasswordCredential
Return the password for the Solaris role that the principal is assuming on the Solaris server.
getScope() - Method in class com.sun.wbem.cim.CIMQualifierType
Gives the scopes to which this qualifier type can be applied.
getScope() - Method in class com.sun.wbem.cim.CIMScope
Returns an integer representing the CIM scope
getScope(int) - Static method in class com.sun.wbem.cim.CIMScope
Returns a CIM scope object with the specified CIM scope
getSelectList() - Method in class com.sun.wbem.query.SelectExp
Returns the selectList.
getSize() - Method in class com.sun.wbem.cim.CIMDataType
Returns the size
getSize() - Method in class com.sun.wbem.cim.CIMParameter
Returns the size of this parameter
getSize() - Method in class com.sun.wbem.cim.CIMQualifierType
Returns the size of this qualifier type
getSize() - Method in class com.sun.wbem.cim.CIMMethod
Returns the size of this method's return value
getSize() - Method in class com.sun.wbem.cim.CIMProperty
Returns the size of this property object.
getStringValue(Node) - Static method in class com.sun.wbem.client.XMLParser
 
getSubscriptionAlias() - Method in class com.sun.wbem.client.CIMEvent
Gets the subscriptionAlias.
GetSuffix(int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
getSuperClass() - Method in class com.sun.wbem.cim.CIMClass
Gets the parent of this CIM class.
getSystemId() - Method in class com.sun.wbem.cim.XmlNameSpace
 
getTextNode(Node) - Static method in class com.sun.wbem.client.XMLParser
 
getToken(int) - Method in class com.sun.wbem.query.WQLParser
 
getType() - Method in class com.sun.wbem.cim.CIMDataType
Returns the data type
getType() - Method in class com.sun.wbem.cim.CIMParameter
Returns the data type of this parameter
getType() - Method in class com.sun.wbem.cim.CIMQualifierType
Returns the CIM data type of this qualifier type
getType() - Method in class com.sun.wbem.cim.CIMMethod
Returns the data type of this method's return value
getType() - Method in class com.sun.wbem.cim.CIMProperty
Gets the CIM data type of this property
getType() - Method in class com.sun.wbem.cim.CIMValue
Returns the CIM data type of this CIMValue.
getValue() - Method in class com.sun.wbem.cim.CIMQualifier
Returns the CIM value of this qualifier
getValue() - Method in class com.sun.wbem.cim.CIMProperty
Gets the value for this property
getValue() - Method in class com.sun.wbem.cim.CIMValue
Returns the value of this CIMValue.
getValue() - Method in class com.sun.wbem.query.StringValueExp
Accessor for the actual String value.
getValue() - Method in class com.sun.wbem.query.DateTimeExp
Accessor for the CIMDataTime value.
getVersion() - Static method in class com.sun.wbem.cim.CIMVersion
 
getWhereClause() - Method in class com.sun.wbem.query.SelectExp
Returns the where clause.
getXmlCode(int) - Method in class com.sun.wbem.cim.CIMException
Gets the name when you know the code.
getXmlCode(String) - Method in class com.sun.wbem.cim.CIMException
Errors in CIM Operations over HTTP have to be reported as integers.
greaterThanOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
greaterThanOrEqualsOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
GT - Static variable in class com.sun.wbem.query.Query
Represents the greater than conditional relation

H

hasDefaultValue() - Method in class com.sun.wbem.cim.CIMQualifierType
Checks if the default values are defined
hasFlavor(CIMFlavor) - Method in class com.sun.wbem.cim.CIMQualifierType
Checks if the qualifier's flavor includes the input flavor.
hasFlavor(CIMFlavor) - Method in class com.sun.wbem.cim.CIMQualifier
Checks if the qualifier's flavor includes the input flavor.
hashCode() - Method in class com.sun.wbem.cim.UnsignedInt32
Computes the hash code for this unsigned 32-bit integer object
hashCode() - Method in class com.sun.wbem.cim.CIMObjectPath
Computes the hash code for this object path.
hashCode() - Method in class com.sun.wbem.cim.UnsignedInt16
Computes the hash code for this unsigned 16-bit integer object
hashCode() - Method in class com.sun.wbem.cim.UnsignedInt8
Computes the hash code for this unsigned 8-bit integer object
hashCode() - Method in class com.sun.wbem.client.SolarisUserPrincipal
The hashCode method returns an integer hash code to represent this principal.
hasQualifier(CIMQualifier) - Method in class com.sun.wbem.cim.CIMClass
Checks whether the specified qualifier is one of the qualifiers in this CIM class.
hasScope(CIMScope) - Method in class com.sun.wbem.cim.CIMQualifierType
Checks if the qualifier type's scope includes the input meta element.
hasValue() - Method in class com.sun.wbem.cim.CIMQualifier
Checks if the qualifier has a value set.
HOST - Static variable in class com.sun.wbem.cim.XmlGenericId
 
HTTP - Static variable in class com.sun.wbem.client.CIMClient
Specifies HTTP protocol for data transfer to the CIM Object Manager

I

identifier - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
image - Variable in class com.sun.wbem.query.Token
The string image of the token.
IMETHODCALL - Static variable in class com.sun.wbem.cim.XmlGenericId
 
IMETHODRESPONSE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
INDICATION - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM indication
indicationOccured(CIMEvent) - Method in interface com.sun.wbem.client.CIMListener
 
initialize(CIMOMHandle) - Method in interface com.sun.wbem.provider.CIMProvider
Called by the CIMOM when the provider is initialized.
INSTANCE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
instance(CIMInstance) - Method in class com.sun.wbem.cim.XmlInstance
 
INSTANCENAME - Static variable in class com.sun.wbem.cim.XmlGenericId
 
instanceName(CIMInstance) - Method in class com.sun.wbem.cim.XmlInstance
 
instanceName(CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
 
INSTANCEPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
InstanceProvider - interface com.sun.wbem.provider.InstanceProvider.
This is the base interface implemented by instance providers.
InstanceProvider - interface com.sun.wbem.provider20.InstanceProvider.
This is the base interface implemented by instance providers.
intValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as an int This method returns the least significant 32 bits.
intValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as an int
intValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as an int
INVALID - Static variable in class com.sun.wbem.cim.CIMDataType
Invalid type
INVALID_CREDENTIAL - Static variable in class com.sun.wbem.cim.CIMSecurityException
The provided credential(e.g.
INVALID_QUALIFIER_NAME - Static variable in class com.sun.wbem.cim.CIMSemanticException
Invalid qualifier name.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in interface com.sun.wbem.client.CIMOMHandle
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in class com.sun.wbem.client.CIMClient
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in interface com.sun.wbem.provider.MethodProvider
This method contains the implementation for the method.
IPARAMVALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
IRETURNVALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
isa - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
ISA - Static variable in class com.sun.wbem.query.Query
Represents the ISA conditional relation for class membership.
isArrayType() - Method in class com.sun.wbem.cim.CIMDataType
Checks if the type is an array type.
isArrayValue() - Method in class com.sun.wbem.cim.CIMQualifierType
Checks if the default value is an array of values or not.
isArrayValue() - Method in class com.sun.wbem.cim.CIMValue
Returns true if this CIMValue contains an array value.
isAssociation() - Method in class com.sun.wbem.cim.CIMClass
Identifies whether or not this CIM class is an association.
isEmpty() - Method in class com.sun.wbem.cim.CIMValue
Returns true if the value and data type of this CIMValue are empty.
isInterval() - Method in class com.sun.wbem.cim.CIMDateTime
Tests if this is an interval
isKey() - Method in class com.sun.wbem.cim.CIMProperty
Convenience method for getting a qualifier name key.
isKeyed() - Method in class com.sun.wbem.cim.CIMClass
Convenience method to identify if this class is keyed.
isNullValue() - Method in class com.sun.wbem.cim.CIMValue
Returns true if this CIMValue contains a null data type.
isReal() - Method in class com.sun.wbem.query.NumericValue
Check if the value is a real.
isReference() - Method in class com.sun.wbem.cim.CIMProperty
Identifies whether or not this CIM Property data type is a reference to an instance (link to another CIM object).
isReferenceType() - Method in class com.sun.wbem.cim.CIMDataType
Checks if the type is a reference type.
isRoleAssumed() - Method in class com.sun.wbem.client.SolarisUserPrincipal
Returns true if a role has been assumed.
isSint() - Method in class com.sun.wbem.query.NumericValue
Check if the value is a signed int.
isUint() - Method in class com.sun.wbem.query.NumericValue
Check if the value is an unsigned int.
isXmlCode(String) - Method in class com.sun.wbem.cim.CIMException
Returns true if the exception is a valid XML exception

J

jj_nt - Variable in class com.sun.wbem.query.WQLParser
 
jjstrLiteralImages - Static variable in class com.sun.wbem.query.WQLParserTokenManager
 

K

KEY_OVERRIDE - Static variable in class com.sun.wbem.cim.CIMPropertyException
A non-key is overriding a key.
KEY_REQUIRED - Static variable in class com.sun.wbem.cim.CIMClassException
A concrete class is defined without a key.
KEYBINDING - Static variable in class com.sun.wbem.cim.XmlGenericId
 
KEYVALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
kind - Variable in class com.sun.wbem.query.Token
An integer that describes the kind of this token.

L

LE - Static variable in class com.sun.wbem.query.Query
Represents the <= conditional relation
leftParen - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
lessThan(CIMElement) - Method in class com.sun.wbem.cim.CIMElement
Compares the element identifier of this CIM element with the element of the input identifier.
lessThanOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
lessThanOrEqualsOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
letter - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
lexStateNames - Static variable in class com.sun.wbem.query.WQLParserTokenManager
 
like - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
LIKE - Static variable in class com.sun.wbem.query.Query
Represents the 'like' conditional relation as defined in the SQL-92 standard.
LOCALCLASSPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
localElements() - Method in class com.sun.wbem.cim.CIMClass
Returns only the local elements for this class and filters out the rest.
localElements() - Method in class com.sun.wbem.cim.CIMInstance
Returns only the local elements for this instance and filters out the rest.
localElements(List) - Method in class com.sun.wbem.cim.CIMInstance
Returns only the elements for this instance that have classOrigin set to one of the names in the className list.
LOCALINSTANCEPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
LOCALNAMESPACEPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
localNameSpacePath(CIMNameSpace) - Method in class com.sun.wbem.cim.XmlInstance
 
localNameSpacePath(CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
 
localNameSpacePath(String) - Method in class com.sun.wbem.cim.XmlInstance
 
localObjectPath(CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
 
longValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a long This method returns the least significant 64 bits.
longValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a long
longValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a long
longValue() - Method in class com.sun.wbem.query.NumericValue
Returns the long value associated with this value.
LT - Static variable in class com.sun.wbem.query.Query
Represents the less than conditional relation

M

main(String[]) - Static method in class com.sun.wbem.query.WQLParser
 
major - Static variable in class com.sun.wbem.cim.CIMVersion
 
MAX_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt64
the maximum value this BigInteger can have
MAX_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt32
the maximum value this long can have
MAX_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt16
the maximum value this int can have
MAX_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt8
The maximum value of this short.
MESSAGE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
METHOD - Static variable in class com.sun.wbem.cim.XmlGenericId
 
METHOD - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM method
METHOD_OVERRIDDEN - Static variable in class com.sun.wbem.cim.CIMMethodException
A method is specified to override another method that has already been overridden by a third method.
METHODCALL - Static variable in class com.sun.wbem.cim.XmlGenericId
 
MethodProvider - interface com.sun.wbem.provider.MethodProvider.
This is the interface implemented by method providers.
METHODRESPONSE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
MIN_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt64
the minimum value this BigInteger can have
MIN_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt32
the minimum value this long can have
MIN_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt16
the minimum value this int can have
MIN_VALUE - Static variable in class com.sun.wbem.cim.UnsignedInt8
The minimum value of this short.
minor - Static variable in class com.sun.wbem.cim.CIMVersion
 
minusSign - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
MULTI_LINE_COMMENT - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
MULTIREQ - Static variable in class com.sun.wbem.cim.XmlGenericId
 
MULTIRSP - Static variable in class com.sun.wbem.cim.XmlGenericId
 
mustPoll(SelectExp, String, CIMObjectPath) - Method in interface com.sun.wbem.provider20.EventProvider
Invoked by a CIM object manager to test if a given filter expression is allowed by the provider, and if it must be polled.

N

NAMESPACE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
NAMESPACEPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
NE - Static variable in class com.sun.wbem.query.Query
Represents the not equals conditional relation
NEW_KEY - Static variable in class com.sun.wbem.cim.CIMPropertyException
A class is trying to define a new key.
newInstance() - Method in class com.sun.wbem.cim.CIMClass
Returns a new CIM instance initialized with the default CIM properties, qualifiers, and name of this CIM class.
newToken(int) - Static method in class com.sun.wbem.query.Token
Returns a new Token object, by default.
next - Variable in class com.sun.wbem.query.Token
A reference to the next regular (non-special) token from the input stream.
NISA - Static variable in class com.sun.wbem.query.Query
 
NLIKE - Static variable in class com.sun.wbem.query.Query
Represents the 'not like' conditional relation as defined in the SQL-92 standard.
NO_CIMOM - Static variable in class com.sun.wbem.cim.CIMTransportException
cimom not found exception
NO_EVENT_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The event provider class is not found.
NO_INSTANCE_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The instance provider class is not found.
NO_METHOD_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The method provider class is not found.
NO_OVERRIDDEN_METHOD - Static variable in class com.sun.wbem.cim.CIMMethodException
The method of a subclass is trying to override the method of the superclass, but the method of the superclass already has been overridden by a method that belongs to another subclass.
NO_OVERRIDDEN_PROPERTY - Static variable in class com.sun.wbem.cim.CIMPropertyException
The overridden property does not exist in the class hierarchy.
NO_PROPERTY_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The property provider class is not found.
NO_QUALIFIER_VALUE - Static variable in class com.sun.wbem.cim.CIMSemanticException
The qualifier does not have a value.
NO_SUCH_METHOD - Static variable in class com.sun.wbem.cim.CIMMethodException
In most cases, the specified method was not defined for the class.
NO_SUCH_PRINCIPAL - Static variable in class com.sun.wbem.cim.CIMSecurityException
The specified principal(e.g.
NO_SUCH_QUALIFIER1 - Static variable in class com.sun.wbem.cim.CIMSemanticException
No such qualifier exception, but where we do not care which particular element is causing it.
NO_SUCH_QUALIFIER2 - Static variable in class com.sun.wbem.cim.CIMSemanticException
No such qualifier exception.
NO_SUCH_SESSION - Static variable in class com.sun.wbem.cim.CIMSecurityException
The session with the given id does not exist.
NonJoinExp - class com.sun.wbem.query.NonJoinExp.
The NonJoinExp represents From clauses which have only one table specified to apply the select operation to.
NonJoinExp(QualifiedAttributeExp) - Constructor for class com.sun.wbem.query.NonJoinExp
Constructor for NonJoinExp.
not - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
NOT_EVENT_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The provider class present in the class path does not implement the EventProvider interface - even though it has been declared as an event provider by setting the Provider qualifier in the MOF class definition.
NOT_HELLO - Static variable in class com.sun.wbem.cim.CIMSecurityException
When the first hello message is not in the correct format.
NOT_INSTANCE_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The provider class present in the class path does not implement the InstanceProvider interface - even though it has been declared as an instance provider by setting the Provider qualifier in the MOF class definition.
NOT_METHOD_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The provider class does not implement the MethodProvider interface - even though it has been declared as a method provider by setting the Provider qualifier in the MOF method definition.
NOT_PROPERTY_PROVIDER - Static variable in class com.sun.wbem.cim.CIMProviderException
The provider class present in the class path does not implement the PropertyProvider interface - even though it has been declared as a property provider by setting the Provider qualifier in the MOF property definition.
NOT_RESPONSE - Static variable in class com.sun.wbem.cim.CIMSecurityException
The first response message is not in the correct format.
notEqualsOperator - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
NotQueryExp - class com.sun.wbem.query.NotQueryExp.
Represents a NotQuery.
NotQueryExp() - Constructor for class com.sun.wbem.query.NotQueryExp
Empty constructor
NotQueryExp(QueryExp) - Constructor for class com.sun.wbem.query.NotQueryExp
Constructs a not query of the input QueryExp.
NULL - Static variable in class com.sun.wbem.cim.CIMDataType
Null type
numberOfProperties() - Method in class com.sun.wbem.cim.CIMClass
Returns the number of properties in this class.
numberOfQualifiers() - Method in class com.sun.wbem.cim.CIMClass
Returns the number of qualifiers declared in this CIM Class.
NumericValue - class com.sun.wbem.query.NumericValue.
This class represents numbers that are arguments to SQL relational constraints.
NumericValue() - Constructor for class com.sun.wbem.query.NumericValue
Constructs a NumericValue corresponding to 0.
NumericValue(Number) - Constructor for class com.sun.wbem.query.NumericValue
Creates a new NumericValue representing the numeric literal val.

O

OBJECT - Static variable in class com.sun.wbem.cim.CIMDataType
CIMInstance type
object(Object) - Method in class com.sun.wbem.cim.XmlInstance
 
objectName(CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
 
OBJECTPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
objectPath(CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
 
or - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
OrQueryExp - class com.sun.wbem.query.OrQueryExp.
It is used by the query building mechanism to represent disjunctions of relational expressions.
OrQueryExp() - Constructor for class com.sun.wbem.query.OrQueryExp
Empty constructor
OrQueryExp(QueryExp, QueryExp) - Constructor for class com.sun.wbem.query.OrQueryExp
Constructor with two QueryExp operands.

P

PARAMETER - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PARAMETER - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM parameter
PARAMETER_ARRAY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PARAMETER_REFARRAY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PARAMETER_REFERENCE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PARAMVALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
parse(String) - Method in class com.sun.wbem.cim.CIMNameSpace
Parses the name of a namespace by replacing the forward slash (/) with a backward slash (\).
parse(String) - Method in class com.sun.wbem.cim.CIMObjectPath
Parses the specified object name string by replacing each forward slash character (/) with an escaped backward slash character (\\).
ParseException - exception com.sun.wbem.query.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class com.sun.wbem.query.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class com.sun.wbem.query.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class com.sun.wbem.query.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
patchHigh - Static variable in class com.sun.wbem.cim.CIMVersion
 
patchLow - Static variable in class com.sun.wbem.cim.CIMVersion
 
pcdata2Xml(String) - Method in class com.sun.wbem.cim.XmlInstance
 
PDEFAULT - Static variable in class com.sun.wbem.cim.CIMException
Default cim exception with one parameter.
period - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
plusSign - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
PROPERTY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PROPERTY - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM property
PROPERTY_ARRAY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PROPERTY_OVERRIDDEN - Static variable in class com.sun.wbem.cim.CIMPropertyException
The overridden property has already been overridden.
PROPERTY_REFERENCE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
PropertyProvider - interface com.sun.wbem.provider.PropertyProvider.
This is the interface implemented by property providers.
ProviderCIMOMHandle - interface com.sun.wbem.client.ProviderCIMOMHandle.
Interface for Provider specific callbacks to the CIMOM.
PS_CONFIG - Static variable in class com.sun.wbem.cim.CIMRepositoryException
The repository is configured incorrectly.
PS_UNAVAILABLE - Static variable in class com.sun.wbem.cim.CIMRepositoryException
The repository is unavailable.

Q

QualifiedAttributeExp - class com.sun.wbem.query.QualifiedAttributeExp.
This class represents represents an attribute qualified by a classname and/or alias.
QualifiedAttributeExp() - Constructor for class com.sun.wbem.query.QualifiedAttributeExp
 
QualifiedAttributeExp(String, String) - Constructor for class com.sun.wbem.query.QualifiedAttributeExp
Creates a new QualifiedAttributeExp representing the object attribute for class named by .
QualifiedAttributeExp(String, String, String) - Constructor for class com.sun.wbem.query.QualifiedAttributeExp
Creates a new QualifiedAttributeExp representing the object attribute for class named by .
QUALIFIER - Static variable in class com.sun.wbem.cim.XmlGenericId
 
QUALIFIER_DECLARATION - Static variable in class com.sun.wbem.cim.XmlGenericId
 
QUALIFIER_UNOVERRIDABLE - Static variable in class com.sun.wbem.cim.CIMSemanticException
An element tries to override a qualifier that has a DisableOverride flavor.
qualifierDeclaration(CIMQualifierType) - Method in class com.sun.wbem.cim.XmlInstance
 
Query - class com.sun.wbem.query.Query.
This class contains all the constants associated with conditional relations.
Query() - Constructor for class com.sun.wbem.query.Query
 
QueryExp - class com.sun.wbem.query.QueryExp.
The QueryExp class is an abstract class whose subclasses represent conditional expressions which return a boolean value when a particular 'row' is applied to them.
QueryExp() - Constructor for class com.sun.wbem.query.QueryExp
Constructor.
querySpecification() - Method in class com.sun.wbem.query.WQLParser
 

R

readChar() - Method in class com.sun.wbem.query.ASCII_CharStream
 
REAL32 - Static variable in class com.sun.wbem.cim.CIMDataType
IEEE 4-byte floating-point
REAL32_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
IEEE 4-byte floating-point
REAL64 - Static variable in class com.sun.wbem.cim.CIMDataType
IEEE 8-byte floating-point
REAL64_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
IEEE 8-byte floating-point
REF_REQUIRED - Static variable in class com.sun.wbem.cim.CIMClassException
An association class is defined with less than two references.
REFERENCE - Static variable in class com.sun.wbem.cim.CIMDataType
Reference type
REFERENCE - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM reference
referenceNames(CIMObjectPath, CIMObjectPath, String) - Method in interface com.sun.wbem.provider20.AssociatorProvider
For definition of this operation, refer to http://www.dmtf.org/download/spec/xmls/CIM_HTTP_Mapping10.htm#SecReferenceNames This operation is used to enumerate the association objects that refer to a particular target CIM Instance.
referenceNames(CIMObjectPath, String, String) - Method in interface com.sun.wbem.client.CIMOMHandle
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
referenceNames(CIMObjectPath, String, String) - Method in class com.sun.wbem.client.CIMClient
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
references(CIMObjectPath, CIMObjectPath, String, boolean, boolean, String[]) - Method in interface com.sun.wbem.provider20.AssociatorProvider
For definition of this operation, refer to http://www.dmtf.org/download/spec/xmls/CIM_HTTP_Mapping10.htm#SecReferencesMethod This operation is used to enumerate the association objects that refer to a particular target CIM Instance.
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in interface com.sun.wbem.client.CIMOMHandle
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in class com.sun.wbem.client.CIMClient
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
ReInit(ASCII_CharStream) - Method in class com.sun.wbem.query.WQLParserTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class com.sun.wbem.query.WQLParserTokenManager
 
ReInit(InputStream) - Method in class com.sun.wbem.query.WQLParser
 
ReInit(InputStream, int, int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
ReInit(Reader) - Method in class com.sun.wbem.query.WQLParser
 
ReInit(Reader, int, int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Method in class com.sun.wbem.query.ASCII_CharStream
 
ReInit(WQLParserTokenManager) - Method in class com.sun.wbem.query.WQLParser
 
relOperation() - Method in class com.sun.wbem.query.WQLParser
 
removeCIMListener(CIMListener) - Method in interface com.sun.wbem.client.CIMOMHandle
Removes the specified listener
removeCIMListener(CIMListener) - Method in class com.sun.wbem.client.CIMClient
 
removeQualifier(CIMQualifier) - Method in class com.sun.wbem.cim.CIMClass
Removes the specified qualifier from this CIM class.
removeQualifier(String) - Method in class com.sun.wbem.cim.CIMProperty
Removes the specified CIM qualifier from the property.
RESTRICTED - Static variable in class com.sun.wbem.cim.CIMFlavor
this qualifier applies only to the class in which it is declared
RETURNVALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
rightParen - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
RMI - Static variable in class com.sun.wbem.client.CIMClient
Specifies RMI protocol (the default) for data transfer to the CIM Object Manager
root(String) - Method in class com.sun.wbem.cim.XmlInstance
 

S

SCHEMA - Static variable in class com.sun.wbem.cim.CIMScope
Integer value representing a CIM schema
SCOPE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
SCOPE_ERROR - Static variable in class com.sun.wbem.cim.CIMSemanticException
Scope error exception.
searchCondition() - Method in class com.sun.wbem.query.WQLParser
 
searchConditionOnly() - Method in class com.sun.wbem.query.WQLParser
 
select - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
SelectExp - class com.sun.wbem.query.SelectExp.
This class represents all 'select' clauses that are constructed in the WQL.
SelectExp() - Constructor for class com.sun.wbem.query.SelectExp
 
SelectExp(SelectList, FromExp) - Constructor for class com.sun.wbem.query.SelectExp
Constructor for select clauses.
SelectExp(SelectList, FromExp, QueryExp) - Constructor for class com.sun.wbem.query.SelectExp
Constructor for select clauses.
SelectExp(String) - Constructor for class com.sun.wbem.query.SelectExp
Constructor for select clause.
SelectList - class com.sun.wbem.query.SelectList.
SelectList represents a list of attributes which are used as the projection for the returned 'row'.
selectList() - Method in class com.sun.wbem.query.WQLParser
 
SelectList(AttributeExp) - Constructor for class com.sun.wbem.query.SelectList
Constructor for a single attribute list.
selectSublist() - Method in class com.sun.wbem.query.WQLParser
 
setAlias(String) - Method in class com.sun.wbem.cim.CIMInstance
Sets the alias for this instance
setCIMName(String) - Method in class com.sun.wbem.cim.XmlInstance
 
setClass(CIMObjectPath, CIMClass) - Method in interface com.sun.wbem.client.CIMOMHandle
Adds the CIM class to the specified namespace.
setClass(CIMObjectPath, CIMClass) - Method in class com.sun.wbem.client.CIMClient
Modifies the CIM class in the specified namespace.
setClassName(String) - Method in class com.sun.wbem.cim.CIMInstance
Sets the name of the class that instantiates this CIM instance
setDefaults(CIMQualifierType) - Method in class com.sun.wbem.cim.CIMQualifier
Sets the CIM qualifier type for this qualifier to the specified type.
setDefaultValue(CIMValue) - Method in class com.sun.wbem.cim.CIMQualifierType
Sets the default value for this qualifier type to the specified CIM value
setHost(String) - Method in class com.sun.wbem.cim.CIMNameSpace
Sets the host name of this CIM namespace to the specified string
setHost(String) - Method in class com.sun.wbem.cim.CIMObjectPath
Sets the host for this CIMObjectPath object.
setIncludeClassOrigin(boolean) - Method in class com.sun.wbem.cim.XmlInstance
 
setIncludeQualifiers(boolean) - Method in class com.sun.wbem.cim.XmlInstance
 
setInstance(CIMInstance) - Method in interface com.sun.wbem.provider.InstanceProvider
Deprecated. New APIs in the provider20 package.
setInstance(CIMObjectPath, CIMInstance) - Method in interface com.sun.wbem.client.CIMOMHandle
Invokes the object manager on this client to add/set the specified CIM instance to the specified namespace.
setInstance(CIMObjectPath, CIMInstance) - Method in class com.sun.wbem.client.CIMClient
Invokes the object manager on this client to modify the specified CIM instance in the specified namespace.
setInstance(CIMObjectPath, CIMInstance) - Method in interface com.sun.wbem.provider20.InstanceProvider
This method must be implemented by instance providers to set the instance specified in the object path.
setIsAssociation(boolean) - Method in class com.sun.wbem.cim.CIMClass
Sets the isAssociation field to true to indicate that this CIM class is an association.
setIsKeyed(boolean) - Method in class com.sun.wbem.cim.CIMClass
Takes a boolean that indicates whether or not this CIM class has a key property.
setKeys(Vector) - Method in class com.sun.wbem.cim.CIMObjectPath
Sets the keys for this CIMObjectPath.
setMethods(Vector) - Method in class com.sun.wbem.cim.CIMClass
Replaces the existing methods in this class with the specified methods.
setName(String) - Method in class com.sun.wbem.cim.XmlNameSpace
 
setName(String) - Method in class com.sun.wbem.cim.CIMElement
Sets the name of a CIM element instance and uses it to set the name and identifier of a CIM element instance.
setNameSpace(String) - Method in class com.sun.wbem.cim.CIMNameSpace
Sets the name of this CIM namespace to the specified string
setNameSpace(String) - Method in class com.sun.wbem.cim.CIMObjectPath
Sets the namespace for this CIMObjectPath object.
setObjectName(String) - Method in class com.sun.wbem.cim.CIMObjectPath
Sets the object name for this CIMObjectPath.
setOriginClass(String) - Method in class com.sun.wbem.cim.CIMMethod
Sets the class in which this method was defined.
setOriginClass(String) - Method in class com.sun.wbem.cim.CIMProperty
Sets the class in which this property was defined.
setOverridingMethod(String) - Method in class com.sun.wbem.cim.CIMMethod
Sets the name of the overriding method for this method.
setOverridingProperty(String) - Method in class com.sun.wbem.cim.CIMProperty
Specifies this property as an overriding property
setParameters(Vector) - Method in class com.sun.wbem.cim.CIMMethod
Sets the list of parameters for this method to the specified list of parameters
setParams(Object[]) - Method in class com.sun.wbem.cim.CIMException
Sets the substitution args for the exception.
setProperties(Vector) - Method in class com.sun.wbem.cim.CIMClass
Replaces the existing CIM properties in this class with the specified CIM properties.
setProperties(Vector) - Method in class com.sun.wbem.cim.CIMInstance
Sets the properties for this CIM instance to the specified property list
setProperty(CIMObjectPath, String, CIMValue) - Method in interface com.sun.wbem.client.CIMOMHandle
Invokes the object manager on this client to set the specified CIM instance property.
setProperty(CIMObjectPath, String, CIMValue) - Method in class com.sun.wbem.client.CIMClient
Invokes the object manager on this client to set the specified CIM instance property value.
setProperty(String, CIMValue) - Method in class com.sun.wbem.cim.CIMInstance
Sets the value of the specified property.
setPropertyList(String[]) - Method in class com.sun.wbem.cim.XmlInstance
 
setPropertyValue(CIMObjectPath, String, String, CIMValue) - Method in interface com.sun.wbem.provider.PropertyProvider
This method is implemented by the property provider to set the value of the property specified by the parameters.
setPublicId(String) - Method in class com.sun.wbem.cim.XmlNameSpace
 
setQualifier(CIMQualifier) - Method in class com.sun.wbem.cim.CIMProperty
Sets a qualifier for this property
setQualifiers(Vector) - Method in class com.sun.wbem.cim.CIMClass
Replaces the CIM qualifiers in this CIM class with the specified CIM qualifiers.
setQualifiers(Vector) - Method in class com.sun.wbem.cim.CIMParameter
Sets the list of qualifiers for this parameter to the specified list of qualifiers
setQualifiers(Vector) - Method in class com.sun.wbem.cim.CIMMethod
Sets the list of qualifiers for this method to the specified list of qualifiers
setQualifiers(Vector) - Method in class com.sun.wbem.cim.CIMInstance
Sets the qualifiers for this CIM instance to the specified qualifier list
setQualifiers(Vector) - Method in class com.sun.wbem.cim.CIMProperty
Sets the list of CIM qualifiers for this property.
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface com.sun.wbem.client.CIMOMHandle
Adds the specified CIM qualifier type to the specified namespace.
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in class com.sun.wbem.client.CIMClient
Adds the specified CIM qualifier type to the specified namespace.
setRoleName(String) - Method in class com.sun.wbem.client.SolarisUserPrincipal
Set the Solaris role name this principal will assume when authenticated to a Solaris server.
setRolePassword(String) - Method in class com.sun.wbem.client.SolarisPasswordCredential
Set the password for the Solaris role that the principal is assuming on the Solaris server.
setSize(int) - Method in class com.sun.wbem.cim.CIMParameter
Sets the size of this parameter to the specified size
setSize(int) - Method in class com.sun.wbem.cim.CIMQualifierType
Sets the size of this qualifier type to the specified size
setSize(int) - Method in class com.sun.wbem.cim.CIMMethod
Sets the size of this method's return type to the specified size
setSize(int) - Method in class com.sun.wbem.cim.CIMProperty
Sets the size of this property to the integer argument
setSubscriptionAlias(String) - Method in class com.sun.wbem.client.CIMEvent
Set the subscriptionAlias.
setSuperClass(String) - Method in class com.sun.wbem.cim.CIMClass
Sets the parent of this CIM class to the name of the super class contained in the specified string.
setSystemId(String) - Method in class com.sun.wbem.cim.XmlNameSpace
 
setType(CIMDataType) - Method in class com.sun.wbem.cim.CIMParameter
Sets the data type of this parameter to the specified CIM data type
setType(CIMDataType) - Method in class com.sun.wbem.cim.CIMQualifierType
Sets the CIM data type to the specified type
setType(CIMDataType) - Method in class com.sun.wbem.cim.CIMMethod
Sets the data type of this method's return value to the specified CIM data type.
setType(CIMDataType) - Method in class com.sun.wbem.cim.CIMProperty
Sets the data type of this property to the specified CIM data type.
setValue(CIMValue) - Method in class com.sun.wbem.cim.CIMQualifier
Sets the CIM value of this qualifier to the specified value
setValue(CIMValue) - Method in class com.sun.wbem.cim.CIMProperty
Sets the value for this property.
SHALLOW - Static variable in class com.sun.wbem.client.CIMClient
Indicates that a shallow enumeration is required.
shortValue() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a short This method returns the least significant 16 bits.
shortValue() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a short
shortValue() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a short
sign() - Method in class com.sun.wbem.query.WQLParser
 
SIGNATURE_ERROR - Static variable in class com.sun.wbem.cim.CIMSecurityException
Deprecated.  
signedNumericLiteral() - Method in class com.sun.wbem.query.WQLParser
 
SIMPLEREQ - Static variable in class com.sun.wbem.cim.XmlGenericId
 
SIMPLERSP - Static variable in class com.sun.wbem.cim.XmlGenericId
 
SINGLE_LINE_COMMENT - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
SINT16 - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 16-bit integer
SINT16_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 16-bit integer array
SINT32 - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 32-bit integer
SINT32_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 32-bit integer array
SINT64 - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 64-bit integer
SINT64_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 64-bit integer array
SINT8 - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 8-bit integer
SINT8_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Signed 8-bit integer array
SIZE_SINGLE - Static variable in class com.sun.wbem.cim.CIMDataType
This size is for non-array types
SIZE_UNLIMITED - Static variable in class com.sun.wbem.cim.CIMDataType
This size is for unlimited size array types.
size() - Method in class com.sun.wbem.cim.CIMValue
Returns the size of the data type of this CIMValue.
SolarisPasswordCredential - class com.sun.wbem.client.SolarisPasswordCredential.
This class implements a password based credential for a Solaris user authentication.
SolarisPasswordCredential() - Constructor for class com.sun.wbem.client.SolarisPasswordCredential
Empty constructor.
SolarisPasswordCredential(String) - Constructor for class com.sun.wbem.client.SolarisPasswordCredential
This constructor accepts the Solaris user login password.
SolarisPasswordCredential(String, String) - Constructor for class com.sun.wbem.client.SolarisPasswordCredential
This constructor accepts the Solaris user login password and the password of the Solaris role that the user will assume.
SolarisUserPrincipal - class com.sun.wbem.client.SolarisUserPrincipal.
This class implements a Java security Principal identity for a client user identity that authenticates with a Solaris username and login password.
SolarisUserPrincipal() - Constructor for class com.sun.wbem.client.SolarisUserPrincipal
Empty constructor.
SolarisUserPrincipal(String) - Constructor for class com.sun.wbem.client.SolarisUserPrincipal
This constructor accepts the Solaris user name.
SolarisUserPrincipal(String, String) - Constructor for class com.sun.wbem.client.SolarisUserPrincipal
This constructor accepts the Solaris user name and the Solaris role name that the user will assume.
solidus - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
specialToken - Variable in class com.sun.wbem.query.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class com.sun.wbem.query.ASCII_CharStream
 
STRING - Static variable in class com.sun.wbem.cim.CIMDataType
UCS-2 string
STRING_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
UCS-2 string array
StringValueExp - class com.sun.wbem.query.StringValueExp.
This class represents strings that are arguments to SQL relational constraints.
StringValueExp() - Constructor for class com.sun.wbem.query.StringValueExp
Creates a new StringValueExp representing the string literal "".
StringValueExp(String) - Constructor for class com.sun.wbem.query.StringValueExp
Creates a new StringValueExp representing the string literal val.
SwitchTo(int) - Method in class com.sun.wbem.query.WQLParserTokenManager
 

T

tableExpression() - Method in class com.sun.wbem.query.WQLParser
 
tableName() - Method in class com.sun.wbem.query.WQLParser
 
tableReference() - Method in class com.sun.wbem.query.WQLParser
 
TIMED_OUT - Static variable in class com.sun.wbem.cim.CIMTransportException
cimom connection timed out.
token - Variable in class com.sun.wbem.query.WQLParser
 
Token - class com.sun.wbem.query.Token.
Describes the input token stream.
token_source - Variable in class com.sun.wbem.query.WQLParser
 
Token() - Constructor for class com.sun.wbem.query.Token
 
tokenImage - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
tokenImage - Variable in class com.sun.wbem.query.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - error com.sun.wbem.query.TokenMgrError.
 
TokenMgrError() - Constructor for class com.sun.wbem.query.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class com.sun.wbem.query.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class com.sun.wbem.query.TokenMgrError
 
toMOF() - Method in class com.sun.wbem.cim.CIMClass
Returns a MOF representation of the CIM class.
toMOF() - Method in class com.sun.wbem.cim.CIMDataType
Returns a MOF representation of the CIMDataType
toMOF() - Method in class com.sun.wbem.cim.CIMParameter
Returns a MOF representation of the CIMParameter
toMOF() - Method in class com.sun.wbem.cim.CIMQualifierType
Returns a MOF representation of the CIMQualifierType.
toMOF() - Method in class com.sun.wbem.cim.CIMQualifier
Returns a MOF representation of the CIMQualifier.
toMOF() - Method in class com.sun.wbem.cim.CIMMethod
Returns a MOF representation of the CIMMethod
toMOF() - Method in class com.sun.wbem.cim.CIMScope
Returns a MOF representation of the CIMScope.
toMOF() - Method in class com.sun.wbem.cim.CIMDateTime
Returns a MOF representation of the CIMDateTime
toMOF() - Method in class com.sun.wbem.cim.CIMInstance
Returns a MOF representation of the CIMInstance.
toMOF() - Method in class com.sun.wbem.cim.CIMFlavor
Returns a MOF representation of the CIMFlavor.
toMOF() - Method in class com.sun.wbem.cim.CIMProperty
Returns a MOF representation of the CIMProperty.
toMOF() - Method in class com.sun.wbem.cim.CIMValue
Returns a MOF representation of the CIMValue.
toString() - Method in class com.sun.wbem.cim.CIMNameSpace
Returns a String representation of the CIMNameSpace This method is intended to be used only for debugging purposes, and the format of the returned string may vary between implementations.
toString() - Method in class com.sun.wbem.cim.CIMException
Prints out the ID and a comma separated list of parameters on a new line.
toString() - Method in class com.sun.wbem.cim.CIMElement
Returns a String representation of the CIMElement This method is intended to be used only for debugging purposes, and the format of the returned string may vary between implementations.
toString() - Method in class com.sun.wbem.cim.CIMClass
Returns a String representation of the CIMClass.
toString() - Method in class com.sun.wbem.cim.CIMDataType
Returns a String representation of the CIMDataType.
toString() - Method in class com.sun.wbem.cim.CIMParameter
Returns a String representation of the CIMParameter.
toString() - Method in class com.sun.wbem.cim.CIMQualifierType
Returns a String representation of the CIMQualifierType This method is intended to be used only for debugging purposes, and the format of the returned string may vary between implementations.
toString() - Method in class com.sun.wbem.cim.UnsignedInt32
Returns the text representation of this unsigned 32-bit integer object
toString() - Method in class com.sun.wbem.cim.CIMObjectPath
Returns a String representation of the CIMObjectPath.
toString() - Method in class com.sun.wbem.cim.CIMQualifier
Returns a String representation of the CIMQualifier.
toString() - Method in class com.sun.wbem.cim.UnsignedInt16
Returns the text representation of this unsigned 16-bit integer object
toString() - Method in class com.sun.wbem.cim.CIMMethod
Returns a String representation of the CIMMethod.
toString() - Method in class com.sun.wbem.cim.CIMScope
Returns a String representation of the CIMScope.
toString() - Method in class com.sun.wbem.cim.CIMDateTime
Returns a String representation of the CIMDateTime.
toString() - Method in class com.sun.wbem.cim.CIMInstance
Returns a String representation of the CIMInstance.
toString() - Method in class com.sun.wbem.cim.CIMFlavor
Returns a String representation of the CIMFlavor.
toString() - Method in class com.sun.wbem.cim.UnsignedInt8
Returns the text representation of this unsigned 8-bit integer object
toString() - Method in class com.sun.wbem.cim.CIMVersion
 
toString() - Method in class com.sun.wbem.cim.CIMProperty
Returns a String representation of the CIMProperty.
toString() - Method in class com.sun.wbem.cim.CIMValue
Returns a String representation of the CIMValue.
toString() - Method in class com.sun.wbem.client.SolarisUserPrincipal
The toString method returns a string representation of the principal suitable for displaying in messages.
toString() - Method in class com.sun.wbem.query.BinaryRelQueryExp
 
toString() - Method in class com.sun.wbem.query.Token
Returns the image.
toString() - Method in class com.sun.wbem.query.NumericValue
Returns a string representing the numeric value.
toString() - Method in class com.sun.wbem.query.AttributeExp
Returns the SQL syntax string representing its value.
toString() - Method in class com.sun.wbem.query.NonJoinExp
 
toString() - Method in class com.sun.wbem.query.StringValueExp
Returns the SQL syntax string representing its value.
toString() - Method in class com.sun.wbem.query.NotQueryExp
Returns the WQL string form.
toString() - Method in class com.sun.wbem.query.AndQueryExp
 
toString() - Method in class com.sun.wbem.query.SelectList
WQL String form of the select list.
toString() - Method in class com.sun.wbem.query.OrQueryExp
Returns the WQL string form.
toString() - Method in class com.sun.wbem.query.SelectExp
 
toString() - Method in class com.sun.wbem.query.DateTimeExp
Returns the SQL syntax string representing its value.
toString() - Method in class com.sun.wbem.query.QualifiedAttributeExp
Returns the SQL syntax string representing its value.
TOSUBCLASS - Static variable in class com.sun.wbem.cim.CIMFlavor
this qualifier is inherited by any subclass
TOXML - Static variable in class com.sun.wbem.cim.XmlGenericId
 
toXml() - Method in class com.sun.wbem.cim.CIMNameSpace
Returns the XML representation of the CIM namespace
toXml() - Method in class com.sun.wbem.cim.CIMClass
Returns an XML representation of this CIM class.
toXml() - Method in class com.sun.wbem.cim.CIMParameter
Returns an XML representation of this CIM parameter.
toXml() - Method in class com.sun.wbem.cim.CIMObjectPath
Returns an XML representation of this CIM object path.
toXml() - Method in class com.sun.wbem.cim.CIMQualifier
Returns an XML representation of this CIM qualifier.
toXml() - Method in class com.sun.wbem.cim.CIMMethod
Returns an XML representation of this CIM method.
toXml() - Method in class com.sun.wbem.cim.CIMInstance
Returns an XML representation of this CIM instance.
toXml() - Method in class com.sun.wbem.cim.CIMFlavor
Returns an XML representation of this CIM flavor.
toXml() - Method in class com.sun.wbem.cim.CIMProperty
Returns an XML representation of this CIM property.
toXml() - Method in class com.sun.wbem.cim.CIMValue
Returns an XML representation of this CIM value.
toXml(CIMObjectPath) - Method in class com.sun.wbem.cim.CIMClass
Returns an XML representation of the specified CIM object (class or instance).
toXml(CIMObjectPath) - Method in class com.sun.wbem.cim.CIMInstance
Returns an XML representation of the specified CIM instance.
toXml(CIMObjectPath, String) - Method in class com.sun.wbem.cim.CIMClass
Returns an XML representation of the specified class or instance on the specified host.
toXml(CIMObjectPath, String) - Method in class com.sun.wbem.cim.CIMInstance
Returns an XML representation of the specified CIM instance on the specified host.
toXml(Object) - Method in class com.sun.wbem.cim.XmlInstance
Returns a well-formed XML instance representing obj.
toXml(Object, CIMObjectPath) - Method in class com.sun.wbem.cim.XmlInstance
Returns a well-formed XML instance representing obj.
toXml(Object, CIMObjectPath, String) - Method in class com.sun.wbem.cim.XmlInstance
Returns a well-formed XML instance representing obj.
TRANSLATE - Static variable in class com.sun.wbem.cim.CIMFlavor
this qualifier can be specified in multiple locales (language and country combination).
TRUE - Static variable in class com.sun.wbem.cim.CIMValue
Initialize CIMValue true to a CIMValue Boolean object containing true.
TYPE_ERROR - Static variable in class com.sun.wbem.cim.CIMSemanticException
Type cast exception.

U

UINT16 - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 16-bit integer
UINT16_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 16-bit integer array
UINT32 - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 32-bit integer
UINT32_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 32-bit integer array
UINT64 - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 64-bit integer
UINT64_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 64-bit integer array
uint64Value() - Method in class com.sun.wbem.query.NumericValue
Returns the UnsignedInt64 value associated with this value.
UINT8 - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 8-bit integer
UINT8_ARRAY - Static variable in class com.sun.wbem.cim.CIMDataType
Unsigned 8-bit integer array
UNKNOWN_HOST - Static variable in class com.sun.wbem.cim.CIMTransportException
unknown host exception
UnsignedInt16 - class com.sun.wbem.cim.UnsignedInt16.
Creates and instantiates an unsigned 16-bit integer object
UnsignedInt16(int) - Constructor for class com.sun.wbem.cim.UnsignedInt16
Constructor creates an unsigned 16-bit integer object for the specified int value.
UnsignedInt16(String) - Constructor for class com.sun.wbem.cim.UnsignedInt16
Constructor creates an unsigned 16-bit integer object for the specified string.
UnsignedInt32 - class com.sun.wbem.cim.UnsignedInt32.
Creates and instantiates an unsigned 32-bit integer object.
UnsignedInt32(long) - Constructor for class com.sun.wbem.cim.UnsignedInt32
Constructor creates an unsigned 32-bit integer object for the specified long value.
UnsignedInt32(String) - Constructor for class com.sun.wbem.cim.UnsignedInt32
Constructor creates an unsigned 32-bit integer object for the specified string.
UnsignedInt64 - class com.sun.wbem.cim.UnsignedInt64.
Creates and instantiates an unsigned 64-bit integer object.
UnsignedInt64(BigInteger) - Constructor for class com.sun.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified BigInteger.
UnsignedInt64(byte[]) - Constructor for class com.sun.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified array of bytes.
UnsignedInt64(String) - Constructor for class com.sun.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified string.
UnsignedInt8 - class com.sun.wbem.cim.UnsignedInt8.
Creates and instantiates an unsigned 8-bit integer object
UnsignedInt8(short) - Constructor for class com.sun.wbem.cim.UnsignedInt8
Constructor creates an unsigned 8-bit integer object for the specified short value.
UnsignedInt8(String) - Constructor for class com.sun.wbem.cim.UnsignedInt8
Constructor creates an unsigned 8-bit integer object for the specified string.
unsignedInteger - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
unsignedNumericLiteral() - Method in class com.sun.wbem.query.WQLParser
 
updatePropertyValue(CIMProperty) - Method in class com.sun.wbem.cim.CIMInstance
Updates the value of the specified CIM property.
updatePropertyValues(Vector) - Method in class com.sun.wbem.cim.CIMInstance
Updates the property values for this CIM instance with the specified list of property values

V

VALUE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_ARRAY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_NAMEDINSTANCE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_NAMEDOBJECT - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_OBJECT - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_OBJECTWITHLOCALPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_OBJECTWITHPATH - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_REFARRAY - Static variable in class com.sun.wbem.cim.XmlGenericId
 
VALUE_REFERENCE - Static variable in class com.sun.wbem.cim.XmlGenericId
 
value(boolean) - Method in class com.sun.wbem.cim.XmlInstance
 
value(CIMProperty) - Method in class com.sun.wbem.cim.XmlInstance
 
value(CIMValue) - Method in class com.sun.wbem.cim.XmlInstance
 
value(String) - Method in class com.sun.wbem.cim.XmlInstance
 
value(String[]) - Method in class com.sun.wbem.cim.XmlInstance
 
ValueExp - class com.sun.wbem.query.ValueExp.
This class represents values that can be passed as arguments to SQL relational expressions.
ValueExp() - Constructor for class com.sun.wbem.query.ValueExp
Constructor for ValueExp
valueNamedInstance(CIMInstance) - Method in class com.sun.wbem.cim.XmlInstance
 
valueNamedInstance(CIMObjectPath, CIMInstance) - Method in class com.sun.wbem.cim.XmlInstance
 
valueNamedObject(Object) - Method in class com.sun.wbem.cim.XmlInstance
 
valueObjectWithPath(Object) - Method in class com.sun.wbem.cim.XmlInstance
 
VER_ERROR - Static variable in class com.sun.wbem.cim.CIMException
This error is thrown when a client tries to connect to a CIM object manager which does not support the version of the client.

W

where - Static variable in interface com.sun.wbem.query.WQLParserConstants
 
whereClause() - Method in class com.sun.wbem.query.WQLParser
 
WQL - Static variable in class com.sun.wbem.client.CIMClient
WBEM Query Language level 1 is currently supported
WQLExp - class com.sun.wbem.query.WQLExp.
The WQLExp class is an abstract class whose subclasses represent all valid WBEM queries.
WQLExp() - Constructor for class com.sun.wbem.query.WQLExp
 
WQLParser - class com.sun.wbem.query.WQLParser.
JavaCC specification for a WQL parser for a subset of ANSI SQL
WQLParser(InputStream) - Constructor for class com.sun.wbem.query.WQLParser
 
WQLParser(Reader) - Constructor for class com.sun.wbem.query.WQLParser
 
WQLParser(WQLParserTokenManager) - Constructor for class com.sun.wbem.query.WQLParser
 
WQLParserConstants - interface com.sun.wbem.query.WQLParserConstants.
 
WQLParserTokenManager - class com.sun.wbem.query.WQLParserTokenManager.
 
WQLParserTokenManager(ASCII_CharStream) - Constructor for class com.sun.wbem.query.WQLParserTokenManager
 
WQLParserTokenManager(ASCII_CharStream, int) - Constructor for class com.sun.wbem.query.WQLParserTokenManager
 

X

XML - Static variable in class com.sun.wbem.client.CIMClient
Deprecated.  
xml2Pcdata(XmlDocument) - Method in class com.sun.wbem.cim.XmlInstance
 
XmlGenericId - class com.sun.wbem.cim.XmlGenericId.
 
XmlGenericId() - Constructor for class com.sun.wbem.cim.XmlGenericId
 
XmlInstance - class com.sun.wbem.cim.XmlInstance.
 
XmlInstance() - Constructor for class com.sun.wbem.cim.XmlInstance
This class provides methods for creating well-formed XML instances and fragments.
XmlInstance(String) - Constructor for class com.sun.wbem.cim.XmlInstance
 
XmlNameSpace - class com.sun.wbem.cim.XmlNameSpace.
 
XmlNameSpace() - Constructor for class com.sun.wbem.cim.XmlNameSpace
 
XmlNameSpace(String) - Constructor for class com.sun.wbem.cim.XmlNameSpace
 
XmlNameSpace(String, String) - Constructor for class com.sun.wbem.cim.XmlNameSpace
 
XmlNameSpace(String, String, String) - Constructor for class com.sun.wbem.cim.XmlNameSpace
 
XMLParser - class com.sun.wbem.client.XMLParser.
 
XMLParser() - Constructor for class com.sun.wbem.client.XMLParser
 

A B C D E F G H I J K L M N O P Q R S T U V W X