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 theCIMObjectPath
s 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) associatorPaths
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMObjectPath
objects.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) associators
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMInstance
objects.void
WBEMClient.closeEnumeration
(CIMObjectPath pPath, String pContext) closeEnumeration
shall close an enumeration session that has been previously started but not yet completed.void
WBEMClient.createClass
(CIMClass pClass) Create a CIM class.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.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) enumerateInstancePaths
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMObjectPath
s.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) enumerateInstances
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMInstance
s.WBEMClient.enumerateQualifierTypes
(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.WBEMClient.enumerationCount
(CIMObjectPath pPath, String pEnumerationContext) enumerationCount
provides 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) execQuery
shall execute a query to retrieve objects.WBEMClient.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstances
shall execute a query to retrieve instances.WBEMClient.getClass
(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Returns theCIMClass
for the specifiedCIMObjectPath
.static WBEMClient
Get aWBEMClient
for a protocol.WBEMClient.getInstance
(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Get aCIMInstance
.WBEMClient.getInstancePaths
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePaths
shall get theCIMObjectPath
s using an enumeration context.WBEMClient.getInstances
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstances
shall get the instances from an enumeration session started byexecQueryInstances
.WBEMClient.getInstancesWithPath
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPath
shall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.getQualifierType
(CIMObjectPath pName) Get aCIMQualifierType
.void
WBEMClient.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.void
WBEMClient.modifyClass
(CIMClass pClass) Modify theCIMClass
.void
WBEMClient.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 theCIMObjectPath
s 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) referencePaths
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMObjectPath
objects.WBEMClient.references
(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) references
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMInstance
objects.void
WBEMClient.setQualifierType
(CIMQualifierType<?> pQualifierType) Add aCIMQualifierType
to 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.void
WBEMClientSBLIM.initialize
(URI pUri, Subject pSubject, Locale[] pLocales) Initialize the client connection.boolean
WBEMClientSBLIM.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 WBEMException
CIMXMLParserImpl.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_requestvoid
CIMResponse.checkError()
Verify the status code for this CIMResponse.static String[]
CIMXMLBuilderImpl.cimObjectArrayToXMLString
(Object pObj) cimObjectArrayToXMLString - for embedded object supportstatic String
CIMXMLBuilderImpl.cimObjectToXMLString
(Object pObj) cimObjectToXMLString - for embedded object supportCIMClientXML_HelperImpl.CloseEnumeration_request
(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) CloseEnumeration_requeststatic Element
CIMXMLBuilderImpl.createCLASS
(Document pDoc, Element pParentE, CIMClass pClass) createCLASSCIMClientXML_HelperImpl.createClass_request
(Document pDoc, CIMObjectPath pPath, CIMClass pClass) createClass_requeststatic Element
CIMXMLBuilderImpl.createINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInstance) createINSTANCECIMClientXML_HelperImpl.createInstance_request
(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic Element
CIMXMLBuilderImpl.createINSTANCENAME
(Document doc, Element parentE, CIMObjectPath instanceOP) createINSTANCENAMEstatic Element
CIMXMLBuilderImpl.createINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createINSTANCEPATHstatic Element
CIMXMLBuilderImpl.createIRETURNVALUE
(Document pDoc, Element pParentE, Object[] pResultSet) createIRETURNVALUEstatic Element
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE
(Document pDoc, Element pParentE, CIMInstance[] pResultSet) createIRETURNVALUE_ENUMERATE_INSTANCEstatic Element
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createIRETURNVALUE_GETINSTANCEstatic Element
CIMXMLBuilderImpl.createLOCALCLASSPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALCLASSPATHstatic Element
CIMXMLBuilderImpl.createLOCALINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALINSTANCEPATHstatic Element
CIMXMLBuilderImpl.createLOCALOBJECTPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALOBJECTPATHstatic Element
CIMXMLBuilderImpl.createMETHOD
(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName) createMETHODstatic void
CIMXMLBuilderImpl.createMETHODS
(Document pDoc, Element pParentE, CIMMethod<?>[] pMethods, String pClassName) createMETHODSstatic Element
CIMXMLBuilderImpl.createOBJECTNAME
(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTNAMEstatic Element
CIMXMLBuilderImpl.createOBJECTPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTPATHstatic Element
CIMXMLBuilderImpl.createPARAMETER
(Document pDoc, Element pParentE, CIMParameter<?> pParameter) createPARAMETERstatic void
CIMXMLBuilderImpl.createPARAMETERS
(Document pDoc, Element pParentE, CIMParameter<?>[] pParameters) createPARAMETERSstatic Element
CIMXMLBuilderImpl.createPARAMVALUE
(Document pDoc, Element pParentE, CIMArgument<?> pArg) createPARAMVALUEstatic void
CIMXMLBuilderImpl.createPROPERTIES
(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) createPROPERTIESstatic Element
CIMXMLBuilderImpl.createPROPERTY
(Document pDoc, Element pParentE, CIMProperty<?> pProperty) createPROPERTYstatic Element
CIMXMLBuilderImpl.createQUALIFIER
(Document pDoc, Element pParentE, CIMQualifier<?> pQualifier) createQUALIFIERstatic Element
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION
(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType) createQUALIFIER_DECLARATIONstatic void
CIMXMLBuilderImpl.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 Element
CIMXMLBuilderImpl.createRETURNVALUE
(Document pDoc, Element pParentE, Object pValue) !ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIEDstatic Element
CIMXMLBuilderImpl.createVALUE
(Document pDoc, Element pParentE, Object pArgValue) createVALUEstatic Element
CIMXMLBuilderImpl.createVALUEARRAY
(Document pDoc, Element pParentE, Object[] pValA) createVALUEARRAYstatic Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
CIMXMLBuilderImpl.createVALUEOBJECTWITHLOCALPATH
(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHLOCALPATHstatic Element
CIMXMLBuilderImpl.createVALUEOBJECTWITHPATH
(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHPATHstatic Element
CIMXMLBuilderImpl.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 Element
CIMClientXML_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 Element
CIMClientXML_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) void
WBEMClientCIMXML.closeEnumeration
(CIMObjectPath pObjectName, String pEnumerationContext) void
WBEMClientCIMXML.createClass
(CIMClass pClass) WBEMClientCIMXML.createInstance
(CIMInstance pInstance) void
WBEMClientCIMXML.deleteClass
(CIMObjectPath pPath) void
WBEMClientCIMXML.deleteInstance
(CIMObjectPath pPath) void
WBEMClientCIMXML.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) void
WBEMClientCIMXML.initialize
(URI pUri, Subject pSubject, Locale[] pLocales) void
WBEMClientCIMXML.initialize
(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) WBEMClientCIMXML.invokeMethod
(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments) void
WBEMClientCIMXML.modifyClass
(CIMClass pClass) void
WBEMClientCIMXML.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) boolean
WBEMClientCIMXML.sendIndication
(URI pRecipient, CIMInstance pIndication) void
WBEMClientCIMXML.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