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

java.util.Vector getOperations()

associatorNames

int associatorNames(CIMObjectPath pPath)

associatorNames

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

associators

int associators(CIMObjectPath pPath)

associators

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

int createClass(CIMObjectPath pPath,
                CIMClass pClass)

createInstance

int createInstance(CIMObjectPath pPath,
                   CIMInstance pInstance)

createNameSpace

int createNameSpace(CIMNameSpace pNamespace)

createQualifierType

int createQualifierType(CIMObjectPath pPath,
                        CIMQualifierType pQualifierType)

deleteClass

int deleteClass(CIMObjectPath pPath)

deleteInstance

int deleteInstance(CIMObjectPath pPath)

deleteNameSpace

int deleteNameSpace(CIMNameSpace pNamespace)

deleteQualifierType

int deleteQualifierType(CIMObjectPath pPath)

enumerateClasses

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

enumerateClassNames

int enumerateClassNames(CIMObjectPath pPath,
                        boolean pDeep)

enumerateInstanceNames

int enumerateInstanceNames(CIMObjectPath pPath)

enumerateInstances

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

enumNameSpace

int enumNameSpace(CIMNameSpace pNamespace)

enumQualifierTypes

int enumQualifierTypes(CIMObjectPath pPath)

execQuery

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

getClass

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

getInstance

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

getProperty

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

getQualifierType

int getQualifierType(CIMObjectPath pPath)

invokeMethod

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

referenceNames

int referenceNames(CIMObjectPath pPath)

referenceNames

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

references

int references(CIMObjectPath pPath)

references

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

setClass

int setClass(CIMObjectPath pPath,
             CIMClass pClass)

setInstance

int setInstance(CIMObjectPath pPath,
                CIMInstance pInstance)

setProperty

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

setProperty

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

setQualifierType

int setQualifierType(CIMObjectPath pPath,
                     CIMQualifierType pQualifierType)


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