Uses of Class
javax.wbem.WBEMException
Packages that use WBEMException
Package
Description
Provides classes and interfaces that are common across all WBEM APIs.
Provides classes and interfaces for writing WBEM Clients.
Provides classes and interfaces for SBLIM extensions to JSR48.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of HTTP streams.
Internal implemenation of the interfaces from the javax.wbem package.
Internal implemenation of WBEM batch operations.
-
Uses of WBEMException in javax.wbem
Methods in javax.wbem that return WBEMExceptionModifier and TypeMethodDescriptionCloseableIterator.getWBEMException()Ifnext()orhasNext()throws aRuntimeException, this method must be called to get theWBEMException. -
Uses of WBEMException in javax.wbem.client
Methods in javax.wbem.client that throw WBEMExceptionModifier and TypeMethodDescriptionWBEMClient.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 class.WBEMClient.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM Instances associated to a specified source CIM Instance.WBEMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates theCIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.WBEMClient.associatorPaths(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorPathsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMObjectPathobjects.WBEMClient.associators(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMInstanceobjects.voidWBEMClient.closeEnumeration(CIMObjectPath pPath, String pContext) closeEnumerationshall close an enumeration session that has been previously started but not yet completed.voidWBEMClient.createClass(CIMClass pClass) Create a CIM class.WBEMClient.createInstance(CIMInstance pInstance) Create a CIM Instance.voidWBEMClient.deleteClass(CIMObjectPath pPath) Deletes the CIM class for the object specified by the CIM object path.voidWBEMClient.deleteInstance(CIMObjectPath pPath) Delete the CIM instance specified by the CIM object path.voidWBEMClient.deleteQualifierType(CIMObjectPath pPath) Delete a CIM Qualifier type.WBEMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerate CIM Classes.WBEMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) Enumerate the names of CIM Classes.WBEMClient.enumerateInstanceNames(CIMObjectPath pPath) Enumerate the names of the instances for a specified class.WBEMClient.enumerateInstancePaths(CIMObjectPath pClassPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancePathsshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMObjectPaths.WBEMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerate the instances of a class.WBEMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancesshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMInstances.WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.WBEMClient.enumerationCount(CIMObjectPath pPath, String pEnumerationContext) enumerationCountprovides an estimated count of the total number of objects in an open enumeration session represented by an enumeration context.WBEMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQueryshall execute a query to retrieve objects.WBEMClient.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstancesshall execute a query to retrieve instances.WBEMClient.getClass(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Returns theCIMClassfor the specifiedCIMObjectPath.static WBEMClientGet aWBEMClientfor a protocol.WBEMClient.getInstance(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Get aCIMInstance.WBEMClient.getInstancePaths(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePathsshall get theCIMObjectPaths using an enumeration context.WBEMClient.getInstances(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesshall get the instances from an enumeration session started byexecQueryInstances.WBEMClient.getInstancesWithPath(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPathshall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.getQualifierType(CIMObjectPath pName) Get aCIMQualifierType.voidWBEMClient.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) Initialize the client connection.WBEMClient.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments) Executes the specified method on the specified object.voidWBEMClient.modifyClass(CIMClass pClass) Modify theCIMClass.voidWBEMClient.modifyInstance(CIMInstance pInstance, String[] pPropertyList) Modify some or all of the properties of the specifiedCIMInstance.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.WBEMClient.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association instances that refer to a specified source CIM Instance.WBEMClient.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) Enumerates theCIMObjectPaths of Association Objects that refer to a particular source CIM Object.WBEMClient.referencePaths(CIMObjectPath pInstancePath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencePathsshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMObjectPathobjects.WBEMClient.references(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencesshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMInstanceobjects.voidWBEMClient.setQualifierType(CIMQualifierType<?> pQualifierType) Add aCIMQualifierTypeto the specified namespace if it does not already exist. -
Uses of WBEMException in org.sblim.cimclient
Methods in org.sblim.cimclient that throw WBEMExceptionModifier and TypeMethodDescriptionWBEMClientSBLIM.enumerateNamespaces(String pNamespace) Enumerate the names of the instances of CIM namespaces.voidWBEMClientSBLIM.initialize(URI pUri, Subject pSubject, Locale[] pLocales) Initialize the client connection.booleanWBEMClientSBLIM.sendIndication(URI pRecipient, CIMInstance pIndication) Sends the indication to the specified recipient. -
Uses of WBEMException in org.sblim.cimclient.internal.cimxml
Fields in org.sblim.cimclient.internal.cimxml declared as WBEMExceptionMethods in org.sblim.cimclient.internal.cimxml that return WBEMExceptionModifier and TypeMethodDescriptionCIMResponse.getException()getExceptionstatic WBEMExceptionCIMXMLParserImpl.parseERROR(Element pErrorE) parseERRORMethods in org.sblim.cimclient.internal.cimxml with parameters of type WBEMExceptionMethods in org.sblim.cimclient.internal.cimxml that throw WBEMExceptionModifier and TypeMethodDescriptionCIMClientXML_HelperImpl.associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) associatorClasses_requestCIMClientXML_HelperImpl.associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) associatorInstances_requestCIMClientXML_HelperImpl.associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole) associatorNames_requestCIMClientXML_HelperImpl.associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) associators_requestvoidCIMResponse.checkError()Verify the status code for this CIMResponse.static String[]CIMXMLBuilderImpl.cimObjectArrayToXMLString(Object pObj) cimObjectArrayToXMLString - for embedded object supportstatic StringCIMXMLBuilderImpl.cimObjectToXMLString(Object pObj) cimObjectToXMLString - for embedded object supportCIMClientXML_HelperImpl.CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) CloseEnumeration_requeststatic ElementCIMXMLBuilderImpl.createCLASS(Document pDoc, Element pParentE, CIMClass pClass) createCLASSCIMClientXML_HelperImpl.createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) createClass_requeststatic ElementCIMXMLBuilderImpl.createINSTANCE(Document pDoc, Element pParentE, CIMInstance pInstance) createINSTANCECIMClientXML_HelperImpl.createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic ElementCIMXMLBuilderImpl.createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP) createINSTANCENAMEstatic ElementCIMXMLBuilderImpl.createINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createINSTANCEPATHstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE(Document pDoc, Element pParentE, Object[] pResultSet) createIRETURNVALUEstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE(Document pDoc, Element pParentE, CIMInstance[] pResultSet) createIRETURNVALUE_ENUMERATE_INSTANCEstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) createIRETURNVALUE_GETINSTANCEstatic ElementCIMXMLBuilderImpl.createLOCALCLASSPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALCLASSPATHstatic ElementCIMXMLBuilderImpl.createLOCALINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALINSTANCEPATHstatic ElementCIMXMLBuilderImpl.createLOCALOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALOBJECTPATHstatic ElementCIMXMLBuilderImpl.createMETHOD(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName) createMETHODstatic voidCIMXMLBuilderImpl.createMETHODS(Document pDoc, Element pParentE, CIMMethod<?>[] pMethods, String pClassName) createMETHODSstatic ElementCIMXMLBuilderImpl.createOBJECTNAME(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTNAMEstatic ElementCIMXMLBuilderImpl.createOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTPATHstatic ElementCIMXMLBuilderImpl.createPARAMETER(Document pDoc, Element pParentE, CIMParameter<?> pParameter) createPARAMETERstatic voidCIMXMLBuilderImpl.createPARAMETERS(Document pDoc, Element pParentE, CIMParameter<?>[] pParameters) createPARAMETERSstatic ElementCIMXMLBuilderImpl.createPARAMVALUE(Document pDoc, Element pParentE, CIMArgument<?> pArg) createPARAMVALUEstatic voidCIMXMLBuilderImpl.createPROPERTIES(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) createPROPERTIESstatic ElementCIMXMLBuilderImpl.createPROPERTY(Document pDoc, Element pParentE, CIMProperty<?> pProperty) createPROPERTYstatic ElementCIMXMLBuilderImpl.createQUALIFIER(Document pDoc, Element pParentE, CIMQualifier<?> pQualifier) createQUALIFIERstatic ElementCIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType) createQUALIFIER_DECLARATIONstatic voidCIMXMLBuilderImpl.createQUALIFIERS(Document pDoc, Element pParentE, CIMQualifier<?>[] pQualifiersA) createQUALIFIERSCIMClientXML_HelperImpl.createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) createQualifierType_request : This has been replaced by setQualifierType_requeststatic ElementCIMXMLBuilderImpl.createRETURNVALUE(Document pDoc, Element pParentE, Object pValue) !ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIEDstatic ElementCIMXMLBuilderImpl.createVALUE(Document pDoc, Element pParentE, Object pArgValue) createVALUEstatic ElementCIMXMLBuilderImpl.createVALUEARRAY(Document pDoc, Element pParentE, Object[] pValA) createVALUEARRAYstatic ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) createVALUENAMEDINSTANCEstatic ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic ElementCIMXMLBuilderImpl.createVALUEOBJECTWITHLOCALPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHLOCALPATHstatic ElementCIMXMLBuilderImpl.createVALUEOBJECTWITHPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHPATHstatic ElementCIMXMLBuilderImpl.createVALUEREFERENCE(Document pDoc, Element pParentE, CIMObjectPath pPath) createVALUEREFERENCECIMClientXML_HelperImpl.deleteClass_request(Document pDoc, CIMObjectPath pPath) deleteClass_requestCIMClientXML_HelperImpl.deleteInstance_request(Document pDoc, CIMObjectPath pName) deleteInstance_requestCIMClientXML_HelperImpl.deleteQualifierType_request(Document pDoc, CIMObjectPath pPath) deleteQualifierType_requestCIMClientXML_HelperImpl.enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath) enumerateInstanceNames_requestCIMClientXML_HelperImpl.enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) enumerateInstances_requestCIMClientXML_HelperImpl.EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) EnumerationCount_requestCIMClientXML_HelperImpl.enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath) enumQualifierTypes_requeststatic ElementCIMClientXML_HelperImpl.enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA) enumQualifierTypes_responseCIMClientXML_HelperImpl.getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getClass_requestCIMClientXML_HelperImpl.getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getInstance_requestCIMClientXML_HelperImpl.getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName) getProperty_requestCIMClientXML_HelperImpl.getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt) getQualifier_requestCIMClientXML_HelperImpl.invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs) invokeMethod_requeststatic ElementCIMClientXML_HelperImpl.invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument<?>[] pOutArgA) invokeMethod_responseCIMClientXML_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_requestCIMClientXML_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_requestCIMClientXML_HelperImpl.OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstancePaths_requestCIMClientXML_HelperImpl.OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstances_requestCIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) OpenQueryInstances_requestCIMClientXML_HelperImpl.OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) referencePaths_requestCIMClientXML_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_requestCIMClientXML_HelperImpl.performBatchOperation_request(Document pDoc, Vector<CIMOperation> pOperations) performBatchOperation_requestCIMClientXML_HelperImpl.PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancePaths_requestCIMClientXML_HelperImpl.PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstances_requestCIMClientXML_HelperImpl.PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancesWithPath_requestCIMClientXML_HelperImpl.referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) referenceClasses_requestCIMClientXML_HelperImpl.referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) referenceInstances_requestCIMClientXML_HelperImpl.referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole) referenceNames_requestCIMClientXML_HelperImpl.references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) references_requestCIMClientXML_HelperImpl.sendIndication_request(Document pDoc, CIMInstance pIndication) sendIndication_requestCIMClientXML_HelperImpl.setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) setClass_requestCIMClientXML_HelperImpl.setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) setInstance_requestCIMClientXML_HelperImpl.setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue) setProperty_requestCIMClientXML_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 WBEMExceptionConstructors in org.sblim.cimclient.internal.http.io with parameters of type WBEMException -
Uses of WBEMException in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return WBEMExceptionModifier and TypeMethodDescriptionCloseableIteratorDOM.getWBEMException()CloseableIteratorGeneric.getWBEMException()Returns WBEMExceptionCloseableIteratorPULL.getWBEMException()CloseableIteratorSAX.getWBEMException()Methods in org.sblim.cimclient.internal.wbem that throw WBEMExceptionModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) WBEMClientCIMXML.associatorPaths(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) 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) voidWBEMClientCIMXML.closeEnumeration(CIMObjectPath pObjectName, String pEnumerationContext) voidWBEMClientCIMXML.createClass(CIMClass pClass) WBEMClientCIMXML.createInstance(CIMInstance pInstance) voidWBEMClientCIMXML.deleteClass(CIMObjectPath pPath) voidWBEMClientCIMXML.deleteInstance(CIMObjectPath pPath) voidWBEMClientCIMXML.deleteQualifierType(CIMObjectPath pPath) WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath) WBEMClientCIMXML.enumerateInstancePaths(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.enumerateInstances(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateNamespaces(String pNamespace) WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath) WBEMClientCIMXML.enumerationCount(CIMObjectPath pObjectName, String pEnumerationContext) WBEMClientCIMXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) WBEMClientCIMXML.getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.getInstancePaths(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstances(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstancesWithPath(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getQualifierType(CIMObjectPath pName) voidWBEMClientCIMXML.initialize(URI pUri, Subject pSubject, Locale[] pLocales) voidWBEMClientCIMXML.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) WBEMClientCIMXML.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments) voidWBEMClientCIMXML.modifyClass(CIMClass pClass) voidWBEMClientCIMXML.modifyInstance(CIMInstance pInst, String[] pPropertyList) WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) WBEMClientCIMXML.referencePaths(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) booleanWBEMClientCIMXML.sendIndication(URI pRecipient, CIMInstance pIndication) voidWBEMClientCIMXML.setQualifierType(CIMQualifierType<?> pQualifierType) Constructors in org.sblim.cimclient.internal.wbem with parameters of type WBEMExceptionModifierConstructorDescriptionCIMError(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 WBEMExceptionModifierConstructorDescriptionCloseableIteratorDOM(InputStreamReader pStream, CIMObjectPath pPath) Ctor.CloseableIteratorDOM(InputSource pIs, CIMObjectPath pLocalPath) Ctor.CloseableIteratorSAX(InputStreamReader pStream, CIMObjectPath pPath) Ctor.CloseableIteratorSAX(CIMNode pCIMNode) Ctor.EnumerateResponseDOM(InputStreamReader pStream, CIMObjectPath pPath) EnumerateResponsePULLEnumerateResponsePULL(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