Interface CIMOMHandle
- All Known Implementing Classes:
CIMClientXML
public interface CIMOMHandle
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCIMListener
(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) void
close()
void
close
(boolean pKeepEnumerations) void
createClass
(CIMObjectPath pPath, CIMClass pClass) createInstance
(CIMObjectPath pPath, CIMInstance instance) void
createNameSpace
(CIMNameSpace pNamespace) void
createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
deleteClass
(CIMObjectPath pPath) void
deleteInstance
(CIMObjectPath pPath) void
deleteNameSpace
(CIMNameSpace pNamespace) void
deleteQualifierType
(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) void
removeCIMListener
(CIMListener pListener) void
setClass
(CIMObjectPath pPath, CIMClass pClass) void
setInstance
(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) void
void
setProperty
(CIMObjectPath pPath, String pPropertyName) void
setProperty
(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) void
setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
setSessionProperties
(SessionProperties pProperties) void
useHttp11
(boolean pValue) void
useMPost
(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
-