ReqCalcTaskController Class [AX 2012]

The ReqCalcTaskController class assigns master planning tasks to master planning threads and manages the synchronization of the tasks being assigned.

Syntax

class ReqCalcTaskController

Run On

Called

Methods

  Method Description
Gg823671.pubmethod(en-us,AX.60).gif assignBundle Assigns a bundle to a thread.
Gg823671.pubmethod(en-us,AX.60).gif assignTask Assigns a task to a record.
Gg823671.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg823671.protmethod(en-us,AX.60).gif continueTaskQuery Checks whether the task query should continue when assigning tasks.
Gg823671.pubmethod(en-us,AX.60).gif createBundle Creates a bundle record.
Gg823671.pubmethod(en-us,AX.60).gif deleteAllBundlesAndTasks Deletes all the bundles and associated tasks.
Gg823671.pubmethod(en-us,AX.60).gif deleteAllTasks Deletes all the tasks for a given process.
Gg823671.pubmethod(en-us,AX.60).gif endTask Ends a task by setting the end time to the current time.
Gg823671.pubmethod(en-us,AX.60).gif endTaskBundle Ends a task bundle.
Gg823671.pubmethod(en-us,AX.60).gif endTransaction Ends a transaction on a separate connection.
Gg823671.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif flushTaskTrace Writes the task trace to the database.
Gg823671.pubmethod(en-us,AX.60).gif getBundleSize Retrieves a bundle size.
Gg823671.pubmethod(en-us,AX.60).gif getCurrentBundleTask Retrieves a bundle task.
Gg823671.pubmethod(en-us,AX.60).gif getStatusRuntime Computes the runtime for a several phases of the master planning process.
Gg823671.pubmethod(en-us,AX.60).gif getThreadCount Gets the number of threads that were used during the processing of tasks for the current process.
Gg823671.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg823671.protmethod(en-us,AX.60).gif initTask Inserts a task with a specified status, level, level state and list number.
Gg823671.pubmethod(en-us,AX.60).gif insertTask Inserts a task that has a given status, level, level state, and list number (bundle).
Gg823671.pubmethod(en-us,AX.60).gif insertTaskAndBundle Inserts a task and an associated bundle.
Gg823671.pubmethod(en-us,AX.60).gif insertTaskBundlesForItems Inserts the bundles tasks for the items.
Gg823671.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqCalcTaskController class.
Gg823671.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg823671.protmethod(en-us,AX.60).gif parmPollingInterval Gets or sets the PollingInterval parameter.
Gg823671.protmethod(en-us,AX.60).gif parmProcessId Gets or sets the ProcessId parameter.
Gg823671.protmethod(en-us,AX.60).gif parmReqPlanId Gets or sets the ReqPlanId parameter.
Gg823671.protmethod(en-us,AX.60).gif parmThreadId Gets or sets the ThreadId parameter.
Gg823671.protmethod(en-us,AX.60).gif pmfAddTaskGroupId Registers the task group as added.
Gg823671.pubmethod(en-us,AX.60).gif pmfExistTaskGroupId Determines whether a task that has the given task group ID already exists.
Gg823671.protmethod(en-us,AX.60).gif pmfTaskGroupLevelKey Generates a combined key for a level and task group.
Gg823671.pubmethod(en-us,AX.60).gif readBundleTasks Iterates through the tasks of a bundle.
Gg823671.pubmethod(en-us,AX.60).gif resetAssignedNotCompletedBundles Retrieves the bundles that are assigned to a thread and are not completed.
Gg823671.pubmethod(en-us,AX.60).gif resetAssignedNotCompletedTasks Reverts the assignment status of the tasks that are in progress for a given thread.
Gg823671.pubmethod(en-us,AX.60).gif resetTaskGroupIds Resets the list of task groups.
Gg823671.protmethod(en-us,AX.60).gif saveTaskToTrace Writes a task to the task trace.
Gg823671.protmethod(en-us,AX.60).gif selectBundleNotEnded Selects a not ended bundle.
Gg823671.protmethod(en-us,AX.60).gif selectPreviousTaskBundleNotEnded Retrieves a non-ended bundle on the previous bundle level.
Gg823671.protmethod(en-us,AX.60).gif selectPreviousTaskNotEnded Selects a previous task that is still processing.
Gg823671.protmethod(en-us,AX.60).gif selectTaskNotEnded Selects a task that has not finished processing.
Gg823671.pubmethod(en-us,AX.60).gif setTaskBundleAsRunning Sets a task bundle to a running state.
Gg823671.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif startTransaction Starts a transaction on a separate connection.
Gg823671.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg823671.protmethod(en-us,AX.60).gif updateTaskFromBundle Updates a task record from a bundle record.
Gg823671.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg823671.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg823671.protmethod(en-us,AX.60).gif Gg823671.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqCalcTaskController class.
Gg823671.pubmethod(en-us,AX.60).gif Gg823671.static(en-us,AX.60).gif ::newController Initializes a new instance of the ReqCalcTaskController class.

Top

Inheritance Hierarchy

Object Class
  ReqCalcTaskController Class
    ReqCalcTaskControllerSingleThread Class