org.sblim.wbem.client

Interface BatchHandle

Known Implementing Classes:
BatchCIMClient

public interface BatchHandle

BatchHandle.java (C) Copyright IBM Corp. 2005, 2009 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php

Method Summary

int
associatorNames(CIMObjectPath pPath)
int
associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
int
associators(CIMObjectPath pPath)
int
associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, 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
enumNameSpace(CIMNameSpace pNamespace)
int
enumQualifierTypes(CIMObjectPath pPath)
int
enumerateClassNames(CIMObjectPath pPath, boolean pDeep)
int
enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin)
int
enumerateInstanceNames(CIMObjectPath pPath)
int
enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
int
execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
int
getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
int
getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
Vector
getOperations()
int
getProperty(CIMObjectPath pPath, String pName)
int
getQualifierType(CIMObjectPath pPath)
int
invokeMethod(CIMObjectPath pPath, String pName, Vector pInParameters, Vector pOutParameters)
int
referenceNames(CIMObjectPath pPath)
int
referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
int
references(CIMObjectPath pPath)
int
references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
int
setClass(CIMObjectPath pPath, CIMClass pClass)
int
setInstance(CIMObjectPath pPath, CIMInstance pInstance)
int
setProperty(CIMObjectPath pPath, String pName)
int
setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
int
setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType)

Method Details

associatorNames

public int associatorNames(CIMObjectPath pPath)

associatorNames

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

associators

public int associators(CIMObjectPath pPath)

associators

public int associators(CIMObjectPath pPath,
                       String pAssociationClass,
                       String pResultClass,
                       String pRole,
                       String pResultRole,
                       boolean pIncludeQualifiers,
                       boolean pIncludeClassOrirgin,
                       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)

enumNameSpace

public int enumNameSpace(CIMNameSpace pNamespace)

enumQualifierTypes

public int enumQualifierTypes(CIMObjectPath pPath)

enumerateClassNames

public int enumerateClassNames(CIMObjectPath pPath,
                               boolean pDeep)

enumerateClasses

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

enumerateInstanceNames

public int enumerateInstanceNames(CIMObjectPath pPath)

enumerateInstances

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

execQuery

public int execQuery(CIMObjectPath pPath,
                     String pQuery,
                     String pQueryLanguage)

getClass

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

getInstance

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

getOperations

public Vector getOperations()

getProperty

public int getProperty(CIMObjectPath pPath,
                       String pName)

getQualifierType

public int getQualifierType(CIMObjectPath pPath)

invokeMethod

public int invokeMethod(CIMObjectPath pPath,
                        String pName,
                        Vector pInParameters,
                        Vector pOutParameters)

referenceNames

public int referenceNames(CIMObjectPath pPath)

referenceNames

public int referenceNames(CIMObjectPath pPath,
                          String pResultClass,
                          String pRole)

references

public int references(CIMObjectPath pPath)

references

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

setClass

public int setClass(CIMObjectPath pPath,
                    CIMClass pClass)

setInstance

public int setInstance(CIMObjectPath pPath,
                       CIMInstance pInstance)

setProperty

public int setProperty(CIMObjectPath pPath,
                       String pName)

setProperty

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

setQualifierType

public int setQualifierType(CIMObjectPath pPath,
                            CIMQualifierType pQualifierType)

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