Uses of Class org.sblim.wbem.cim.CIMException

Uses in package org.sblim.wbem.client.indications

Constructors with parameter type org.sblim.wbem.cim.CIMException

Construct a CIMError object from the given CIMException.

Uses in package org.sblim.wbem.xml

Classes derived from org.sblim.wbem.cim.CIMException

class
CIMXMLBuilderException.java (C) Copyright IBM Corp.

Fields of type org.sblim.wbem.cim.CIMException

CIMException

Methods with parameter type org.sblim.wbem.cim.CIMException

void

Methods with return type org.sblim.wbem.cim.CIMException

CIMException
CIMException
CIMXMLParserImpl.parseERROR(Element errorE)

Methods which throw type org.sblim.wbem.cim.CIMException

void
Verify the status code for this CIMResponse.
Element
CIMClientXML_HelperImpl.performBatchOperation_request(Document doc, Vector operations)

Uses in package org.sblim.wbem.cimxml

Methods which throw type org.sblim.wbem.cim.CIMException

String
Returns a string representing the CIM-XML of a CIMElement.
CIMElement
Construct a Java object representing the CIMElement from the XML representation.

Uses in package org.sblim.wbem.client

Constructors which throw type org.sblim.wbem.cim.CIMException

CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal and credential, and using the default protocol CIM_XML (CIM Operations over HTTP).
CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
CIMClient.CIMClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
Initializes this CIMClient with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
Initializes this CIMClient from an existing CIMOMHandle.
CIMClientXML.CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol)
CIMClientXML.CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)

Methods which throw type org.sblim.wbem.cim.CIMException

void
Adds the specified CIMListener to start receiving indications from the CIM server.
void
void
void
CIMClientXML.addCIMListener(CIMListener pListener, String pId)
Enumeration
Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.
Enumeration
Enumeration
Enumeration
CIMClient.associatorNames(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.
Enumeration
CIMClientXML.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Enumeration
CIMOMHandle.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Enumeration
CIMClient.associators(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns copies of these CIM objects.
Enumeration
CIMClientXML.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumeration
CIMOMHandle.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
void
Closes the connection to the CIM server.
void
void
void
CIMClient.close(boolean pKeepEnumerations)
Closes the connection to the CIM server.
void
CIMClientXML.close(boolean pKeepEnumerations)
void
CIMOMHandle.close(boolean pKeepEnumerations)
void
CIMClient.createClass(CIMObjectPath pClassPath, CIMClass pNewClass)
Creates a CIM class on the target CIM server.
void
void
CIMObjectPath
CIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance)
Creates a CIM instance in the specified namespace on the target CIM server.
CIMObjectPath
CIMObjectPath
void
Creates a CIM namespace on the target CIM server.
void
void
void
Creates or replaces a CIM qualifier declaration on the target CIM server.
void
void
void
Deletes a CIM class on the target CIM server.
void
void
void
Deletes a CIM instance on the target CIM server.
void
void
void
Deletes a CIM namespace from the target CIM server.
void
void
void
Deletes a CIM qualifier declaration on the target CIM server.
void
void
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumClass(CIMObjectPath pClassPath, boolean pDeepInheritance)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumClass(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumInstances(CIMObjectPath pClassPath, boolean pDeepInheritance)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumNameSpace(CIMObjectPath pNamespacePath, boolean pDeep)
Enumerates the CIM namespaces on the target CIM server, and returns CIM instance paths to the CIM_Namespace instances representing them.
Enumeration
CIMClientXML.enumNameSpace(CIMObjectPath pPath, boolean pDeep)
Enumeration
CIMOMHandle.enumNameSpace(CIMObjectPath pPath, boolean pDeep)
Enumeration
Enumerates the CIM qualifier declarations in a namespace on the target CIM server.
Enumeration
Enumeration
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.
Enumeration
CIMClient.enumerateClassNames(CIMObjectPath pClassPath, boolean pDeepInheritance)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.
Enumeration
CIMClientXML.enumerateClassNames(CIMObjectPath pObjectName, boolean pDeep)
Enumeration
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
Enumeration
CIMClientXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Enumeration
CIMOMHandle.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Enumeration
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns CIM instance paths to these instances.
Enumeration
Enumeration
Enumeration
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
Enumeration
CIMClientXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumeration
CIMOMHandle.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumeration
Enumeration
CIMClient.execQuery(CIMObjectPath pNamespacePath, String pQuery, String pQueryLanguage)
Executes a query on the target CIM server.
Enumeration
CIMClientXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
Enumeration
CIMOMHandle.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
CIMClass
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClientXML.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
CIMClass
CIMOMHandle.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
CIMOMHandle
CIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol)
Constructs a CIMOMHandle with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.
CIMOMHandle
CIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
Constructs a CIMOMHandle with connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.
CIMInstance
This methods return an instance of CIM_IndicationHandler, since CIM over HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is returned.
CIMInstance
CIMInstance
CIMInstance
This methods return an instance of CIM_IndicationDestination, since CIM over HTTP is used as transport an instance of CIM_ListenerDestinationCIMXML is returned.
CIMInstance
CIMInstance
CIMInstance
Gets a copy of a CIM instance from the target CIM server.
CIMInstance
CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly)
Gets a copy of a CIM instance.
CIMInstance
CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers)
Gets a copy of a CIM instance from the target CIM server.
CIMInstance
CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Gets a copy of a CIM instance from the target CIM server.
CIMInstance
CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Gets a copy of a CIM instance from the target CIM server.
CIMInstance
CIMClientXML.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
CIMInstance
CIMOMHandle.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
CIMValue
CIMClient.getProperty(CIMObjectPath pInstancePath, String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM server.
CIMValue
CIMClientXML.getProperty(CIMObjectPath pPath, String pPropertyName)
CIMValue
CIMOMHandle.getProperty(CIMObjectPath pPath, String pPropertyName)
CIMQualifierType
Gets a copy of a CIM qualifier declaration from the target CIM server.
CIMQualifierType
CIMQualifierType
CIMQualifierType
CIMClientXML.getQualifierType(CIMObjectPath pPath, String pQualifierType)
Object
BatchResult.getResult(int operationID)
Returns the object produced by the specified batch operation.
void
CIMClientXML.init(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.
CIMValue
CIMClientXML.invokeMethod(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMOMHandle.invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.
BatchResult
Performs the operations specified in the BatchHandle object.
BatchResult
BatchResult
void
void
Enumeration
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.
Enumeration
Enumeration
Enumeration
CIMClient.referenceNames(CIMObjectPath pObjectPath, String pResultClass, String pRole)
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.
Enumeration
CIMClientXML.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
Enumeration
CIMOMHandle.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
Enumeration
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.
Enumeration
Enumeration
Enumeration
CIMClient.references(CIMObjectPath pObjectPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.
Enumeration
CIMClientXML.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumeration
CIMOMHandle.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
void
Removes the specified CIMListener, to stop receiving indications from the CIM server.
void
void
void
CIMClient.setClass(CIMObjectPath pClassPath, CIMClass pModifiedClass)
Modifies a CIM class on the target CIM server.
void
void
void
CIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance)
Modifies a CIM instance on the target CIM server.
void
CIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance, boolean pIncludeQualifiers, String[] pPropertyList)
Modifies a CIM instance on the target CIM server.
void
CIMClientXML.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
void
CIMOMHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
void
CIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName)
Modifies a property value of a CIM instance on the target CIM server.
void
CIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName)
void
CIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName)
void
CIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.
void
CIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)
void
CIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)
void
CIMClient.setQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
void
void
InputStreamReader
CIMClientXML.transmitRequest(String pCimMethod, HttpHeader pHeader, Document pDocument)

Uses in package org.sblim.wbem.cim

Classes derived from org.sblim.wbem.cim.CIMException

class
Describes exceptional events associated with the authentication of the client.
class
CIMSecurityException.java (C) Copyright IBM Corp.
class

Constructors which throw type org.sblim.wbem.cim.CIMException

Constructs and instantiates a default CIM namespace name.
Constructs a CIM namespace, pointing to a specified host or URI (protocol://hostname[:port]/file), i.e.
CIMNameSpace.CIMNameSpace(String pHost, String pNamespace)
Constructs an object which represents a CIMNameSpace.
CIMObjectPath.CIMObjectPath(String pClassName, String pNamespace)
Constructs a CIMObjectPath with the specified ClassName, on the defined namespace.

Methods which throw type org.sblim.wbem.cim.CIMException

URI
Returns the URI representation of the CIMNameSpace.
URL
Returns the URL representation of the CIMNameSpace.
CIMNameSpace
CIMNameSpace.parse(String pURI)
Creates a CIMNameSpace object from the specified URI.
void
CIMNameSpace.setNameSpace(String pNamespace)
Specifies the namespace for this CIMNameSpace object.
CIMQualifier
Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.
void

Uses in package org.sblim.wbem.client.operations

Methods which throw type org.sblim.wbem.cim.CIMException

Object
Returns the result of the operation
Object

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.