Uses of Class
javax.wbem.WBEMException

Packages that use WBEMException
javax.wbem Provides classes and interfaces that are common across all WBEM APIs. 
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation. 
org.sblim.cimclient.internal.http.io Internal implementation of HTTP streams. 
org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package. 
org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. 
 

Uses of WBEMException in javax.wbem
 

Methods in javax.wbem that return WBEMException
 WBEMException CloseableIterator.getWBEMException()
          If next() or hasNext() throws a RuntimeException, this method must be called to get the WBEMException.
 

Uses of WBEMException in javax.wbem.client
 

Methods in javax.wbem.client that throw WBEMException
 CloseableIterator<CIMClass> WBEMClient.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          Enumerates CIM classes that are associated to a specified source CIM Object.
 CloseableIterator<CIMInstance> WBEMClient.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList)
          Enumerates CIMInstances that are associated to a specified source CIM Object.
 CloseableIterator<CIMObjectPath> WBEMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
          Enumerates the CIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.
 EnumerateResponse<CIMObjectPath> WBEMClient.associatorPaths(CIMObjectPath instancePath, String associationClass, String resultClass, String role, String resultRole, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          associatorPaths will start an enumeration session for traversing associations starting from the instance defined in the instancePath parameter using any specified filtering criteria and return zero or more CIMObjectPath objects.
 CloseableIterator WBEMClient.associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          This function will be deprecated soon.
 EnumerateResponse<CIMInstance> WBEMClient.associators(CIMObjectPath instancePath, String associationClass, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          associators will start an enumeration session for traversing associations starting from the instance defined in the instancePath parameter using any specified filtering criteria and return zero or more CIMInstance objects.
 void WBEMClient.closeEnumeration(CIMObjectPath path, String context)
          closeEnumeration will close an enumeration session that has been previously started but not yet completed.
 void WBEMClient.createClass(CIMClass pClass)
          Create a CIM class The namespace from the CIMClass.getObjectPath() will be used.
 CIMObjectPath WBEMClient.createInstance(CIMInstance pInstance)
          Create a CIM Instance.
 void WBEMClient.deleteClass(CIMObjectPath pPath)
          Deletes the CIM class for the object specified by the CIM object path.
 void WBEMClient.deleteInstance(CIMObjectPath pPath)
          Delete the CIM instance specified by the CIM object path.
 void WBEMClient.deleteQualifierType(CIMObjectPath pPath)
          Delete a CIM Qualifier Type
 CloseableIterator<CIMClass> WBEMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
          Enumerate CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep)
          Enumerate the names of CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateInstanceNames(CIMObjectPath pPath)
          Enumerate the names of the instances for a specified class.
 EnumerateResponse<CIMObjectPath> WBEMClient.enumerateInstancePaths(CIMObjectPath classPath, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          enumerateInstancePaths will enumerate the instances of the specified class in classPath and return zero or more CIMObjectPath
 CloseableIterator<CIMInstance> WBEMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList)
          Enumerate the instances of a class.
 EnumerateResponse<CIMInstance> WBEMClient.enumerateInstances(CIMObjectPath classPath, boolean deepInheritance, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          enumerateInstances will enumerate the instances of the specified class in classPath and return zero or more CIMInstances.
 CloseableIterator<CIMQualifierType<?>> WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath)
          Enumerates the CIM Qualifier Types for a specific namespace
 UnsignedInteger64 WBEMClient.enumerationCount(CIMObjectPath path, String enumerationContext)
          enumerationCount provides an estimated count of the total number of objects in an open enumeration session represented by an EnumerationContext.
 CloseableIterator<CIMInstance> WBEMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
          ExecQuery will execute a query to retrieve objects.
 EnumerateResponse<CIMInstance> WBEMClient.execQueryInstances(CIMObjectPath pObjectName, String filterQuery, String filterQueryLanguage, Boolean returnQueryResultClass, UnsignedInteger32 timeout, Boolean continueOnError, UnsignedInteger32 maxObjectCount, CIMClass queryResultClass)
          execQueryInstances will execute a query to retrieve instances.
 CIMClass WBEMClient.getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          Returns the CIMClass for the specified CIMObjectPath .
 CIMInstance WBEMClient.getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList)
          Get a CIMInstance.
 EnumerateResponse<CIMObjectPath> WBEMClient.getInstancePaths(CIMObjectPath path, String context, UnsignedInteger32 maxObjects)
          getInstancePaths will get the CIMObjectPaths using an enumeration context.
 EnumerateResponse<CIMInstance> WBEMClient.getInstances(CIMObjectPath path, String context, UnsignedInteger32 maxObjects)
          getInstances will get the instances from an enumeration session started by execQueryInstances().
 EnumerateResponse<CIMInstance> WBEMClient.getInstancesWithPath(CIMObjectPath path, String context, UnsignedInteger32 maxObjects)
          getInstancesWithPath will use the enumeration context provided to get the next set of instances for the enumeration session.
 CIMQualifierType<?> WBEMClient.getQualifierType(CIMObjectPath pName)
          Get a CIMQualifierType.
 void WBEMClient.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales)
          Initialize the client connection.
 Object WBEMClient.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
          Executes the specified method on the specified object.
 void WBEMClient.modifyClass(CIMClass pClass)
          Modify the CIMClass.
 void WBEMClient.modifyInstance(CIMInstance ci, String[] propertyList)
          Modify some or all of the properties of the specified CIMInstance.
 CloseableIterator<CIMClass> WBEMClient.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          Enumerates the Association classes that refer to a specified source CIM Class.
 CloseableIterator<CIMInstance> WBEMClient.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList)
          Enumerates the Association instances that refer to a specified source CIM Instance.
 CloseableIterator<CIMObjectPath> WBEMClient.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole)
          Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object.
 EnumerateResponse<CIMObjectPath> WBEMClient.referencePaths(CIMObjectPath instancePath, String resultClass, String role, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          referencePaths will start an enumeration session for association instances that have references that refer to the instance defined in the instancePath parameter and return zero or more CIMObjectPath objects.
 CloseableIterator WBEMClient.references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          This function will be deprecated soon.
 EnumerateResponse<CIMInstance> WBEMClient.references(CIMObjectPath instancePath, String resultClass, String role, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, UnsignedInteger32 timeout, boolean continueOnError, UnsignedInteger32 maxObjects)
          references will start an enumeration session for association instances that have references that refer to the instance defined in the instancePath parameter and return zero or more CIMInstance objects.
 void WBEMClient.setQualifierType(CIMQualifierType<?> pQualifierType)
          Add a CIMQualifierType to the specified namespace if it does not already exist.
 

Uses of WBEMException in org.sblim.cimclient.internal.cimxml
 

Fields in org.sblim.cimclient.internal.cimxml declared as WBEMException
protected  WBEMException CIMResponse.iError
           
 

Methods in org.sblim.cimclient.internal.cimxml that return WBEMException
 WBEMException CIMResponse.getException()
          getException
static WBEMException CIMXMLParserImpl.parseERROR(Element pErrorE)
          parseERROR
 

Methods in org.sblim.cimclient.internal.cimxml with parameters of type WBEMException
 void CIMResponse.setError(WBEMException error)
          setError
 

Methods in org.sblim.cimclient.internal.cimxml that throw WBEMException
 Element CIMClientXML_HelperImpl.associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          associatorClasses_request
 Element CIMClientXML_HelperImpl.associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList)
          associatorInstances_request
 Element CIMClientXML_HelperImpl.associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole)
          associatorNames_request
 Element CIMClientXML_HelperImpl.associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          associators_request
 void CIMResponse.checkError()
          Verify the status code for this CIMResponse.
static String[] CIMXMLBuilderImpl.cimObjectArrayToXMLString(Object pObj)
          cimObjectArrayToXMLString - for embedded object support
static String CIMXMLBuilderImpl.cimObjectToXMLString(Object pObj)
          cimObjectToXMLString - for embedded object support
 Element CIMClientXML_HelperImpl.CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext)
          CloseEnumeration_request
 Element CIMClientXML_HelperImpl.createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass)
          createClass_request
static Element CIMXMLBuilderImpl.createCLASS(Document pDoc, Element pParentE, CIMClass pClass)
          createCLASS
 Element CIMClientXML_HelperImpl.createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance)
          createInstance_request
static Element CIMXMLBuilderImpl.createINSTANCE(Document pDoc, Element pParentE, CIMInstance pInstance)
          createINSTANCE
static Element CIMXMLBuilderImpl.createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP)
          createINSTANCENAME
static Element CIMXMLBuilderImpl.createINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createINSTANCEPATH
static Element CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE(Document pDoc, Element pParentE, CIMInstance[] pResultSet)
          createIRETURNVALUE_ENUMERATE_INSTANCE
static Element CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst)
          createIRETURNVALUE_GETINSTANCE
static Element CIMXMLBuilderImpl.createIRETURNVALUE(Document pDoc, Element pParentE, Object[] pResultSet)
          createIRETURNVALUE
static Element CIMXMLBuilderImpl.createLOCALCLASSPATH(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createLOCALCLASSPATH
static Element CIMXMLBuilderImpl.createLOCALINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createLOCALINSTANCEPATH
static Element CIMXMLBuilderImpl.createLOCALOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createLOCALOBJECTPATH
static Element CIMXMLBuilderImpl.createMETHOD(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName)
          createMETHOD
static void CIMXMLBuilderImpl.createMETHODS(Document pDoc, Element pParentE, CIMMethod<?>[] pMethods, String pClassName)
          createMETHODS
static Element CIMXMLBuilderImpl.createOBJECTNAME(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createOBJECTNAME
static Element CIMXMLBuilderImpl.createOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createOBJECTPATH
static Element CIMXMLBuilderImpl.createPARAMETER(Document pDoc, Element pParentE, CIMParameter<?> pParameter)
          createPARAMETER
static void CIMXMLBuilderImpl.createPARAMETERS(Document pDoc, Element pParentE, CIMParameter<?>[] pParameters)
          createPARAMETERS
static Element CIMXMLBuilderImpl.createPARAMVALUE(Document pDoc, Element pParentE, CIMArgument<?> pArg)
          createPARAMVALUE
static void CIMXMLBuilderImpl.createPROPERTIES(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties)
          createPROPERTIES
static Element CIMXMLBuilderImpl.createPROPERTY(Document pDoc, Element pParentE, CIMProperty<?> pProperty)
          createPROPERTY
static Element CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType)
          createQUALIFIER_DECLARATION
static Element CIMXMLBuilderImpl.createQUALIFIER(Document pDoc, Element pParentE, CIMQualifier<?> pQualifier)
          createQUALIFIER
static void CIMXMLBuilderImpl.createQUALIFIERS(Document pDoc, Element pParentE, CIMQualifier<?>[] pQualifiersA)
          createQUALIFIERS
 Element CIMClientXML_HelperImpl.createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)
          createQualifierType_request : This has been replaced by setQualifierType_request
static Element CIMXMLBuilderImpl.createRETURNVALUE(Document pDoc, Element pParentE, Object pValue)
           !ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIED
static Element CIMXMLBuilderImpl.createVALUE(Document pDoc, Element pParentE, Object pArgValue)
          createVALUE
static Element CIMXMLBuilderImpl.createVALUEARRAY(Document pDoc, Element pParentE, Object[] pValA)
          createVALUEARRAY
static Element CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst)
          createVALUENAMEDINSTANCE
static Element CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst)
          createVALUENAMEDINSTANCE
static Element CIMXMLBuilderImpl.createVALUEOBJECTWITHLOCALPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace)
          createVALUEOBJECTWITHLOCALPATH
static Element CIMXMLBuilderImpl.createVALUEOBJECTWITHPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace)
          createVALUEOBJECTWITHPATH
static Element CIMXMLBuilderImpl.createVALUEREFERENCE(Document pDoc, Element pParentE, CIMObjectPath pPath)
          createVALUEREFERENCE
 Element CIMClientXML_HelperImpl.deleteClass_request(Document pDoc, CIMObjectPath pPath)
          deleteClass_request
 Element CIMClientXML_HelperImpl.deleteInstance_request(Document pDoc, CIMObjectPath pName)
          deleteInstance_request
 Element CIMClientXML_HelperImpl.deleteQualifierType_request(Document pDoc, CIMObjectPath pPath)
          deleteQualifierType_request
 Element CIMClientXML_HelperImpl.enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath)
          enumerateInstanceNames_request
 Element CIMClientXML_HelperImpl.enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          enumerateInstances_request
 Element CIMClientXML_HelperImpl.EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext)
          EnumerationCount_request
 Element CIMClientXML_HelperImpl.enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath)
          enumQualifierTypes_request
static Element CIMClientXML_HelperImpl.enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA)
          enumQualifierTypes_response
 Element CIMClientXML_HelperImpl.getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          getClass_request
 Element CIMClientXML_HelperImpl.getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          getInstance_request
 Element CIMClientXML_HelperImpl.getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName)
          getProperty_request
 Element CIMClientXML_HelperImpl.getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt)
          getQualifier_request
 Element CIMClientXML_HelperImpl.invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs)
          invokeMethod_request
static Element CIMClientXML_HelperImpl.invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument<?>[] pOutArgA)
          invokeMethod_response
 Element CIMClientXML_HelperImpl.OpenAssociatorInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          pAssociatorPaths_request
 Element CIMClientXML_HelperImpl.OpenAssociatorInstances_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          OpenAssociatorInstances_request
 Element CIMClientXML_HelperImpl.OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          OpenEnumerateInstancePaths_request
 Element CIMClientXML_HelperImpl.OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          OpenEnumerateInstances_request
 Element CIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, Boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, Boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass)
          OpenQueryInstances_request
 Element CIMClientXML_HelperImpl.OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          referencePaths_request
 Element CIMClientXML_HelperImpl.OpenReferenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
          references_request
 Element CIMClientXML_HelperImpl.performBatchOperation_request(Document pDoc, Vector<CIMOperation> pOperations)
          performBatchOperation_request
 Element CIMClientXML_HelperImpl.PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
          PullInstancePaths_request
 Element CIMClientXML_HelperImpl.PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
          PullInstances_request
 Element CIMClientXML_HelperImpl.PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
          PullInstancesWithPath_request
 Element CIMClientXML_HelperImpl.referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          referenceClasses_request
 Element CIMClientXML_HelperImpl.referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList)
          referenceInstances_request
 Element CIMClientXML_HelperImpl.referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole)
          referenceNames_request
 Element CIMClientXML_HelperImpl.references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
          references_request
 Element CIMClientXML_HelperImpl.setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass)
          setClass_request
 Element CIMClientXML_HelperImpl.setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
          setInstance_request
 Element CIMClientXML_HelperImpl.setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue)
          setProperty_request
 Element CIMClientXML_HelperImpl.setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)
          setQualifierType_request
 

Uses of WBEMException in org.sblim.cimclient.internal.http.io
 

Methods in org.sblim.cimclient.internal.http.io that return WBEMException
 WBEMException TrailerException.getWBEMException()
          getWBEMException
 

Constructors in org.sblim.cimclient.internal.http.io with parameters of type WBEMException
TrailerException(WBEMException pException)
          Ctor.
 

Uses of WBEMException in org.sblim.cimclient.internal.wbem
 

Methods in org.sblim.cimclient.internal.wbem that return WBEMException
 WBEMException CloseableIteratorDOM.getWBEMException()
           
 WBEMException CloseableIteratorPULL.getWBEMException()
           
 WBEMException CloseableIteratorSAX.getWBEMException()
           
 WBEMException CloseableIteratorGeneric.getWBEMException()
          Returns WBEMException
 

Methods in org.sblim.cimclient.internal.wbem that throw WBEMException
 CloseableIterator<CIMClass> WBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 CloseableIterator<CIMInstance> WBEMClientCIMXML.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 CloseableIterator<CIMObjectPath> WBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
           
 EnumerateResponse<CIMObjectPath> WBEMClientCIMXML.associatorPaths(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 CloseableIterator WBEMClientCIMXML.associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.associators(CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 void WBEMClientCIMXML.closeEnumeration(CIMObjectPath pObjectName, String pEnumerationContext)
           
 void WBEMClientCIMXML.createClass(CIMClass pClass)
           
 CIMObjectPath WBEMClientCIMXML.createInstance(CIMInstance pInstance)
           
 void WBEMClientCIMXML.deleteClass(CIMObjectPath pPath)
           
 void WBEMClientCIMXML.deleteInstance(CIMObjectPath pPath)
           
 void WBEMClientCIMXML.deleteQualifierType(CIMObjectPath pPath)
           
 CloseableIterator<CIMClass> WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
           
 CloseableIterator<CIMObjectPath> WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath, boolean pDeep)
           
 CloseableIterator<CIMObjectPath> WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath)
           
 EnumerateResponse<CIMObjectPath> WBEMClientCIMXML.enumerateInstancePaths(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 CloseableIterator<CIMInstance> WBEMClientCIMXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.enumerateInstances(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 CloseableIterator<CIMQualifierType<?>> WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath)
           
 UnsignedInteger64 WBEMClientCIMXML.enumerationCount(CIMObjectPath pObjectName, String pEnumerationContext)
           
 CloseableIterator<CIMInstance> WBEMClientCIMXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, Boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, Boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass)
           
 CIMClass WBEMClientCIMXML.getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 CIMInstance WBEMClientCIMXML.getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 EnumerateResponse<CIMObjectPath> WBEMClientCIMXML.getInstancePaths(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.getInstances(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.getInstancesWithPath(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects)
           
 CIMQualifierType<?> WBEMClientCIMXML.getQualifierType(CIMObjectPath pName)
           
 void WBEMClientCIMXML.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales)
           
 Object WBEMClientCIMXML.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
           
 void WBEMClientCIMXML.modifyClass(CIMClass pClass)
           
 void WBEMClientCIMXML.modifyInstance(CIMInstance pInst, String[] pPropertyList)
           
 CloseableIterator<CIMClass> WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 CloseableIterator<CIMInstance> WBEMClientCIMXML.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 CloseableIterator<CIMObjectPath> WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole)
           
 EnumerateResponse<CIMObjectPath> WBEMClientCIMXML.referencePaths(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 CloseableIterator WBEMClientCIMXML.references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
           
 EnumerateResponse<CIMInstance> WBEMClientCIMXML.references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
           
 void WBEMClientCIMXML.setQualifierType(CIMQualifierType<?> pQualifierType)
           
 

Constructors in org.sblim.cimclient.internal.wbem with parameters of type WBEMException
CIMError(WBEMException pEx)
          Construct a CIMError object from the given WBEMException.
CloseableIteratorGeneric(Iterator<E> pIterator, WBEMException pException)
          Ctor.
 

Constructors in org.sblim.cimclient.internal.wbem that throw WBEMException
CloseableIteratorDOM(InputSource pIs, CIMObjectPath pLocalPath)
          Ctor.
CloseableIteratorDOM(InputStreamReader pStream, CIMObjectPath pPath)
          Ctor.
CloseableIteratorSAX(CIMNode pCIMNode)
          Ctor.
CloseableIteratorSAX(InputStreamReader pStream, CIMObjectPath pPath)
          Ctor.
EnumerateResponseDOM(InputStreamReader pStream, CIMObjectPath pPath)
          EnumerateResponsePULL
EnumerateResponsePULL(InputStreamReader pStream, CIMObjectPath pPath)
          Ctor.
EnumerateResponseSAX(InputStreamReader pStream, CIMObjectPath pPath)
          Ctor.
 

Uses of WBEMException in org.sblim.cimclient.internal.wbem.operations
 

Methods in org.sblim.cimclient.internal.wbem.operations that throw WBEMException
 Object CIMOperation.getResult()
          Returns the result of the operation
 Object CIMSingleResultOperation.getResult()
           
 



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