com.ibm.commerce.negotiation.commands

Interface ProcessTaskCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
    • Method Detail

      • setDataHandle

        void setDataHandle(java.lang.Object handle)
        Sets the handle for the data to be processed. The handle type varies based on the requirement of the user of this class.
        Parameters:
        handle - Object - A handle to the data to be processed.
      • setErrorTaskName

        void setErrorTaskName(java.lang.String errorTaskName)
        Sets error task name that will be returned by the exceptions.
        Parameters:
        errorTaskName - String - Error Task Name.