org.sblim.wbem.client
Interface BatchHandle

All Known Implementing Classes:
BatchCIMClient

public interface BatchHandle


Method Summary
 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)
           
 

Method Detail

getOperations

public java.util.Vector getOperations()

associatorNames

public int associatorNames(CIMObjectPath pPath)

associatorNames

public int associatorNames(CIMObjectPath pPath,
                           java.lang.String pAssociationClass,
                           java.lang.String pResultClass,
                           java.lang.String pRole,
                           java.lang.String pResultRole)

associators

public int associators(CIMObjectPath pPath)

associators

public 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)

createClass

public int createClass(CIMObjectPath pPath,
                       CIMClass pClass)

createInstance

public int createInstance(CIMObjectPath pPath,
                          CIMInstance pInstance)

createNameSpace

public int createNameSpace(CIMNameSpace pNamespace)

createQualifierType

public int createQualifierType(CIMObjectPath pPath,
                               CIMQualifierType pQualifierType)

deleteClass

public int deleteClass(CIMObjectPath pPath)

deleteInstance

public int deleteInstance(CIMObjectPath pPath)

deleteNameSpace

public int deleteNameSpace(CIMNameSpace pNamespace)

deleteQualifierType

public int deleteQualifierType(CIMObjectPath pPath)

enumerateClasses

public int enumerateClasses(CIMObjectPath pPath,
                            boolean pDeep,
                            boolean pLocalOnly,
                            boolean pIncludeQualifiers,
                            boolean pIncludeClassOrirgin)

enumerateClassNames

public int enumerateClassNames(CIMObjectPath pPath,
                               boolean pDeep)

enumerateInstanceNames

public int enumerateInstanceNames(CIMObjectPath pPath)

enumerateInstances

public int enumerateInstances(CIMObjectPath pPath,
                              boolean pDeep,
                              boolean pLocalOnly,
                              boolean pIncludeQualifiers,
                              boolean pIncludeClassOrirgin,
                              java.lang.String[] pPropertyList)

enumNameSpace

public int enumNameSpace(CIMNameSpace pNamespace)

enumQualifierTypes

public int enumQualifierTypes(CIMObjectPath pPath)

execQuery

public int execQuery(CIMObjectPath pPath,
                     java.lang.String pQuery,
                     java.lang.String pQueryLanguage)

getClass

public int getClass(CIMObjectPath pPath,
                    boolean pLocalOnly,
                    boolean pIncludeQualifiers,
                    boolean pIncludeClassOrirgin,
                    java.lang.String[] pPropertyList)

getInstance

public int getInstance(CIMObjectPath pPath,
                       boolean pLocalOnly,
                       boolean pIncludeQualifiers,
                       boolean pIncludeClassOrirgin,
                       java.lang.String[] pPropertyList)

getProperty

public int getProperty(CIMObjectPath pPath,
                       java.lang.String pName)

getQualifierType

public int getQualifierType(CIMObjectPath pPath)

invokeMethod

public int invokeMethod(CIMObjectPath pPath,
                        java.lang.String pName,
                        java.util.Vector pInParameters,
                        java.util.Vector pOutParameters)

referenceNames

public int referenceNames(CIMObjectPath pPath)

referenceNames

public int referenceNames(CIMObjectPath pPath,
                          java.lang.String pResultClass,
                          java.lang.String pRole)

references

public int references(CIMObjectPath pPath)

references

public int references(CIMObjectPath pPath,
                      java.lang.String pResultClass,
                      java.lang.String pRole,
                      boolean pIncludeQualifiers,
                      boolean pIncludeClassOrirgin,
                      java.lang.String[] pPropertyList)

setClass

public int setClass(CIMObjectPath pPath,
                    CIMClass pClass)

setInstance

public int setInstance(CIMObjectPath pPath,
                       CIMInstance pInstance)

setProperty

public int setProperty(CIMObjectPath pPath,
                       java.lang.String pName)

setProperty

public int setProperty(CIMObjectPath pPath,
                       java.lang.String pName,
                       CIMValue pValue)

setQualifierType

public int setQualifierType(CIMObjectPath pPath,
                            CIMQualifierType pQualifierType)


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.