Interface CIMOMHandle
- All Known Implementing Classes:
CIMClientXML
public interface CIMOMHandle
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCIMListener(CIMListener pListener) associatorNames(CIMObjectPath pPath) associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) voidclose()voidclose(boolean pKeepEnumerations) voidcreateClass(CIMObjectPath pPath, CIMClass pClass) createInstance(CIMObjectPath pPath, CIMInstance instance) voidcreateNameSpace(CIMNameSpace pNamespace) voidcreateQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voiddeleteClass(CIMObjectPath pPath) voiddeleteInstance(CIMObjectPath pPath) voiddeleteNameSpace(CIMNameSpace pNamespace) voiddeleteQualifierType(CIMObjectPath pPath) enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) enumerateClassNames(CIMObjectPath pPath, boolean pDeep) enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) enumNameSpace(CIMObjectPath pPath, boolean pDeep) enumQualifierTypes(CIMObjectPath pPath) execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getIndicationHandler(CIMListener pListener) getIndicationListener(CIMListener pListener) getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getProperty(CIMObjectPath pPath, String pPropertyName) getQualifierType(CIMObjectPath pPath) invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) performBatchOperations(BatchHandle pBatchHandle) referenceNames(CIMObjectPath pPath) referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) references(CIMObjectPath pPath) references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) voidremoveCIMListener(CIMListener pListener) voidsetClass(CIMObjectPath pPath, CIMClass pClass) voidsetInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) voidvoidsetProperty(CIMObjectPath pPath, String pPropertyName) voidsetProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) voidsetQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidsetSessionProperties(SessionProperties pProperties) voiduseHttp11(boolean pValue) voiduseMPost(boolean pValue)
-
Method Details
-
addCIMListener
- Throws:
CIMException
-
associatorNames
- Throws:
CIMException
-
associatorNames
Enumeration associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) throws CIMException - Throws:
CIMException
-
associators
Enumeration associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
close
- Throws:
CIMException
-
close
- Throws:
CIMException
-
createClass
- Throws:
CIMException
-
createInstance
- Throws:
CIMException
-
createNameSpace
- Throws:
CIMException
-
createQualifierType
- Throws:
CIMException
-
deleteClass
- Throws:
CIMException
-
deleteInstance
- Throws:
CIMException
-
deleteNameSpace
- Throws:
CIMException
-
deleteQualifierType
- Throws:
CIMException
-
enumerateInstanceNames
- Throws:
CIMException
-
enumerateClasses
Enumeration enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) throws CIMException - Throws:
CIMException
-
enumerateClassNames
- Throws:
CIMException
-
enumerateInstances
Enumeration enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
enumNameSpace
- Throws:
CIMException
-
enumQualifierTypes
- Throws:
CIMException
-
execQuery
Enumeration execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) throws CIMException - Throws:
CIMException
-
getClass
CIMClass getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
getIndicationHandler
- Throws:
CIMException
-
getIndicationListener
- Throws:
CIMException
-
getInstance
CIMInstance getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
getProperty
- Throws:
CIMException
-
getQualifierType
- Throws:
CIMException
-
invokeMethod
CIMValue invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) throws CIMException - Throws:
CIMException
-
performBatchOperations
- Throws:
CIMException
-
referenceNames
- Throws:
CIMException
-
referenceNames
Enumeration referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) throws CIMException - Throws:
CIMException
-
references
- Throws:
CIMException
-
references
Enumeration references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
removeCIMListener
- Throws:
CIMException
-
setClass
- Throws:
CIMException
-
setInstance
void setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) throws CIMException - Throws:
CIMException
-
setProperty
- Throws:
CIMException
-
setProperty
- Throws:
CIMException
-
setQualifierType
- Throws:
CIMException
-
useHttp11
void useHttp11(boolean pValue) -
useMPost
void useMPost(boolean pValue) -
getNameSpace
CIMNameSpace getNameSpace() -
setLocale
-
getLocale
Locale getLocale() -
getSessionProperties
SessionProperties getSessionProperties() -
setSessionProperties
-