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

A

ABSTRACT_INSTANCE - Static variable in class javax.wbem.cim.CIMClassException
Instances were programmed for the specified class, but the specified class is abstract.
activateFilter(SelectExp, String, CIMObjectPath, boolean) - Method in interface javax.wbem.provider.IndicationProvider
Invoked by the CIM object manager to ask the provider to check for events.
addCIMListener(CIMListener) - Method in class javax.wbem.client.CIMClient
Adds the specified listener which receives indications from the CIM Object Manager.
addCIMListener(CIMListener) - Method in interface javax.wbem.client.CIMOMHandle
Adds the specified listener which receives indications from the CIM Object Manager.
addElement(AttributeExp) - Method in class javax.wbem.query.SelectList
Adds new attributes to the list.
addFlavor(CIMFlavor) - Method in class javax.wbem.cim.CIMQualifier
Adds the input flavor and verify that there is not any conflict.
addFlavor(CIMFlavor) - Method in class javax.wbem.cim.CIMQualifierType
Adds the input flavor and verifies if there is any conflict.
addKey(String, CIMValue) - Method in class javax.wbem.cim.CIMObjectPath
Adds a Key to the object path.
addMethod(CIMMethod) - Method in class javax.wbem.cim.CIMClass
Adds the specified CIM method to this CIM class.
addProperty(CIMProperty) - Method in class javax.wbem.cim.CIMClass
Adds the specified property to the CIM properties in this CIM class.
addQualifier(CIMQualifier) - Method in class javax.wbem.cim.CIMProperty
Adds the specified CIM qualifier to this property.
addQualifier(CIMQualifier) - Method in class javax.wbem.cim.CIMClass
Adds the specified CIM qualifier to the qualifiers in this CIM class.
addScope(CIMScope) - Method in class javax.wbem.cim.CIMQualifierType
Expands the qualifier type's scope to include the input meta element.
after(CIMDateTime) - Method in class javax.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
AndQueryExp - class javax.wbem.query.AndQueryExp.
This class represents And query conditional expressions.
AndQueryExp() - Constructor for class javax.wbem.query.AndQueryExp
Empty constructor
AndQueryExp(QueryExp, QueryExp) - Constructor for class javax.wbem.query.AndQueryExp
Constructor with two QueryExp operands.
ANY - Static variable in class javax.wbem.cim.CIMScope
Integer value representing any CIM element
apply(CIMElement) - Method in class javax.wbem.query.ValueExp
Returns the value associated with this expression for the input 'row'.
apply(CIMElement) - Method in class javax.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 javax.wbem.query.BinaryRelQueryExp
returns true if the 'columns' of the input 'row' satisfy the binary relation.
apply(CIMElement) - Method in class javax.wbem.query.AttributeExp
Returns the value associated with this attribute for the input 'row'.
apply(CIMElement) - Method in class javax.wbem.query.SelectList
Projects the appropriate 'columns' from the input 'row'.
apply(CIMElement) - Method in class javax.wbem.query.NotQueryExp
Applies the expression to the input 'row'
apply(CIMElement) - Method in class javax.wbem.query.QualifiedAttributeExp
Method which returns the actual value associated with the attribute in the input 'row'.
apply(CIMElement) - Method in class javax.wbem.query.OrQueryExp
return boolean true if the either operand evaluates to true, false otherwise.
apply(CIMElement) - Method in class javax.wbem.query.AndQueryExp
return boolean true if the two operands evaluate to true, false otherwise.
assign(CIMElement) - Method in class javax.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 javax.wbem.cim.CIMScope
Integer value representing a CIM association
associatorNames(CIMObjectPath, CIMObjectPath, String, String, String) - Method in interface javax.wbem.provider.AssociatorProvider
This method 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 class javax.wbem.client.BatchCIMClient
Enumerates the object paths to CIM Objects that are associated to a particular source CIM Object.
associatorNames(CIMObjectPath, String, String, String, String) - Method in class javax.wbem.client.CIMClient
Enumerates the object paths to CIM Objects that are associated to a particular source CIM Object.
associatorNames(CIMObjectPath, String, String, String, String) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
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 javax.wbem.provider.AssociatorProvider.
This interface is implemented by providers of dynamic association classes.
associators(CIMObjectPath, CIMObjectPath, String, String, String, boolean, boolean, String[]) - Method in interface javax.wbem.provider.AssociatorProvider
This method 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 class javax.wbem.client.BatchCIMClient
Enumerate CIM Objects that are associated to a particular source CIM Object.
associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[]) - Method in class javax.wbem.client.CIMClient
Enumerate CIM Objects that are associated to a particular source CIM Object.
associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[]) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
This operation is used to enumerate CIM Objects (Classes or Instances) that are associated to a particular source CIM Object.
AttributeExp - class javax.wbem.query.AttributeExp.
This class represents SQL attributes used as arguments to SQL relational constraints.
AttributeExp() - Constructor for class javax.wbem.query.AttributeExp
Creates a new AttributeExp with an empty attribute name
AttributeExp(String) - Constructor for class javax.wbem.query.AttributeExp
Creates a new AttributeExp representing the object attribute named by attr.
Authorizable - interface javax.wbem.provider.Authorizable.
This is a marker interface which indicates to the CIMOM that the provider is responsible for all authorization checks; ie.
authorizeFilter(SelectExp, String, CIMObjectPath, String) - Method in interface javax.wbem.provider.IndicationProvider
Invoked by a CIM object manager to test if a given filter expression is allowed.

B

BatchCIMClient - class javax.wbem.client.BatchCIMClient.
The BatchCIMClient allows a client application to batch multiple requests into one remote call.
BatchCIMClient() - Constructor for class javax.wbem.client.BatchCIMClient
Constructor to create a BatchCIMClient object.
BatchHandle - interface javax.wbem.client.BatchHandle.
Interface for any CIMOM Handle.
BatchResult - class javax.wbem.client.BatchResult.
The BatchResult class encapsulates the results from batch request.
BatchResult(Object[]) - Constructor for class javax.wbem.client.BatchResult
Constructor for the BatchResult Class.
before(CIMDateTime) - Method in class javax.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
bigIntValue() - Method in class javax.wbem.cim.UnsignedInt64
 
BinaryRelQueryExp - class javax.wbem.query.BinaryRelQueryExp.
Class representing binary relations between non-boolean operands.
BinaryRelQueryExp() - Constructor for class javax.wbem.query.BinaryRelQueryExp
Empty constructor.
BinaryRelQueryExp(int, ValueExp, ValueExp) - Constructor for class javax.wbem.query.BinaryRelQueryExp
Constructor for binary relations.
BOOLEAN - Static variable in class javax.wbem.cim.CIMDataType
Boolean
BOOLEAN_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Boolean array
byteValue() - Method in class javax.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a byte
byteValue() - Method in class javax.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a byte.
byteValue() - Method in class javax.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a byte This method returns the least significant 8 bits.

C

cal - Static variable in class javax.wbem.cim.CIMVersion
 
CANNOT_ASSUME_ROLE - Static variable in class javax.wbem.client.CIMSecurityException
The specified principal cannot assume the specified role.
canonizeCOD() - Method in class javax.wbem.query.QueryExp
Canonize the expression into a Conjunction of Disjunctions form.
canonizeDOC() - Method in class javax.wbem.query.QueryExp
Canonize the expression into a Disjunction of Conjunctions form.
CHAR16 - Static variable in class javax.wbem.cim.CIMDataType
16-bit UCS-2 character
CHAR16_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
16-bit UCS-2 character
CHECKSUM_ERROR - Static variable in class javax.wbem.client.CIMSecurityException
Checksum error.
CIM_ERR_ACCESS_DENIED - Static variable in class javax.wbem.client.CIMSecurityException
The user has insufficient rights to perform the operation.
CIM_ERR_ALREADY_EXISTS - Static variable in class javax.wbem.cim.CIMException
Element already exists.
CIM_ERR_CLASS_HAS_CHILDREN - Static variable in class javax.wbem.cim.CIMException
Class has subclasses.
CIM_ERR_CLASS_HAS_INSTANCES - Static variable in class javax.wbem.cim.CIMException
Class has instances.
CIM_ERR_FAILED - Static variable in class javax.wbem.cim.CIMException
General CIMException.
CIM_ERR_INVALID_CLASS - Static variable in class javax.wbem.cim.CIMException
Invalid class specified.
CIM_ERR_INVALID_NAMESPACE - Static variable in class javax.wbem.cim.CIMException
Invalid namespace specified.
CIM_ERR_INVALID_PARAMETER - Static variable in class javax.wbem.cim.CIMException
Invalid parameter is passed to a method.
CIM_ERR_INVALID_PARAMETER - Static variable in class javax.wbem.cim.CIMClassException
The specified class name does not follow standard CIM naming conventions.
CIM_ERR_INVALID_QUERY - Static variable in class javax.wbem.cim.CIMException
Invalid query.
CIM_ERR_INVALID_SUPERCLASS - Static variable in class javax.wbem.cim.CIMClassException
The superclass of the specified class does not exist.
CIM_ERR_LOW_ON_MEMORY - Static variable in class javax.wbem.cim.CIMException
Low memory.
CIM_ERR_NOT_FOUND - Static variable in class javax.wbem.cim.CIMException
Element cannot be found.
CIM_ERR_NOT_SUPPORTED - Static variable in class javax.wbem.cim.CIMException
The action is not supported.
CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED - Static variable in class javax.wbem.cim.CIMException
The requested query language is not recognized.
CIM_RMI - Static variable in class javax.wbem.client.CIMClient
Constant identifying the CIM operations over RMI protocol.
CIM_XML - Static variable in class javax.wbem.client.CIMClient
Constant identifying the CIM operations over XML protocol.
CIMArgument - class javax.wbem.cim.CIMArgument.
This class represents parameters that are passed into an extrinsic method when it is invoked.
CIMArgument() - Constructor for class javax.wbem.cim.CIMArgument
Instantiates a CIM argument
CIMArgument(String) - Constructor for class javax.wbem.cim.CIMArgument
Creates a CIMArgument of the appropriate name.
CIMArgument(String, CIMValue) - Constructor for class javax.wbem.cim.CIMArgument
Creates a CIMArgument of the appropriate name and value.
CIMClass - class javax.wbem.cim.CIMClass.
Creates and instantiates a Java object that represents a CIM class.
CIMClass() - Constructor for class javax.wbem.cim.CIMClass
Creates and instantiates a Java object representing a CIM class.
CIMClass(String) - Constructor for class javax.wbem.cim.CIMClass
Creates and instantiates a Java object representing a CIM Class with the specified name.
CIMClassException - exception javax.wbem.cim.CIMClassException.
The CIMClassException class represents an error condition that occurs in a CIM class.
CIMClassException() - Constructor for class javax.wbem.cim.CIMClassException
Create a CIMClassException with no detail message.
CIMClassException(String) - Constructor for class javax.wbem.cim.CIMClassException
Create a CIMClassException with the specified detail message
CIMClassException(String, Object) - Constructor for class javax.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and one exception parameter.
CIMClassException(String, Object[]) - Constructor for class javax.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and an array of exception parameters.
CIMClassException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and two excep parameters.
CIMClassException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMClassException
Creates a CIMClassException with the specified detail message and three exception parameters.
CIMClient - class javax.wbem.client.CIMClient.
Constructs a CIM client on the local host (default) or the specified host.
CIMClient(CIMNameSpace, Principal, Object) - Constructor for class javax.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, String) - Constructor for class javax.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.
CIMDataType - class javax.wbem.cim.CIMDataType.
Encapsulates the CIM data types (as defined in the CIM Specification).
CIMDataType(int) - Constructor for class javax.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 javax.wbem.cim.CIMDataType
Constructor creates a new CIM array data type with the specified size.
CIMDataType(String) - Constructor for class javax.wbem.cim.CIMDataType
Creates a new CIM REFERENCE data type object with the specified class reference.
CIMDateTime - class javax.wbem.cim.CIMDateTime.
 
CIMDateTime() - Constructor for class javax.wbem.cim.CIMDateTime
Create a CIMDateTime object using the current Time/Date of the system
CIMDateTime(Calendar) - Constructor for class javax.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a Calendar
CIMDateTime(Date) - Constructor for class javax.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a Date
CIMDateTime(String) - Constructor for class javax.wbem.cim.CIMDateTime
Creates a CIMDateTime object using a string
CIMElement - class javax.wbem.cim.CIMElement.
Base class for managed system elements.
CIMElement() - Constructor for class javax.wbem.cim.CIMElement
Instantiates a new CIM element instance and initializes its properties (identifier, name, and null status).
CIMElement(CIMElement) - Constructor for class javax.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 javax.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 javax.wbem.client.CIMEvent.
This class represents the CIM indication that is delivered to the subscriber.
CIMEvent(CIMInstance) - Constructor for class javax.wbem.client.CIMEvent
Constructs a CIMEvent.
CIMException - exception javax.wbem.cim.CIMException.
Superclass of classes used to represent exceptional CIM conditions.
CIMException() - Constructor for class javax.wbem.cim.CIMException
Contructs a CIMException with no detail message.
CIMException(String) - Constructor for class javax.wbem.cim.CIMException
Creates a CIMException with the specified message.
CIMException(String, Object) - Constructor for class javax.wbem.cim.CIMException
Creates a CIMException with the specified message and one exception parameter.
CIMException(String, Object[]) - Constructor for class javax.wbem.cim.CIMException
Creates a CIMException with the specified message and an array of exception parameters.
CIMException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMException
Creates a CIMException with the specified message and two exception parameters.
CIMException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMException
Creates a CIMException with the specified message and three exception parameters.
CIMFlavor - class javax.wbem.cim.CIMFlavor.
A class to encapsulate the different CIM qualifier flavors, which specify overriding and inheritance rules.
CIMFlavor(int) - Constructor for class javax.wbem.cim.CIMFlavor
Creates a new CIMFlavor object with the specified flavor
CIMInstance - class javax.wbem.cim.CIMInstance.
The CIMInstance class represents an instance of a CIM class.
CIMInstance() - Constructor for class javax.wbem.cim.CIMInstance
Basic CIMInstance constructor.
CIMInstanceException - exception javax.wbem.cim.CIMInstanceException.
The CIMInstanceException class is used to represent exceptions that occur for instances of a class.
CIMInstanceException() - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with a default message.
CIMInstanceException(String) - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message.
CIMInstanceException(String, Object) - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and one exception parameter.
CIMInstanceException(String, Object[]) - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and an array of exception parameters.
CIMInstanceException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and two exception parameters.
CIMInstanceException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMInstanceException
Creates a CIMInstanceException with the specified message and three exception parameters.
CIMListener - interface javax.wbem.client.CIMListener.
This interface is implemented by client code which wants to receive indications generated by a CIM object manager.
CIMMethod - class javax.wbem.cim.CIMMethod.
Creates and instantiates a CIM method.
CIMMethod() - Constructor for class javax.wbem.cim.CIMMethod
Creates and instantiates a CIM method.
CIMMethod(String) - Constructor for class javax.wbem.cim.CIMMethod
Creates and instantiates a CIM method with the specified name.
CIMMethodException - exception javax.wbem.cim.CIMMethodException.
The CIMMethodException class is used for exceptions that occur for methods.
CIMMethodException() - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with no detail message.
CIMMethodException(String) - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message.
CIMMethodException(String, Object) - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and one exception parameter.
CIMMethodException(String, Object[]) - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and an array of exception parameters.
CIMMethodException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and two exception parameters.
CIMMethodException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMMethodException
Creates a CIMMethodException with the specified message and three exception parameters.
CIMNameSpace - class javax.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 javax.wbem.cim.CIMNameSpace
Constructor creates and instantiates a default CIM namespace name.
CIMNameSpace(String) - Constructor for class javax.wbem.cim.CIMNameSpace
Constructor for a CIM namespace, pointing to a specified host or URL.
CIMNameSpace(String, String) - Constructor for class javax.wbem.cim.CIMNameSpace
Constructor creates and instantiates a CIM namespace with the the specified host and CIM namespace name.
CIMNameSpaceException - exception javax.wbem.cim.CIMNameSpaceException.
The CIMNameSpaceException class represents an error condition that occurs in a CIM namespace.
CIMNameSpaceException() - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with no detail message.
CIMNameSpaceException(String) - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message.
CIMNameSpaceException(String, Object) - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and one exception parameter.
CIMNameSpaceException(String, Object[]) - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and an array of exception parameters.
CIMNameSpaceException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and two exception parameters.
CIMNameSpaceException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMNameSpaceException
Creates a CIMNameSpaceException with the specified message and three exception parameters.
CIMObjectPath - class javax.wbem.cim.CIMObjectPath.
Path to the specified CIM class or CIM instance or CIM qualifier.
CIMObjectPath() - Constructor for class javax.wbem.cim.CIMObjectPath
Constructs a default CIM Object Path with empty namespace, objectName and keys.
CIMObjectPath(String) - Constructor for class javax.wbem.cim.CIMObjectPath
Constructs a CIM Object Path referencing an object.
CIMObjectPath(String, String) - Constructor for class javax.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 javax.wbem.cim.CIMObjectPath
Constructs a CIM Object Path referencing the instance identified by the key values contained in the vector.
CIMOMHandle - interface javax.wbem.client.CIMOMHandle.
Interface for any CIMOM Handle.
CIMParameter - class javax.wbem.cim.CIMParameter.
Creates and instantiates a CIM parameter, a value passed to a CIM method from a calling method.
CIMParameter() - Constructor for class javax.wbem.cim.CIMParameter
Creates and instantiates a CIM parameter
CIMParameter(String) - Constructor for class javax.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 javax.wbem.cim.CIMProperty.
Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMProperty() - Constructor for class javax.wbem.cim.CIMProperty
Class constructor creates a new instance of a CIM property
CIMProperty(String) - Constructor for class javax.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 javax.wbem.cim.CIMProperty
Class constructor uses an existing CIM property as a template for creating a new instance of a CIM property.
CIMPropertyException - exception javax.wbem.cim.CIMPropertyException.
Exception class representing property exceptions that occur in a CIM property.
CIMPropertyException() - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with no detail message.
CIMPropertyException(String) - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message.
CIMPropertyException(String, Object) - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and one exception parameter.
CIMPropertyException(String, Object[]) - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and an array of exception parameters.
CIMPropertyException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and two exception parameters.
CIMPropertyException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMPropertyException
Creates a CIMPropertyException with the specified message and three exception parameters.
CIMProvider - interface javax.wbem.provider.CIMProvider.
This is the base interface implemented by all providers.
CIMProviderException - exception javax.wbem.client.CIMProviderException.
Exception class representing provider exceptions that occur in the CIMOM's providers.
CIMProviderException() - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with no detail message.
CIMProviderException(String) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified detail message.
CIMProviderException(String, Object) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified detail message and one exception parameter.
CIMProviderException(String, Object[]) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified detial message and an array of exception parameters.
CIMProviderException(String, Object, Object) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified detail message and two exception parameters.
CIMProviderException(String, Object, Object, Object) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified message and three exception parameters.
CIMProviderException(String, Object, Object, Object, Object) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified message and four exception parameters.
CIMProviderException(String, Object, Object, Object, Object, Object) - Constructor for class javax.wbem.client.CIMProviderException
Creates a CIMProviderException with the specified detail message and five exception parameters.
CIMQualifier - class javax.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 javax.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with empty name value fields.
CIMQualifier(String) - Constructor for class javax.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with the specified name.
CIMQualifier(String, CIMQualifierType) - Constructor for class javax.wbem.cim.CIMQualifier
Constructor instantiates a CIM qualifier with the specified name and type.
CIMQualifierType - class javax.wbem.cim.CIMQualifierType.
Creates and instantiates a CIM qualifier type, which is a template for a CIM qualifier.
CIMQualifierType() - Constructor for class javax.wbem.cim.CIMQualifierType
Constructor creates a CIM qualifier type.
CIMQualifierType(String) - Constructor for class javax.wbem.cim.CIMQualifierType
Constructor creates a new CIM qualifier type, using the name of the specified CIM qualifier type.
CIMQualifierTypeException - exception javax.wbem.cim.CIMQualifierTypeException.
Exception class representing exceptions occuring when a qualifier type is defined.
CIMQualifierTypeException() - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with a default message.
CIMQualifierTypeException(String) - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message.
CIMQualifierTypeException(String, Object) - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and one exception parameter.
CIMQualifierTypeException(String, Object[]) - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and an array of exception parameters.
CIMQualifierTypeException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and two exception parameters.
CIMQualifierTypeException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMQualifierTypeException
Creates a CIMQualifierTypeException with the specified message and three exception parameters.
CIMRepositoryException - exception javax.wbem.client.CIMRepositoryException.
Exception class representing exceptions that occur in a CIM persistent store.
CIMRepositoryException() - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with no detail message.
CIMRepositoryException(String) - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message.
CIMRepositoryException(String, Object) - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and one exception parameter.
CIMRepositoryException(String, Object[]) - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and an array of exception parameters.
CIMRepositoryException(String, Object, Object) - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and two exception parameters.
CIMRepositoryException(String, Object, Object, Object) - Constructor for class javax.wbem.client.CIMRepositoryException
Creates a CIMRepositoryException with the specified detail message and three exception parameters.
CIMScope - class javax.wbem.cim.CIMScope.
A class to encapsulate the different CIM Scopes.
CIMScope(int) - Constructor for class javax.wbem.cim.CIMScope
Creates a new CIM scope object with the specified scope.
CIMSecurityException - exception javax.wbem.client.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 javax.wbem.client.CIMSecurityException
Creates a CIMSecurityException with no detail message.
CIMSecurityException(String) - Constructor for class javax.wbem.client.CIMSecurityException
Creates a CIMSecurityException with the specified detail message.
CIMSecurityException(String, Object) - Constructor for class javax.wbem.client.CIMSecurityException
Creates a CIMSecurityException with the specified detail message and one exception parameter.
CIMSecurityException(String, Object[]) - Constructor for class javax.wbem.client.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and an array of exception parameters.
CIMSecurityException(String, Object, Object) - Constructor for class javax.wbem.client.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and two exception parameters.
CIMSecurityException(String, Object, Object, Object) - Constructor for class javax.wbem.client.CIMSecurityException
Constructs a CIMSecurityException with the specified detail message and three exception parameters.
CIMSemanticException - exception javax.wbem.cim.CIMSemanticException.
Exception class representing semantic exceptions that occur in a CIM element.
CIMSemanticException() - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with no detail message.
CIMSemanticException(String) - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message.
CIMSemanticException(String, Object) - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and one exception parameter.
CIMSemanticException(String, Object[]) - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and an array of exception parameters.
CIMSemanticException(String, Object, Object) - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and two exception parameters.
CIMSemanticException(String, Object, Object, Object) - Constructor for class javax.wbem.cim.CIMSemanticException
Creates a CIMSemanticException with the specified detail message and three exception parameters.
CIMTransportException - exception javax.wbem.client.CIMTransportException.
Thrown when errors related to the communication between clients and CIM object manager occur.
CIMTransportException() - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with no detail message.
CIMTransportException(String) - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with the specified detail message
CIMTransportException(String, Object) - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with the specified detail message and one exception parameter
CIMTransportException(String, Object[]) - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with the specified detail message and an array of exception parameters.
CIMTransportException(String, Object, Object) - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with the specified detail message and two exception parameters.
CIMTransportException(String, Object, Object, Object) - Constructor for class javax.wbem.client.CIMTransportException
Creates a CIMTransportException with the specified detail message and three exception parameters.
CIMValue - class javax.wbem.cim.CIMValue.
This class encapsulates any CIM value which can be assigned to properties, references and qualifiers.
CIMValue(Object) - Constructor for class javax.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 javax.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 javax.wbem.cim.CIMValue
Creates a CIMValue object and initializes it the value 0 and the CIM data type specified in dt.
CIMVersion - class javax.wbem.cim.CIMVersion.
 
CIMVersion() - Constructor for class javax.wbem.cim.CIMVersion
 
CLASS - Static variable in class javax.wbem.cim.CIMDataType
CIMClass type
CLASS - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM class
CLASS_REFERENCE - Static variable in class javax.wbem.cim.CIMPropertyException
A non-association class is defined with a reference as a property.
cleanup() - Method in interface javax.wbem.provider.CIMProvider
Called by the CIMOM when the provider is removed.
clearUserPassword() - Method in class javax.wbem.client.PasswordCredential
Clear the user login password.
clone() - Method in class javax.wbem.cim.CIMParameter
Returns an object that is a copy of this CIM parameter.
clone() - Method in class javax.wbem.cim.CIMQualifier
Returns a copy of this CIM qualifier.
clone() - Method in class javax.wbem.cim.CIMArgument
Clones this CIM argument.
clone() - Method in class javax.wbem.cim.CIMProperty
Makes a copy of this property, including property name, identifier, type, origin class, size, value, and qualifiers.
clone() - Method in class javax.wbem.cim.CIMMethod
Returns an object that is a copy of this CIM method.
clone(boolean) - Method in class javax.wbem.cim.CIMArgument
Clones this CIM argument.
clone(boolean, boolean) - Method in class javax.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 javax.wbem.cim.CIMMethod
Returns an object that is a copy of this CIM method.
close() - Method in class javax.wbem.client.CIMClient
Closes the client connection to the CIM Object Manager.
close() - Method in interface javax.wbem.client.CIMOMHandle
Closes the connection to the CIM Object Manager.
compareTo(Object) - Method in class javax.wbem.cim.UnsignedInt64
Compares this UnsignedInt64 with the specified UnsignedInt64.
contains(Object) - Method in class javax.wbem.cim.CIMValue
Returns true if the value vector of this CIMValue contains the specified Object.
createClass(CIMObjectPath, CIMClass) - Method in class javax.wbem.client.BatchCIMClient
Adds the CIM class to the specified namespace.
createClass(CIMObjectPath, CIMClass) - Method in class javax.wbem.client.CIMClient
Adds the CIM class to the specified namespace.
createClass(CIMObjectPath, CIMClass) - Method in interface javax.wbem.client.CIMOMHandle
Adds the CIM class to the specified namespace.
createClass(CIMObjectPath, CIMClass) - Method in interface javax.wbem.client.BatchHandle
Adds the CIM class to the specified namespace.
createInstance(CIMObjectPath, CIMInstance) - Method in class javax.wbem.client.BatchCIMClient
Adds the specified CIM Instance to the specified namespace
createInstance(CIMObjectPath, CIMInstance) - Method in class javax.wbem.client.CIMClient
Adds the specified CIM Instance to the specified namespace
createInstance(CIMObjectPath, CIMInstance) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
Invokes the object manager on this client to add the specified CIM instance to the specified namespace.
createInstance(CIMObjectPath, CIMInstance) - Method in interface javax.wbem.provider.InstanceProvider
This method creates the instance specified by the CIMInstance argument in the namespace specified by the CIMObjectPath argument.
createNameSpace(CIMNameSpace) - Method in class javax.wbem.client.BatchCIMClient
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createNameSpace(CIMNameSpace) - Method in class javax.wbem.client.CIMClient
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createNameSpace(CIMNameSpace) - Method in interface javax.wbem.client.CIMOMHandle
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createNameSpace(CIMNameSpace) - Method in interface javax.wbem.client.BatchHandle
Creates a CIM namespace, a directory containing CIM classes and CIM instances.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in class javax.wbem.client.BatchCIMClient
Adds the specified CIM qualifier type to the specified namespace.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in class javax.wbem.client.CIMClient
Adds the specified CIM qualifier type to the specified namespace.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface javax.wbem.client.CIMOMHandle
Adds the specified CIM qualifier type to the specified namespace.
createQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface javax.wbem.client.BatchHandle
Adds the specified CIM qualifier type to the specified namespace.

D

DATETIME - Static variable in class javax.wbem.cim.CIMDataType
A string containing the date-time
DATETIME_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
A string containing the date-time
DateTimeExp - class javax.wbem.query.DateTimeExp.
This class represents DateTimes that are arguments to SQL relational constraints.
DateTimeExp() - Constructor for class javax.wbem.query.DateTimeExp
 
DateTimeExp(CIMDateTime) - Constructor for class javax.wbem.query.DateTimeExp
Creates a new DateTimeExp corresponding to the CIMDateTime value val.
DateTimeExp(String) - Constructor for class javax.wbem.query.DateTimeExp
Creates a new DateTimeExp corresponding to the string literal val.
deActivateFilter(SelectExp, String, CIMObjectPath, boolean) - Method in interface javax.wbem.provider.IndicationProvider
Invoked by the CIM object manager to ask the provider to deactivate an event filter.
decryptData(String) - Method in interface javax.wbem.client.ProviderCIMOMHandle
Decrypts the specified string value using the authentication session key, if the value is encrypted.
DEFAULT - Static variable in class javax.wbem.cim.CIMException
Default cim exception.
deleteClass(CIMObjectPath) - Method in class javax.wbem.client.BatchCIMClient
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 javax.wbem.client.CIMClient
Deletes the CIM class to the specified namespace.
deleteClass(CIMObjectPath) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
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 class javax.wbem.client.BatchCIMClient
Deletes the CIM instance specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteInstance(CIMObjectPath) - Method in class javax.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 javax.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 interface javax.wbem.client.BatchHandle
Deletes the CIM instance specified by the CIM object path, a name that uniquely identifies a CIM object.
deleteInstance(CIMObjectPath) - Method in interface javax.wbem.provider.InstanceProvider
This method deletes the instance specified by the CIMObjectPath argument.
deleteNameSpace(CIMNameSpace) - Method in class javax.wbem.client.BatchCIMClient
Deletes the specified namespace on the current host.
deleteNameSpace(CIMNameSpace) - Method in class javax.wbem.client.CIMClient
Deletes the specified namespace on the current host.
deleteNameSpace(CIMNameSpace) - Method in interface javax.wbem.client.CIMOMHandle
Deletes the specified namespace.
deleteNameSpace(CIMNameSpace) - Method in interface javax.wbem.client.BatchHandle
Deletes the specified namespace on the current host.
deleteQualifierType(CIMObjectPath) - Method in class javax.wbem.client.BatchCIMClient
Deletes the CIM qualfier to the specified namespace.
deleteQualifierType(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Deletes the CIM qualfier to the specified namespace.
deleteQualifierType(CIMObjectPath) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
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 javax.wbem.client.ProviderCIMOMHandle
Method used by event providers to deliver indications into the CIM object manager.
DISABLEOVERRIDE - Static variable in class javax.wbem.cim.CIMFlavor
this qualifier cannot be overriden
doubleValue() - Method in class javax.wbem.cim.UnsignedInt64
Returns the value of the specified number as a double.
doubleValue() - Method in class javax.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a double
doubleValue() - Method in class javax.wbem.cim.UnsignedInt32
Returns the value of this unsigned 32-bit integer object as a double
doubleValue() - Method in class javax.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a double
doubleValue() - Method in class javax.wbem.query.NumericValue
Returns the double value associated with this value.

E

elements() - Method in class javax.wbem.query.SelectList
Enumeration of all the attributes.
ENABLEOVERRIDE - Static variable in class javax.wbem.cim.CIMFlavor
this qualifier is overridable
encryptData(String) - Method in class javax.wbem.client.CIMClient
Encrypts a limited sized string value using the current authentication exchange session key.
encryptData(String) - Method in interface javax.wbem.client.CIMOMHandle
This method encrypts a limited sized string value using the current authentication exchange session key.
enumerateClasses(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Enumerates the first level children of the class specified in the path.
enumerateClasses(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in class javax.wbem.client.BatchCIMClient
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in interface javax.wbem.client.CIMOMHandle
Enumerates the class specified in the path.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in interface javax.wbem.client.BatchHandle
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath, boolean) - Method in class javax.wbem.client.BatchCIMClient
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath, boolean) - Method in interface javax.wbem.client.CIMOMHandle
Enumerates the class specified in the path.
enumerateClassNames(CIMObjectPath, boolean) - Method in interface javax.wbem.client.BatchHandle
Enumerates the class specified in the path.
enumerateInstanceNames(CIMObjectPath) - Method in class javax.wbem.client.BatchCIMClient
Returns the object paths to all instances belonging to the class specified in the path.
enumerateInstanceNames(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Returns the object paths to all instances belonging to the class specified in the path.
enumerateInstanceNames(CIMObjectPath) - Method in interface javax.wbem.client.CIMOMHandle
Returns all instance NAMES belonging to the class specified in the path.
enumerateInstanceNames(CIMObjectPath) - Method in interface javax.wbem.client.BatchHandle
Returns all instance NAMES belonging to the class specified in the path.
enumerateInstanceNames(CIMObjectPath, CIMClass) - Method in interface javax.wbem.provider.InstanceProvider
This method enumerates all of object paths to the instances of the class which is specified by the CIMObjectPath argument; i.e.
enumerateInstances(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.BatchCIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.CIMClient
Returns all instances of the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.CIMOMHandle
Returns all instances (the whole instance and not just the names) belonging to the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.BatchHandle
Returns all instances (the whole instance and not just the names) belonging to the class specified in the path.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, String[], CIMClass) - Method in interface javax.wbem.provider.InstanceProvider
This method enumerates all instances of the class specified by the CIMObjectPath argument; i.e.
enumNameSpace(CIMObjectPath, boolean) - Method in class javax.wbem.client.BatchCIMClient
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumNameSpace(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumNameSpace(CIMObjectPath, boolean) - Method in interface javax.wbem.client.CIMOMHandle
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumNameSpace(CIMObjectPath, boolean) - Method in interface javax.wbem.client.BatchHandle
Gets a list of the namespaces within the namespace specified by the CIM object path.
enumQualifierTypes(CIMObjectPath) - Method in class javax.wbem.client.BatchCIMClient
Enumerates the qualifiers defined in a namespace.
enumQualifierTypes(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Enumerates the qualifiers defined in a namespace.
enumQualifierTypes(CIMObjectPath) - Method in interface javax.wbem.client.CIMOMHandle
Enumerates the qualifiers defined in a namespace.
enumQualifierTypes(CIMObjectPath) - Method in interface javax.wbem.client.BatchHandle
Enumerates the qualifiers defined in a namespace.
EQ - Static variable in class javax.wbem.query.Query
Represents the equals conditional relation
equals(Object) - Method in class javax.wbem.cim.CIMDataType
Checks that the specified object is a CIM data type
equals(Object) - Method in class javax.wbem.cim.UnsignedInt64
Compares this unsigned 64-bit integer object with the specified object for equality
equals(Object) - Method in class javax.wbem.cim.CIMElement
Takes a CIM element and returns true if it is equal to this CIM element.
equals(Object) - Method in class javax.wbem.cim.CIMQualifier
Returns true if this qualifier is equal to the input.
equals(Object) - Method in class javax.wbem.cim.UnsignedInt8
Compares this unsigned 8-bit integer object with the specified object for equality
equals(Object) - Method in class javax.wbem.cim.CIMValue
Returns true if the Object obj equals this CIMValue.
equals(Object) - Method in class javax.wbem.cim.CIMDateTime
Compares the CIMDateTime with this one
equals(Object) - Method in class javax.wbem.cim.UnsignedInt32
Compares this unsigned 32-bit integer object with the specified object for equality
equals(Object) - Method in class javax.wbem.cim.CIMFlavor
Compares this CIMFlavor to the specified object.
equals(Object) - Method in class javax.wbem.cim.CIMObjectPath
Compares this object path with the specified object path for equality
equals(Object) - Method in class javax.wbem.cim.UnsignedInt16
Compares this unsigned 16-bit integer object with the specified object for equality
equals(Object) - Method in class javax.wbem.cim.CIMScope
Returns true if the specified object is a valid CIM scope.
equals(Object) - Method in class javax.wbem.client.UserPrincipal
The equals method checks if the specified object is the same principal as this object.
equals(Object, boolean) - Method in class javax.wbem.cim.CIMObjectPath
Compares this object path with the specified object path for equality
execQuery(CIMObjectPath, String, String) - Method in class javax.wbem.client.BatchCIMClient
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, String) - Method in class javax.wbem.client.CIMClient
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, String) - Method in interface javax.wbem.client.CIMOMHandle
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, String) - Method in interface javax.wbem.client.BatchHandle
Executes a query to retrieve objects.
execQuery(CIMObjectPath, String, String, CIMClass) - Method in interface javax.wbem.provider.InstanceProvider
This method enumerates all instances of the class specified by the CIMObjectpath argument that satisfy the conditions defined by the query expression (query) in query language type (ql).

F

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

G

GE - Static variable in class javax.wbem.query.Query
Represents the >= conditional relation
GENERAL_EXCEPTION - Static variable in class javax.wbem.client.CIMProviderException
There was some error within the provider implementation.
getAlias() - Method in class javax.wbem.cim.CIMInstance
Gets the alias name of this CIM instance
getAlias() - Method in class javax.wbem.query.QualifiedAttributeExp
Accessor for alias name.
getAllMethods() - Method in class javax.wbem.cim.CIMClass
Gets the CIM methods in this CIM class, including overridden ones.
getAllProperties() - Method in class javax.wbem.cim.CIMClass
Gets the CIM properties in this CIM class, including overriden properties.
getAttrClassName() - Method in class javax.wbem.query.QualifiedAttributeExp
Accessor for className.
getAttribute() - Method in class javax.wbem.query.NonJoinExp
Accessor method for the 'table' name
getAttributeName() - Method in class javax.wbem.query.AttributeExp
Accessor for attribute name.
getAttributeName() - Method in class javax.wbem.query.QualifiedAttributeExp
Accessor for attribute name.
getBuildDate() - Static method in class javax.wbem.cim.CIMVersion
 
getCalendar() - Method in class javax.wbem.cim.CIMDateTime
 
getClass(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.BatchCIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.CIMClient
Gets the CIM class for the specified CIM object path.
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.CIMOMHandle
gets the specified class
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.BatchHandle
Gets the CIM class for the specified CIM object path.
getClassName() - Method in class javax.wbem.cim.CIMInstance
Gets the name of the class that instantiates this CIM instance
getCopyright() - Method in class javax.wbem.cim.CIMVersion
 
getCurrentAuditId() - Method in interface javax.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 javax.wbem.client.ProviderCIMOMHandle
Returns the remote client host name for the current session.
getCurrentRole() - Method in interface javax.wbem.client.ProviderCIMOMHandle
Returns the current role assumed by the current authenticated user.
getCurrentUser() - Method in interface javax.wbem.client.ProviderCIMOMHandle
Returns the current user on whose behalf the provider has been invoked.
getDataType(String) - Static method in class javax.wbem.cim.CIMDataType
 
getDataType(String, boolean) - Static method in class javax.wbem.cim.CIMDataType
 
getDefaultValue() - Method in class javax.wbem.cim.CIMQualifierType
Returns the default values for this qualifier type
getFailureIds() - Method in class javax.wbem.client.BatchResult
Method to get the list of IDs of operations that failed.
getFlavor() - Method in class javax.wbem.cim.CIMQualifier
Returns the CIM flavors for this CIM qualifier.
getFlavor() - Method in class javax.wbem.cim.CIMQualifierType
Get the flavors of this qualifier type.
getFlavor() - Method in class javax.wbem.cim.CIMFlavor
Returns the qualifier flavor
getFlavor(int) - Static method in class javax.wbem.cim.CIMFlavor
Returns a CIMFlavor object with the specified predefined flavor.
getFromClause() - Method in class javax.wbem.query.SelectExp
Returns the fromm clause.
getHost() - Method in class javax.wbem.cim.CIMObjectPath
Gets the host for this CIMObjectPath.
getHost() - Method in class javax.wbem.cim.CIMNameSpace
Gets the host name of this CIM namespace
getHostName() - Method in class javax.wbem.client.UserPrincipal
Return the server host name where this principal identity was authenticated.
getHostURL() - Method in class javax.wbem.cim.CIMNameSpace
Gets the host url of this CIM namespace
getID() - Method in class javax.wbem.cim.CIMException
Returns the detail message for this exception.
getIndication() - Method in class javax.wbem.client.CIMEvent
Returns the embedded indication.
getInstance(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean, boolean) - Method in class javax.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.BatchCIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in class javax.wbem.client.CIMClient
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.CIMOMHandle
gets the specified instance for the passed in objectpath
getInstance(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.BatchHandle
Gets the CIM instance for the specified CIM object path.
getInstance(CIMObjectPath, boolean, boolean, boolean, String[], CIMClass) - Method in interface javax.wbem.provider.InstanceProvider
This method retrieves the instance specified by the CIMObjectPath argument.
getInternalProvider() - Method in interface javax.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 javax.wbem.cim.CIMObjectPath
Gets the keys for this CIMObjectPath object.
getKeys() - Method in class javax.wbem.cim.CIMClass
Returns a list of key properties in this CIMClass.
getKeyValuePairs() - Method in class javax.wbem.cim.CIMInstance
Returns a dynamic list of key-value pairs for this CIM instance, not the actual name.
getLeftExp() - Method in class javax.wbem.query.OrQueryExp
Accessor for left expression
getLeftExp() - Method in class javax.wbem.query.AndQueryExp
Accessor for left operand.
getLeftValue() - Method in class javax.wbem.query.BinaryRelQueryExp
Accessor for left value
getMethod(String) - Method in class javax.wbem.cim.CIMClass
Returns the specified CIM method in this CIM class.
getMethod(String, String) - Method in class javax.wbem.cim.CIMClass
Returns the CIM method specified by its name and optionally, its origin class.
getMethods() - Method in class javax.wbem.cim.CIMClass
Gets the CIM methods in this CIM class.
getName() - Method in class javax.wbem.cim.CIMElement
Returns a string representing the name of a CIM element instance.
getName() - Method in class javax.wbem.cim.CIMInstance
Gets the name of this CIM instance.
getName() - Method in class javax.wbem.client.UserPrincipal
Return the name of this principal identity; that is, return the Unix user login name.
getNameSpace() - Method in class javax.wbem.cim.CIMObjectPath
Gets the namespace for this CIMObjectPath.
getNameSpace() - Method in class javax.wbem.cim.CIMNameSpace
Gets the name of this CIM namespace
getNegatedExp() - Method in class javax.wbem.query.NotQueryExp
Accessor for the expression to be negated.
getObjectName() - Method in class javax.wbem.cim.CIMObjectPath
Gets the object name for this CIMObjectPath.
getObjectPath() - Method in class javax.wbem.cim.CIMInstance
This method returns the CIMObjectPath that represents this CIMInstance.
getOperator() - Method in class javax.wbem.query.BinaryRelQueryExp
Accessor for the relational operation
getOriginClass() - Method in class javax.wbem.cim.CIMProperty
Returns the class in which this property was defined.
getOriginClass() - Method in class javax.wbem.cim.CIMMethod
Returns the class in which this method was defined.
getOverridingMethod() - Method in class javax.wbem.cim.CIMMethod
Gets the name of the overriding method for this method.
getOverridingProperty() - Method in class javax.wbem.cim.CIMProperty
Gets the overriding property
getParameters() - Method in class javax.wbem.cim.CIMMethod
Returns the list of parameters for this method
getParams() - Method in class javax.wbem.cim.CIMException
Returns the parameters for this exception.
getPredefinedType(int) - Static method in class javax.wbem.cim.CIMDataType
Returns a CIM data type object with the specified predefined type.
getProductName() - Static method in class javax.wbem.cim.CIMVersion
 
getProperties() - Method in class javax.wbem.cim.CIMClass
Gets the CIM properties in this CIM class.
getProperties() - Method in class javax.wbem.cim.CIMInstance
Gets the list of properties for this CIM instance
getProperty(CIMObjectPath, String) - Method in class javax.wbem.client.BatchCIMClient
Gets the value of the specified property for the instance specified in the object path.
getProperty(CIMObjectPath, String) - Method in class javax.wbem.client.CIMClient
Gets the value of the specified property for the instance specified in the object path.
getProperty(CIMObjectPath, String) - Method in interface javax.wbem.client.CIMOMHandle
Invokes the object manager on this client to get the specified CIM instance property.
getProperty(CIMObjectPath, String) - Method in interface javax.wbem.client.BatchHandle
Invokes the object manager on this client to get the specified CIM instance property.
getProperty(String) - Method in class javax.wbem.cim.CIMClass
Returns the specified CIM Property.
getProperty(String) - Method in class javax.wbem.cim.CIMInstance
Gets the values of the specified property
getProperty(String, String) - Method in class javax.wbem.cim.CIMClass
Returns the specified CIMProperty.
getProperty(String, String) - Method in class javax.wbem.cim.CIMInstance
Returns a CIM property, a name/value pair that describes a unit of data for a class.
getPropertyValue(CIMObjectPath, String, String) - Method in interface javax.wbem.provider.PropertyProvider
This method retrieves the value of the property specified by the parameters.
getQualifier(String) - Method in class javax.wbem.cim.CIMParameter
Returns the required qualifier of the parameter, if present in the parameter definition.
getQualifier(String) - Method in class javax.wbem.cim.CIMArgument
Returns the appropriate qualifier for this argument.
getQualifier(String) - Method in class javax.wbem.cim.CIMProperty
Returns the specified CIM qualifier, an object that modifies this property.
getQualifier(String) - Method in class javax.wbem.cim.CIMClass
Returns the specified qualifier, if it exists in this CIM class.
getQualifier(String) - Method in class javax.wbem.cim.CIMMethod
 
getQualifiers() - Method in class javax.wbem.cim.CIMParameter
Returns the list of qualifiers for this parameter
getQualifiers() - Method in class javax.wbem.cim.CIMArgument
Returns the list of qualifiers for this argument.
getQualifiers() - Method in class javax.wbem.cim.CIMProperty
Returns the list of CIM qualifiers for this property
getQualifiers() - Method in class javax.wbem.cim.CIMClass
Gets the CIM Qualifiers in this CIM class.
getQualifiers() - Method in class javax.wbem.cim.CIMInstance
Gets the list of qualifiers for this CIM instance
getQualifiers() - Method in class javax.wbem.cim.CIMMethod
Returns the list of qualifiers for this method
getQualifierType(CIMObjectPath) - Method in class javax.wbem.client.BatchCIMClient
Gets the CIM qualifier type specified in the CIM object path.
getQualifierType(CIMObjectPath) - Method in class javax.wbem.client.CIMClient
Gets the CIM qualifier type specified in the CIM object path.
getQualifierType(CIMObjectPath) - Method in interface javax.wbem.client.CIMOMHandle
Gets the CIM qualifier type specified in the CIM object path.
getQualifierType(CIMObjectPath) - Method in interface javax.wbem.client.BatchHandle
Gets the CIM qualifier type specified in the CIM object path.
getRefClassName() - Method in class javax.wbem.cim.CIMDataType
Returns the classname for the reference type.
getResult(int) - Method in class javax.wbem.client.BatchResult
Method to get the result of a particular operation.
getRightExp() - Method in class javax.wbem.query.OrQueryExp
Accessor for right expression
getRightExp() - Method in class javax.wbem.query.AndQueryExp
Accessor for right operand.
getRightValue() - Method in class javax.wbem.query.BinaryRelQueryExp
Accessor for right value
getScope() - Method in class javax.wbem.cim.CIMQualifierType
Gives the scopes to which this qualifier type can be applied.
getScope() - Method in class javax.wbem.cim.CIMScope
Returns an integer representing the CIM scope
getScope(int) - Static method in class javax.wbem.cim.CIMScope
Returns a CIM scope object with the specified CIM scope
getSelectList() - Method in class javax.wbem.query.SelectExp
Returns the selectList.
getSize() - Method in class javax.wbem.cim.CIMDataType
Returns the size
getSize() - Method in class javax.wbem.cim.CIMParameter
Returns the size of this parameter
getSize() - Method in class javax.wbem.cim.CIMProperty
Returns the size of this property object.
getSize() - Method in class javax.wbem.cim.CIMMethod
Returns the size of this method's return value
getSuccessIds() - Method in class javax.wbem.client.BatchResult
Method to get the list of IDs of operations that succeeded.
getSuperClass() - Method in class javax.wbem.cim.CIMClass
Gets the parent of this CIM class.
getType() - Method in class javax.wbem.cim.CIMDataType
Returns the data type
getType() - Method in class javax.wbem.cim.CIMParameter
Returns the data type of this parameter
getType() - Method in class javax.wbem.cim.CIMArgument
Returns the data type of this argument
getType() - Method in class javax.wbem.cim.CIMQualifierType
Returns the CIM data type of this qualifier type
getType() - Method in class javax.wbem.cim.CIMValue
Returns the CIM data type of this CIMValue.
getType() - Method in class javax.wbem.cim.CIMProperty
Gets the CIM data type of this property
getType() - Method in class javax.wbem.cim.CIMMethod
Returns the data type of this method's return value
getUserName() - Method in class javax.wbem.client.UserPrincipal
Return the principal's login user name.
getUserPassword() - Method in class javax.wbem.client.PasswordCredential
Return the user login password in clear text.
getValue() - Method in class javax.wbem.cim.CIMQualifier
Returns the CIM value of this qualifier
getValue() - Method in class javax.wbem.cim.CIMArgument
Gets the value for this argument
getValue() - Method in class javax.wbem.cim.CIMValue
Returns the value of this CIMValue.
getValue() - Method in class javax.wbem.cim.CIMProperty
Gets the value for this property
getValue() - Method in class javax.wbem.query.StringValueExp
Accessor for the actual String value.
getValue() - Method in class javax.wbem.query.DateTimeExp
Accessor for the CIMDataTime value.
getVersion() - Static method in class javax.wbem.cim.CIMVersion
 
getWhereClause() - Method in class javax.wbem.query.SelectExp
Returns the where clause.
getXmlCode(int) - Method in class javax.wbem.cim.CIMException
Gets the name when you know the code.
getXmlCode(String) - Method in class javax.wbem.cim.CIMException
Errors in CIM Operations over HTTP have to be reported as integers.
GT - Static variable in class javax.wbem.query.Query
Represents the greater than conditional relation

H

hasDefaultValue() - Method in class javax.wbem.cim.CIMQualifierType
Checks if the default values are defined
hasFlavor(CIMFlavor) - Method in class javax.wbem.cim.CIMQualifier
Checks if the qualifier's flavor includes the input flavor.
hasFlavor(CIMFlavor) - Method in class javax.wbem.cim.CIMQualifierType
Checks if the qualifier's flavor includes the input flavor.
hashCode() - Method in class javax.wbem.cim.UnsignedInt64
Returns the hash code for this UnsignedInt64.
hashCode() - Method in class javax.wbem.cim.UnsignedInt8
Computes the hash code for this unsigned 8-bit integer object
hashCode() - Method in class javax.wbem.cim.UnsignedInt32
Computes the hash code for this unsigned 32-bit integer object
hashCode() - Method in class javax.wbem.cim.CIMObjectPath
Computes the hash code for this object path.
hashCode() - Method in class javax.wbem.cim.UnsignedInt16
Computes the hash code for this unsigned 16-bit integer object
hashCode() - Method in class javax.wbem.client.UserPrincipal
The hashCode method returns an integer hash code to represent this principal.
hasQualifier(CIMQualifier) - Method in class javax.wbem.cim.CIMClass
Checks whether the specified qualifier is one of the qualifiers in this CIM class.
hasScope(CIMScope) - Method in class javax.wbem.cim.CIMQualifierType
Checks if the qualifier type's scope includes the input meta element.
hasValue() - Method in class javax.wbem.cim.CIMQualifier
Checks if the qualifier has a value set.

I

INDICATION - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM indication
indicationOccured(CIMEvent) - Method in interface javax.wbem.client.CIMListener
 
IndicationProvider - interface javax.wbem.provider.IndicationProvider.
This is the interface implemented by event providers.
initialize(CIMOMHandle) - Method in interface javax.wbem.provider.CIMProvider
Called by the CIMOM when the provider is initialized.
InstanceProvider - interface javax.wbem.provider.InstanceProvider.
This is the interface implemented by instance providers.
intValue() - Method in class javax.wbem.cim.UnsignedInt64
Returns the value of the specified number as an int.
intValue() - Method in class javax.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as an int
intValue() - Method in class javax.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 javax.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as an int
INVALID - Static variable in class javax.wbem.cim.CIMDataType
Invalid type
INVALID_CREDENTIAL - Static variable in class javax.wbem.client.CIMSecurityException
The provided usr or role credential(e.g.
INVALID_DATA - Static variable in class javax.wbem.client.CIMSecurityException
The security authenticator data is invalid, or is not consistent with the security mechanism being used.
INVALID_QUALIFIER_NAME - Static variable in class javax.wbem.cim.CIMSemanticException
Invalid qualifier name.
invokeMethod(CIMObjectPath, String, CIMArgument[], CIMArgument[]) - Method in interface javax.wbem.provider.MethodProvider
This method contains the implementation for all defined extrinsic methods.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in class javax.wbem.client.BatchCIMClient
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in class javax.wbem.client.CIMClient
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in interface javax.wbem.client.CIMOMHandle
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, Vector, Vector) - Method in interface javax.wbem.client.BatchHandle
Executes the specified method on the specified object.
ISA - Static variable in class javax.wbem.query.Query
Represents the ISA conditional relation for class membership.
isArrayType() - Method in class javax.wbem.cim.CIMDataType
Checks if the type is an array type.
isArrayValue() - Method in class javax.wbem.cim.CIMQualifierType
Checks if the default value is an array of values or not.
isArrayValue() - Method in class javax.wbem.cim.CIMValue
Returns true if this CIMValue contains an array value.
isAssociation() - Method in class javax.wbem.cim.CIMClass
Identifies whether or not this CIM class is an association.
isEmpty() - Method in class javax.wbem.cim.CIMValue
Returns true if the value and data type of this CIMValue are empty.
isInterval() - Method in class javax.wbem.cim.CIMDateTime
Tests if this is an interval
isKey() - Method in class javax.wbem.cim.CIMProperty
Convenience method for getting a qualifier name key.
isKeyed() - Method in class javax.wbem.cim.CIMClass
Convenience method to identify if this class is keyed.
isNullValue() - Method in class javax.wbem.cim.CIMValue
Returns true if this CIMValue contains a null data type.
isReal() - Method in class javax.wbem.query.NumericValue
Check if the value is a real.
isReference() - Method in class javax.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 javax.wbem.cim.CIMDataType
Checks if the type is a reference type.
isSint() - Method in class javax.wbem.query.NumericValue
Check if the value is a signed int.
isUint() - Method in class javax.wbem.query.NumericValue
Check if the value is an unsigned int.
isXmlCode(String) - Method in class javax.wbem.cim.CIMException
Returns true if the exception is a valid XML exception

J

javax.wbem.cim - package javax.wbem.cim
 
javax.wbem.client - package javax.wbem.client
 
javax.wbem.provider - package javax.wbem.provider
 
javax.wbem.query - package javax.wbem.query
 

K

KEY_OVERRIDE - Static variable in class javax.wbem.cim.CIMPropertyException
A non-key is overriding a key.
KEY_REQUIRED - Static variable in class javax.wbem.cim.CIMClassException
A concrete class is defined without a key.

L

LE - Static variable in class javax.wbem.query.Query
Represents the <= conditional relation
lessThan(CIMElement) - Method in class javax.wbem.cim.CIMElement
Compares the element identifier of this CIM element with the element of the input identifier.
LIKE - Static variable in class javax.wbem.query.Query
Represents the 'like' conditional relation as defined in the SQL-92 standard.
localElements() - Method in class javax.wbem.cim.CIMClass
Returns only the local elements for this class and filters out the rest.
localElements() - Method in class javax.wbem.cim.CIMInstance
Returns only the local elements for this instance and filters out the rest.
localElements(List) - Method in class javax.wbem.cim.CIMInstance
Returns only the elements for this instance that have classOrigin set to one of the names in the className list.
longValue() - Method in class javax.wbem.cim.UnsignedInt64
Returns the value of the specified number as a long.
longValue() - Method in class javax.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a long
longValue() - Method in class javax.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 javax.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a long
longValue() - Method in class javax.wbem.query.NumericValue
Returns the long value associated with this value.
LT - Static variable in class javax.wbem.query.Query
Represents the less than conditional relation

M

major - Static variable in class javax.wbem.cim.CIMVersion
 
MAX_PASSWORD_SIZE - Static variable in class javax.wbem.client.PasswordCredential
 
MAX_VALUE - Static variable in class javax.wbem.cim.UnsignedInt64
the maximum value this BigInteger can have
MAX_VALUE - Static variable in class javax.wbem.cim.UnsignedInt8
The maximum value of this short.
MAX_VALUE - Static variable in class javax.wbem.cim.UnsignedInt32
the maximum value this long can have
MAX_VALUE - Static variable in class javax.wbem.cim.UnsignedInt16
the maximum value this int can have
METHOD - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM method
METHOD_OVERRIDDEN - Static variable in class javax.wbem.cim.CIMMethodException
A method is specified to override another method that has already been overridden by a third method.
MethodProvider - interface javax.wbem.provider.MethodProvider.
This method is invoked in order to do the Extrinsic Method Invocation operation as defined by the CIM operations over HTTP spec at http://www.dmtf.org/.
MIN_VALUE - Static variable in class javax.wbem.cim.UnsignedInt64
the minimum value this BigInteger can have
MIN_VALUE - Static variable in class javax.wbem.cim.UnsignedInt8
The minimum value of this short.
MIN_VALUE - Static variable in class javax.wbem.cim.UnsignedInt32
the minimum value this long can have
MIN_VALUE - Static variable in class javax.wbem.cim.UnsignedInt16
the minimum value this int can have
minor - Static variable in class javax.wbem.cim.CIMVersion
 
mustPoll(SelectExp, String, CIMObjectPath) - Method in interface javax.wbem.provider.IndicationProvider
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

NE - Static variable in class javax.wbem.query.Query
Represents the not equals conditional relation
NEW_KEY - Static variable in class javax.wbem.cim.CIMPropertyException
A class is trying to define a new key.
newInstance() - Method in class javax.wbem.cim.CIMClass
Returns a new CIM instance initialized with the default CIM properties, qualifiers, and name of this CIM class.
NISA - Static variable in class javax.wbem.query.Query
 
NLIKE - Static variable in class javax.wbem.query.Query
Represents the 'not like' conditional relation as defined in the SQL-92 standard.
NO_ASSOCIATOR_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The associator provider class is not found.
NO_AUTHORIZABLE_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The method provider class is not found.
NO_CIMOM - Static variable in class javax.wbem.client.CIMTransportException
cimom not found exception
NO_EVENT_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The property provider class is not found.
NO_INSTANCE_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The instance provider class is not found.
NO_METHOD_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The method provider class is not found.
NO_OVERRIDDEN_METHOD - Static variable in class javax.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 javax.wbem.cim.CIMPropertyException
The overridden property does not exist in the class hierarchy.
NO_PROPERTY_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The event provider is not found.
NO_QUALIFIER_VALUE - Static variable in class javax.wbem.cim.CIMSemanticException
The qualifier does not have a value.
NO_SUCH_METHOD - Static variable in class javax.wbem.cim.CIMMethodException
In most cases, the specified method was not defined for the class.
NO_SUCH_PRINCIPAL - Static variable in class javax.wbem.client.CIMSecurityException
The specified principal(e.g.
NO_SUCH_QUALIFIER1 - Static variable in class javax.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 javax.wbem.cim.CIMSemanticException
No such qualifier exception.
NO_SUCH_ROLE - Static variable in class javax.wbem.client.CIMSecurityException
The specified role cannot be found, or is not a role identity.
NO_SUCH_SESSION - Static variable in class javax.wbem.client.CIMSecurityException
The session with the given id does not exist.
NonJoinExp - class javax.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 javax.wbem.query.NonJoinExp
Constructor for NonJoinExp.
NOT_ASSOCIATOR_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The provider class does not implement the AssociatorProvider interface even though it has been declared as a associator provider by setting the Provider qualifier in the MOF method definition.
NOT_AUTHORIZABLE_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The provider class does not implement the AuthorizableProvider interface even though it has been declared as a authorizable provider by setting the Provider qualifier in the MOF method definition.
NOT_EVENT_PROVIDER - Static variable in class javax.wbem.client.CIMProviderException
The provider class present in the class path does not implement the EventProvider interface.
NOT_HELLO - Static variable in class javax.wbem.client.CIMSecurityException
When the first hello message is not in the correct format.
NOT_INSTANCE_PROVIDER - Static variable in class javax.wbem.client.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 javax.wbem.client.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 javax.wbem.client.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 javax.wbem.client.CIMSecurityException
The first response message is not in the correct format.
NotQueryExp - class javax.wbem.query.NotQueryExp.
Represents a NotQuery.
NotQueryExp() - Constructor for class javax.wbem.query.NotQueryExp
Empty constructor
NotQueryExp(QueryExp) - Constructor for class javax.wbem.query.NotQueryExp
Constructs a not query of the input QueryExp.
NULL - Static variable in class javax.wbem.cim.CIMDataType
Null type
NULL_PASSWORD - Static variable in class javax.wbem.client.PasswordCredential
 
numberOfProperties() - Method in class javax.wbem.cim.CIMClass
Returns the number of properties in this class.
numberOfQualifiers() - Method in class javax.wbem.cim.CIMClass
Returns the number of qualifiers declared in this CIM Class.
NumericValue - class javax.wbem.query.NumericValue.
This class represents numbers that are arguments to SQL relational constraints.
NumericValue() - Constructor for class javax.wbem.query.NumericValue
Constructs a NumericValue corresponding to 0.
NumericValue(Number) - Constructor for class javax.wbem.query.NumericValue
Creates a new NumericValue representing the numeric literal val.

O

OBJECT - Static variable in class javax.wbem.cim.CIMDataType
CIMInstance type
OrQueryExp - class javax.wbem.query.OrQueryExp.
It is used by the query building mechanism to represent disjunctions of relational expressions.
OrQueryExp() - Constructor for class javax.wbem.query.OrQueryExp
Empty constructor
OrQueryExp(QueryExp, QueryExp) - Constructor for class javax.wbem.query.OrQueryExp
Constructor with two QueryExp operands.

P

PARAMETER - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM parameter
parse(String) - Method in class javax.wbem.cim.CIMObjectPath
Parses the specified object name string by replacing each forward slash character (/) with an escaped backward slash character (\\).
parse(String) - Method in class javax.wbem.cim.CIMNameSpace
Parses the name of a namespace by replacing the forward slash (/) with a backward slash (\).
PasswordCredential - class javax.wbem.client.PasswordCredential.
This class implements a password based credential for a user login authentication.
PasswordCredential() - Constructor for class javax.wbem.client.PasswordCredential
Empty constructor.
PasswordCredential(String) - Constructor for class javax.wbem.client.PasswordCredential
This constructor accepts the user login password.
patchHigh - Static variable in class javax.wbem.cim.CIMVersion
 
patchLow - Static variable in class javax.wbem.cim.CIMVersion
 
PDEFAULT - Static variable in class javax.wbem.cim.CIMException
Default cim exception with one parameter.
performBatchOperations(BatchHandle) - Method in class javax.wbem.client.CIMClient
 
performBatchOperations(BatchHandle) - Method in interface javax.wbem.client.CIMOMHandle
 
PROPERTY - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM property
PROPERTY_OVERRIDDEN - Static variable in class javax.wbem.cim.CIMPropertyException
The overridden property has already been overridden.
PropertyProvider - interface javax.wbem.provider.PropertyProvider.
This is the interface implemented by property providers.
ProviderCIMOMHandle - interface javax.wbem.client.ProviderCIMOMHandle.
Interface for Provider specific callbacks to the CIMOM.
PS_CONFIG - Static variable in class javax.wbem.client.CIMRepositoryException
The repository is configured incorrectly.
PS_UNAVAILABLE - Static variable in class javax.wbem.client.CIMRepositoryException
The repository is unavailable.

Q

QualifiedAttributeExp - class javax.wbem.query.QualifiedAttributeExp.
This class represents represents an attribute qualified by a classname and/or alias.
QualifiedAttributeExp() - Constructor for class javax.wbem.query.QualifiedAttributeExp
 
QualifiedAttributeExp(String, String) - Constructor for class javax.wbem.query.QualifiedAttributeExp
Creates a new QualifiedAttributeExp representing the object attribute for class named by .
QualifiedAttributeExp(String, String, String) - Constructor for class javax.wbem.query.QualifiedAttributeExp
Creates a new QualifiedAttributeExp representing the object attribute for class named by .
QUALIFIER_UNOVERRIDABLE - Static variable in class javax.wbem.cim.CIMSemanticException
An element tries to override a qualifier that has a DisableOverride flavor.
Query - class javax.wbem.query.Query.
This class contains all the constants associated with conditional relations.
Query() - Constructor for class javax.wbem.query.Query
 
QueryExp - class javax.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 javax.wbem.query.QueryExp
Constructor.

R

REAL32 - Static variable in class javax.wbem.cim.CIMDataType
IEEE 4-byte floating-point
REAL32_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
IEEE 4-byte floating-point
REAL64 - Static variable in class javax.wbem.cim.CIMDataType
IEEE 8-byte floating-point
REAL64_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
IEEE 8-byte floating-point
REF_REQUIRED - Static variable in class javax.wbem.cim.CIMClassException
An association class is defined with less than two references.
REFERENCE - Static variable in class javax.wbem.cim.CIMDataType
Reference type
REFERENCE - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM reference
referenceNames(CIMObjectPath, CIMObjectPath, String) - Method in interface javax.wbem.provider.AssociatorProvider
This method is used to enumerate the association objects that refer to a particular target CIM Instance.
referenceNames(CIMObjectPath, String, String) - Method in class javax.wbem.client.BatchCIMClient
Enumerates the object paths to association objects that refer to a particular target CIM Object.
referenceNames(CIMObjectPath, String, String) - Method in class javax.wbem.client.CIMClient
Enumerates the object paths to association objects that refer to a particular target CIM Object.
referenceNames(CIMObjectPath, String, String) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
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 javax.wbem.provider.AssociatorProvider
This method is used to enumerate the association objects that refer to a particular target CIM Instance.
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in class javax.wbem.client.BatchCIMClient
Enumerates the association objects that refer to a particular target CIM Object.
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in class javax.wbem.client.CIMClient
Enumerates the association objects that refer to a particular target CIM Object.
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
removeCIMListener(CIMListener) - Method in class javax.wbem.client.CIMClient
Removes the specified listener which receives indications from the CIM Object Manager.
removeCIMListener(CIMListener) - Method in interface javax.wbem.client.CIMOMHandle
Removes the specified listener
removeQualifier(CIMQualifier) - Method in class javax.wbem.cim.CIMClass
Removes the specified qualifier from this CIM class.
removeQualifier(String) - Method in class javax.wbem.cim.CIMProperty
Removes the specified CIM qualifier from the property.
RESTRICTED - Static variable in class javax.wbem.cim.CIMFlavor
this qualifier applies only to the class in which it is declared

S

SCHEMA - Static variable in class javax.wbem.cim.CIMScope
Integer value representing a CIM schema
SCOPE_ERROR - Static variable in class javax.wbem.cim.CIMSemanticException
Scope error exception.
SelectExp - class javax.wbem.query.SelectExp.
This class represents all 'select' clauses that are constructed in the WQL.
SelectExp() - Constructor for class javax.wbem.query.SelectExp
 
SelectExp(SelectList, FromExp) - Constructor for class javax.wbem.query.SelectExp
Constructor for select clauses.
SelectExp(SelectList, FromExp, QueryExp) - Constructor for class javax.wbem.query.SelectExp
Constructor for select clauses.
SelectExp(String) - Constructor for class javax.wbem.query.SelectExp
Constructor for select clause.
SelectList - class javax.wbem.query.SelectList.
SelectList represents a list of attributes which are used as the projection for the returned 'row'.
SelectList(AttributeExp) - Constructor for class javax.wbem.query.SelectList
Constructor for a single attribute list.
setAlias(String) - Method in class javax.wbem.cim.CIMInstance
Sets the alias for this instance
setClass(CIMObjectPath, CIMClass) - Method in class javax.wbem.client.BatchCIMClient
Modifies the CIM class in the specified namespace.
setClass(CIMObjectPath, CIMClass) - Method in class javax.wbem.client.CIMClient
Modifies the CIM class in the specified namespace.
setClass(CIMObjectPath, CIMClass) - Method in interface javax.wbem.client.CIMOMHandle
Adds the CIM class to the specified namespace.
setClass(CIMObjectPath, CIMClass) - Method in interface javax.wbem.client.BatchHandle
Modifies the CIM class in the specified namespace.
setClassName(String) - Method in class javax.wbem.cim.CIMInstance
Sets the name of the class that instantiates this CIM instance
setDefaults(CIMQualifierType) - Method in class javax.wbem.cim.CIMQualifier
Sets the CIM qualifier type for this qualifier to the specified type.
setDefaultValue(CIMValue) - Method in class javax.wbem.cim.CIMQualifierType
Sets the default value for this qualifier type to the specified CIM value
setHost(String) - Method in class javax.wbem.cim.CIMObjectPath
Sets the host for this CIMObjectPath object.
setHost(String) - Method in class javax.wbem.cim.CIMNameSpace
Sets the host name of this CIM namespace to the specified string
setHostName(String) - Method in class javax.wbem.client.UserPrincipal
Set the server host name where this principal was authenticated.
setInstance(CIMObjectPath, CIMInstance) - Method in class javax.wbem.client.BatchCIMClient
Modifies the specified CIM instance in the specified namespace.
setInstance(CIMObjectPath, CIMInstance) - Method in class javax.wbem.client.CIMClient
Modifies the specified CIM instance in the specified namespace.
setInstance(CIMObjectPath, CIMInstance) - Method in interface javax.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 interface javax.wbem.client.BatchHandle
Invokes the object manager on this client to modify the specified CIM instance in the specified namespace.
setInstance(CIMObjectPath, CIMInstance, String[]) - Method in interface javax.wbem.provider.InstanceProvider
This method modifies the instance specified by by the CIMInstance argument in the namespace specified by the CIMObjectPath argument.
setIsAssociation(boolean) - Method in class javax.wbem.cim.CIMClass
Sets the isAssociation field to true to indicate that this CIM class is an association.
setIsKeyed(boolean) - Method in class javax.wbem.cim.CIMClass
Takes a boolean that indicates whether or not this CIM class has a key property.
setKeys(Vector) - Method in class javax.wbem.cim.CIMObjectPath
Sets the keys for this CIMObjectPath.
setMethods(Vector) - Method in class javax.wbem.cim.CIMClass
Replaces the existing methods in this class with the specified methods.
setName(String) - Method in class javax.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 javax.wbem.cim.CIMObjectPath
Sets the namespace for this CIMObjectPath object.
setNameSpace(String) - Method in class javax.wbem.cim.CIMNameSpace
Sets the name of this CIM namespace to the specified string
setObjectName(String) - Method in class javax.wbem.cim.CIMObjectPath
Sets the object name for this CIMObjectPath.
setOriginClass(String) - Method in class javax.wbem.cim.CIMProperty
Sets the class in which this property was defined.
setOriginClass(String) - Method in class javax.wbem.cim.CIMMethod
Sets the class in which this method was defined.
setOverridingMethod(String) - Method in class javax.wbem.cim.CIMMethod
Sets the name of the overriding method for this method.
setOverridingProperty(String) - Method in class javax.wbem.cim.CIMProperty
Specifies this property as an overriding property
setParameters(Vector) - Method in class javax.wbem.cim.CIMMethod
Sets the list of parameters for this method to the specified list of parameters
setParams(Object[]) - Method in class javax.wbem.cim.CIMException
Sets the substitution args for the exception.
setProperties(Vector) - Method in class javax.wbem.cim.CIMClass
Replaces the existing CIM properties in this class with the specified CIM properties.
setProperties(Vector) - Method in class javax.wbem.cim.CIMInstance
Sets the properties for this CIM instance to the specified property list
setProperty(CIMObjectPath, String, CIMValue) - Method in class javax.wbem.client.BatchCIMClient
Modifies the value of the specified property for the instance specified in the object path.
setProperty(CIMObjectPath, String, CIMValue) - Method in class javax.wbem.client.CIMClient
Modifies the value of the specified property for the instance specified in the object path.
setProperty(CIMObjectPath, String, CIMValue) - Method in interface javax.wbem.client.CIMOMHandle
Invokes the object manager on this client to set the specified CIM instance property.
setProperty(CIMObjectPath, String, CIMValue) - Method in interface javax.wbem.client.BatchHandle
Invokes the object manager on this client to set the specified CIM instance property value.
setProperty(String, CIMValue) - Method in class javax.wbem.cim.CIMInstance
Sets the value of the specified property.
setPropertyValue(CIMObjectPath, String, String, CIMValue) - Method in interface javax.wbem.provider.PropertyProvider
This method modifies the value of the property specified by the parameters.
setQualifier(CIMQualifier) - Method in class javax.wbem.cim.CIMProperty
Sets a qualifier for this property
setQualifiers(CIMQualifier[]) - Method in class javax.wbem.cim.CIMArgument
Sets the list of qualifiers for this argument to the specified list of qualifiers
setQualifiers(Vector) - Method in class javax.wbem.cim.CIMParameter
Sets the list of qualifiers for this parameter to the specified list of qualifiers
setQualifiers(Vector) - Method in class javax.wbem.cim.CIMProperty
Sets the list of CIM qualifiers for this property.
setQualifiers(Vector) - Method in class javax.wbem.cim.CIMClass
Replaces the CIM qualifiers in this CIM class with the specified CIM qualifiers.
setQualifiers(Vector) - Method in class javax.wbem.cim.CIMInstance
Sets the qualifiers for this CIM instance to the specified qualifier list
setQualifiers(Vector) - Method in class javax.wbem.cim.CIMMethod
Sets the list of qualifiers for this method to the specified list of qualifiers
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in class javax.wbem.client.BatchCIMClient
Adds the specified CIM qualifier type to the specified namespace.
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in class javax.wbem.client.CIMClient
Adds the specified CIM qualifier type to the specified namespace if it does not already exist.
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface javax.wbem.client.CIMOMHandle
Adds the specified CIM qualifier type to the specified namespace.
setQualifierType(CIMObjectPath, CIMQualifierType) - Method in interface javax.wbem.client.BatchHandle
Adds the specified CIM qualifier type to the specified namespace.
setSize(int) - Method in class javax.wbem.cim.CIMParameter
Sets the size of this parameter to the specified size
setSize(int) - Method in class javax.wbem.cim.CIMProperty
Sets the size of this property to the integer argument
setSize(int) - Method in class javax.wbem.cim.CIMMethod
Sets the size of this method's return type to the specified size
setSuperClass(String) - Method in class javax.wbem.cim.CIMClass
Sets the parent of this CIM class to the name of the super class contained in the specified string.
setType(CIMDataType) - Method in class javax.wbem.cim.CIMParameter
Sets the data type of this parameter to the specified CIM data type
setType(CIMDataType) - Method in class javax.wbem.cim.CIMArgument
Sets the data type of this argument to the specified CIM data type
setType(CIMDataType) - Method in class javax.wbem.cim.CIMQualifierType
Sets the CIM data type to the specified type
setType(CIMDataType) - Method in class javax.wbem.cim.CIMProperty
Sets the data type of this property to the specified CIM data type.
setType(CIMDataType) - Method in class javax.wbem.cim.CIMMethod
Sets the data type of this method's return value to the specified CIM data type.
setUserName(String) - Method in class javax.wbem.client.UserPrincipal
Set the principal user login name.
setUserPassword(String) - Method in class javax.wbem.client.PasswordCredential
Set the user login password.
setValue(CIMValue) - Method in class javax.wbem.cim.CIMQualifier
Sets the CIM value of this qualifier to the specified value
setValue(CIMValue) - Method in class javax.wbem.cim.CIMArgument
Sets the value for this argument.
setValue(CIMValue) - Method in class javax.wbem.cim.CIMProperty
Sets the value for this property.
shortValue() - Method in class javax.wbem.cim.UnsignedInt8
Returns the value of this unsigned 8-bit integer object as a short
shortValue() - Method in class javax.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 javax.wbem.cim.UnsignedInt16
Returns the value of this unsigned 16-bit integer object as a short
SINT16 - Static variable in class javax.wbem.cim.CIMDataType
Signed 16-bit integer
SINT16_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Signed 16-bit integer array
SINT32 - Static variable in class javax.wbem.cim.CIMDataType
Signed 32-bit integer
SINT32_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Signed 32-bit integer array
SINT64 - Static variable in class javax.wbem.cim.CIMDataType
Signed 64-bit integer
SINT64_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Signed 64-bit integer array
SINT8 - Static variable in class javax.wbem.cim.CIMDataType
Signed 8-bit integer
SINT8_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Signed 8-bit integer array
SIZE_SINGLE - Static variable in class javax.wbem.cim.CIMDataType
This size is for non-array types
SIZE_UNLIMITED - Static variable in class javax.wbem.cim.CIMDataType
This size is for unlimited size array types.
size() - Method in class javax.wbem.cim.CIMValue
Returns the size of the data type of this CIMValue.
STRING - Static variable in class javax.wbem.cim.CIMDataType
UCS-2 string
STRING_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
UCS-2 string array
StringValueExp - class javax.wbem.query.StringValueExp.
This class represents strings that are arguments to SQL relational constraints.
StringValueExp() - Constructor for class javax.wbem.query.StringValueExp
Creates a new StringValueExp representing the string literal "".
StringValueExp(String) - Constructor for class javax.wbem.query.StringValueExp
Creates a new StringValueExp representing the string literal val.

T

TIMED_OUT - Static variable in class javax.wbem.client.CIMTransportException
cimom connection timed out.
toMOF() - Method in class javax.wbem.cim.CIMDataType
Returns a MOF representation of the CIMDataType
toMOF() - Method in class javax.wbem.cim.CIMParameter
Returns a MOF representation of the CIMParameter
toMOF() - Method in class javax.wbem.cim.CIMQualifier
Returns a MOF representation of the CIMQualifier.
toMOF() - Method in class javax.wbem.cim.CIMQualifierType
Returns a MOF representation of the CIMQualifierType.
toMOF() - Method in class javax.wbem.cim.CIMValue
Returns a MOF representation of the CIMValue.
toMOF() - Method in class javax.wbem.cim.CIMDateTime
Returns a MOF representation of the CIMDateTime
toMOF() - Method in class javax.wbem.cim.CIMFlavor
Returns a MOF representation of the CIMFlavor.
toMOF() - Method in class javax.wbem.cim.CIMProperty
Returns a MOF representation of the CIMProperty.
toMOF() - Method in class javax.wbem.cim.CIMClass
Returns a MOF representation of the CIM class.
toMOF() - Method in class javax.wbem.cim.CIMInstance
Returns a MOF representation of the CIMInstance.
toMOF() - Method in class javax.wbem.cim.CIMScope
Returns a MOF representation of the CIMScope.
toMOF() - Method in class javax.wbem.cim.CIMMethod
Returns a MOF representation of the CIMMethod
toString() - Method in class javax.wbem.cim.CIMException
Prints out the ID and a comma separated list of parameters on a new line.
toString() - Method in class javax.wbem.cim.CIMDataType
Returns a String representation of the CIMDataType.
toString() - Method in class javax.wbem.cim.UnsignedInt64
Returns the text representation of this unsigned 64-bit integer object
toString() - Method in class javax.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 javax.wbem.cim.CIMParameter
Returns a String representation of the CIMParameter.
toString() - Method in class javax.wbem.cim.CIMQualifier
Returns a String representation of the CIMQualifier.
toString() - Method in class javax.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 javax.wbem.cim.UnsignedInt8
Returns the text representation of this unsigned 8-bit integer object
toString() - Method in class javax.wbem.cim.CIMValue
Returns a String representation of the CIMValue.
toString() - Method in class javax.wbem.cim.CIMDateTime
Returns a String representation of the CIMDateTime.
toString() - Method in class javax.wbem.cim.UnsignedInt32
Returns the text representation of this unsigned 32-bit integer object
toString() - Method in class javax.wbem.cim.CIMFlavor
Returns a String representation of the CIMFlavor.
toString() - Method in class javax.wbem.cim.CIMObjectPath
Returns a String representation of the CIMObjectPath.
toString() - Method in class javax.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 javax.wbem.cim.CIMProperty
Returns a String representation of the CIMProperty.
toString() - Method in class javax.wbem.cim.UnsignedInt16
Returns the text representation of this unsigned 16-bit integer object
toString() - Method in class javax.wbem.cim.CIMClass
Returns a String representation of the CIMClass.
toString() - Method in class javax.wbem.cim.CIMInstance
Returns a String representation of the CIMInstance.
toString() - Method in class javax.wbem.cim.CIMVersion
 
toString() - Method in class javax.wbem.cim.CIMScope
Returns a String representation of the CIMScope.
toString() - Method in class javax.wbem.cim.CIMMethod
Returns a String representation of the CIMMethod.
toString() - Method in class javax.wbem.client.UserPrincipal
The toString method returns a string representation of the principal suitable for displaying in messages.
toString() - Method in class javax.wbem.query.BinaryRelQueryExp
 
toString() - Method in class javax.wbem.query.StringValueExp
Returns the SQL syntax string representing its value.
toString() - Method in class javax.wbem.query.NonJoinExp
 
toString() - Method in class javax.wbem.query.AttributeExp
Returns the SQL syntax string representing its value.
toString() - Method in class javax.wbem.query.SelectList
WQL String form of the select list.
toString() - Method in class javax.wbem.query.SelectExp
 
toString() - Method in class javax.wbem.query.NotQueryExp
Returns the WQL string form.
toString() - Method in class javax.wbem.query.DateTimeExp
Returns the SQL syntax string representing its value.
toString() - Method in class javax.wbem.query.QualifiedAttributeExp
Returns the SQL syntax string representing its value.
toString() - Method in class javax.wbem.query.OrQueryExp
Returns the WQL string form.
toString() - Method in class javax.wbem.query.NumericValue
Returns a string representing the numeric value.
toString() - Method in class javax.wbem.query.AndQueryExp
 
TOSUBCLASS - Static variable in class javax.wbem.cim.CIMFlavor
this qualifier is inherited by any subclass
TRANSLATE - Static variable in class javax.wbem.cim.CIMFlavor
this qualifier can be specified in multiple locales (language and country combination).
TRUE - Static variable in class javax.wbem.cim.CIMValue
Initialize CIMValue true to a CIMValue Boolean object containing true.
TYPE_ERROR - Static variable in class javax.wbem.cim.CIMSemanticException
Type cast exception.

U

UINT16 - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 16-bit integer
UINT16_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 16-bit integer array
UINT32 - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 32-bit integer
UINT32_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 32-bit integer array
UINT64 - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 64-bit integer
UINT64_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 64-bit integer array
uint64Value() - Method in class javax.wbem.query.NumericValue
Returns the UnsignedInt64 value associated with this value.
UINT8 - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 8-bit integer
UINT8_ARRAY - Static variable in class javax.wbem.cim.CIMDataType
Unsigned 8-bit integer array
UNKNOWN_HOST - Static variable in class javax.wbem.client.CIMTransportException
unknown host exception
UNKNOWN_PROVIDER_ADAPTER - Static variable in class javax.wbem.client.CIMProviderException
The protocol specified in the providers qualifier is incorrect.
UnsignedInt16 - class javax.wbem.cim.UnsignedInt16.
Creates and instantiates an unsigned 16-bit integer object
UnsignedInt16(int) - Constructor for class javax.wbem.cim.UnsignedInt16
Constructor creates an unsigned 16-bit integer object for the specified int value.
UnsignedInt16(String) - Constructor for class javax.wbem.cim.UnsignedInt16
Constructor creates an unsigned 16-bit integer object for the specified string.
UnsignedInt32 - class javax.wbem.cim.UnsignedInt32.
Creates and instantiates an unsigned 32-bit integer object.
UnsignedInt32(long) - Constructor for class javax.wbem.cim.UnsignedInt32
Constructor creates an unsigned 32-bit integer object for the specified long value.
UnsignedInt32(String) - Constructor for class javax.wbem.cim.UnsignedInt32
Constructor creates an unsigned 32-bit integer object for the specified string.
UnsignedInt64 - class javax.wbem.cim.UnsignedInt64.
Creates and instantiates an unsigned 64-bit integer object.
UnsignedInt64(BigInteger) - Constructor for class javax.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified BigInteger.
UnsignedInt64(byte[]) - Constructor for class javax.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified array of bytes.
UnsignedInt64(String) - Constructor for class javax.wbem.cim.UnsignedInt64
Constructor creates an unsigned 64-bit integer object for the specified string.
UnsignedInt8 - class javax.wbem.cim.UnsignedInt8.
Creates and instantiates an unsigned 8-bit integer object
UnsignedInt8(short) - Constructor for class javax.wbem.cim.UnsignedInt8
Constructor creates an unsigned 8-bit integer object for the specified short value.
UnsignedInt8(String) - Constructor for class javax.wbem.cim.UnsignedInt8
Constructor creates an unsigned 8-bit integer object for the specified string.
updatePropertyValue(CIMProperty) - Method in class javax.wbem.cim.CIMInstance
Updates the value of the specified CIM property.
updatePropertyValues(Vector) - Method in class javax.wbem.cim.CIMInstance
Updates the property values for this CIM instance with the specified list of property values
UserPrincipal - class javax.wbem.client.UserPrincipal.
This class implements a Java security Principal identity for a client user identity that authenticates with a Unix username and login password.
UserPrincipal() - Constructor for class javax.wbem.client.UserPrincipal
Empty constructor.
UserPrincipal(String) - Constructor for class javax.wbem.client.UserPrincipal
This constructor accepts the user name.

V

ValueExp - class javax.wbem.query.ValueExp.
This class represents values that can be passed as arguments to SQL relational expressions.
ValueExp() - Constructor for class javax.wbem.query.ValueExp
Constructor for ValueExp
VER_ERROR - Static variable in class javax.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

WQL - Static variable in class javax.wbem.client.CIMClient
WBEM Query Language level 1 is currently supported
WQLExp - class javax.wbem.query.WQLExp.
The WQLExp class is an abstract class whose subclasses represent all valid WBEM queries.
WQLExp() - Constructor for class javax.wbem.query.WQLExp
 

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