Interface BatchHandle

  • All Known Implementing Classes:
    BatchCIMClient

    public interface BatchHandle
    • Method Detail

      • getOperations

        java.util.Vector getOperations()
      • 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,
                        java.lang.String pAssociationClass,
                        java.lang.String pResultClass,
                        java.lang.String pRole,
                        java.lang.String pResultRole,
                        boolean pIncludeQualifiers,
                        boolean pIncludeClassOrirgin,
                        java.lang.String[] pPropertyList)
      • createNameSpace

        int createNameSpace​(CIMNameSpace pNamespace)
      • 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,
                           java.lang.String pResultClass,
                           java.lang.String pRole)
      • references

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

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