Class CIMOperation

    • Constructor Summary

      Constructors 
      Constructor Description
      CIMOperation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMethodCall()
      Returns the method call
      java.lang.String getNameSpace()
      Returns the namespace
      CIMObjectPath getObjectName()
      Returns the object name
      java.lang.Object getResult()
      Returns the result of the operation
      boolean isException()
      Returns if an (uncaught) exception occurred
      void setNameSpace​(java.lang.String pNamespace)
      Sets the namespace
      void setResult​(java.lang.Object pResult)
      Sets the operation result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • iNameSpace

        protected java.lang.String iNameSpace
      • iMethodCall

        protected java.lang.String iMethodCall
      • iResult

        protected java.lang.Object iResult
    • Constructor Detail

      • CIMOperation

        public CIMOperation()
    • Method Detail

      • getObjectName

        public CIMObjectPath getObjectName()
        Returns the object name
        Returns:
        The object name
      • getNameSpace

        public java.lang.String getNameSpace()
        Returns the namespace
        Returns:
        The namespace
      • setNameSpace

        public void setNameSpace​(java.lang.String pNamespace)
        Sets the namespace
        Parameters:
        pNamespace - The namespace
      • getMethodCall

        public java.lang.String getMethodCall()
        Returns the method call
        Returns:
        The method call
      • isException

        public boolean isException()
        Returns if an (uncaught) exception occurred
        Returns:
        true if an (uncaught) exception occurred, false otherwise
      • getResult

        public java.lang.Object getResult()
                                   throws WBEMException
        Returns the result of the operation
        Returns:
        The result
        Throws:
        WBEMException
      • setResult

        public void setResult​(java.lang.Object pResult)
        Sets the operation result
        Parameters:
        pResult - The result