Class CIMOperation

    • Field Detail

      • 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 CIMNameSpace getNameSpace()
        Returns the namespace
        Returns:
        The namespace
      • setNameSpace

        public void setNameSpace​(CIMNameSpace 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 CIMException
        Returns the result of the operation
        Returns:
        The result
        Throws:
        CIMException
      • setResult

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