org.sblim.wbem.client
public interface BatchHandle
Modifier and Type | Method and Description |
---|---|
int |
associatorNames(CIMObjectPath pPath) |
int |
associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
int |
associators(CIMObjectPath pPath) |
int |
associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
int |
createClass(CIMObjectPath pPath,
CIMClass pClass) |
int |
createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
createNameSpace(CIMNameSpace pNamespace) |
int |
createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
deleteClass(CIMObjectPath pPath) |
int |
deleteInstance(CIMObjectPath pPath) |
int |
deleteNameSpace(CIMNameSpace pNamespace) |
int |
deleteQualifierType(CIMObjectPath pPath) |
int |
enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin) |
int |
enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
int |
enumerateInstanceNames(CIMObjectPath pPath) |
int |
enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
int |
enumNameSpace(CIMNameSpace pNamespace) |
int |
enumQualifierTypes(CIMObjectPath pPath) |
int |
execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
int |
getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
int |
getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
java.util.Vector |
getOperations() |
int |
getProperty(CIMObjectPath pPath,
java.lang.String pName) |
int |
getQualifierType(CIMObjectPath pPath) |
int |
invokeMethod(CIMObjectPath pPath,
java.lang.String pName,
java.util.Vector pInParameters,
java.util.Vector pOutParameters) |
int |
referenceNames(CIMObjectPath pPath) |
int |
referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
int |
references(CIMObjectPath pPath) |
int |
references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
int |
setClass(CIMObjectPath pPath,
CIMClass pClass) |
int |
setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
setProperty(CIMObjectPath pPath,
java.lang.String pName) |
int |
setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
int |
setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
java.util.Vector getOperations()
int associatorNames(CIMObjectPath pPath)
int associatorNames(CIMObjectPath pPath, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole)
int associators(CIMObjectPath pPath)
int associators(CIMObjectPath pPath, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, java.lang.String[] pPropertyList)
int createClass(CIMObjectPath pPath, CIMClass pClass)
int createInstance(CIMObjectPath pPath, CIMInstance pInstance)
int createNameSpace(CIMNameSpace pNamespace)
int createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType)
int deleteClass(CIMObjectPath pPath)
int deleteInstance(CIMObjectPath pPath)
int deleteNameSpace(CIMNameSpace pNamespace)
int deleteQualifierType(CIMObjectPath pPath)
int enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin)
int enumerateClassNames(CIMObjectPath pPath, boolean pDeep)
int enumerateInstanceNames(CIMObjectPath pPath)
int enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, java.lang.String[] pPropertyList)
int enumNameSpace(CIMNameSpace pNamespace)
int enumQualifierTypes(CIMObjectPath pPath)
int execQuery(CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage)
int getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, java.lang.String[] pPropertyList)
int getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, java.lang.String[] pPropertyList)
int getProperty(CIMObjectPath pPath, java.lang.String pName)
int getQualifierType(CIMObjectPath pPath)
int invokeMethod(CIMObjectPath pPath, java.lang.String pName, java.util.Vector pInParameters, java.util.Vector pOutParameters)
int referenceNames(CIMObjectPath pPath)
int referenceNames(CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole)
int references(CIMObjectPath pPath)
int references(CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, java.lang.String[] pPropertyList)
int setClass(CIMObjectPath pPath, CIMClass pClass)
int setInstance(CIMObjectPath pPath, CIMInstance pInstance)
int setProperty(CIMObjectPath pPath, java.lang.String pName)
int setProperty(CIMObjectPath pPath, java.lang.String pName, CIMValue pValue)
int setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.