ReqCalcTaskControllerSingleThread Class [AX 2012]

Syntax

class ReqCalcTaskControllerSingleThread extends ReqCalcTaskController

Run On

Called

Methods

  Method Description
Gg824039.pubmethod(en-us,AX.60).gif assignBundle Assigns a bundle to a thread. (Overrides the assignBundle Method.)
Gg824039.pubmethod(en-us,AX.60).gif assignTask Assigns a new task from the task pool. (Overrides the assignTask Method.)
Gg824039.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg824039.protmethod(en-us,AX.60).gif continueTaskQuery Checks whether the task query should continue when assigning tasks. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif createBundle Creates a bundle record. (Overrides the createBundle Method.)
Gg824039.pubmethod(en-us,AX.60).gif deleteAllBundlesAndTasks Deletes all the bundles and associated tasks. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif deleteAllTasks Deletes all the tasks for a given process. (Overrides the deleteAllTasks Method.)
Gg824039.pubmethod(en-us,AX.60).gif endTask Ends a task. (Overrides the endTask Method.)
Gg824039.pubmethod(en-us,AX.60).gif endTaskBundle Ends a task bundle. (Overrides the endTaskBundle Method.)
Gg824039.pubmethod(en-us,AX.60).gif endTransaction Does nothing in the single threaded setup. (Overrides the endTransaction Method.)
Gg824039.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg824039.pubmethod(en-us,AX.60).gif flushTaskTrace Writes the task trace to the database. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif getBundleSize Retrieves a bundle size. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif getCurrentBundleTask Retrieves a bundle task. (Overrides the getCurrentBundleTask Method.)
Gg824039.pubmethod(en-us,AX.60).gif getStatusRuntime Computes the runtime for a range of phases of the master planning process. (Overrides the getStatusRuntime Method.)
Gg824039.pubmethod(en-us,AX.60).gif getThreadCount Gets the count of threads. (Overrides the getThreadCount Method.)
Gg824039.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg824039.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg824039.protmethod(en-us,AX.60).gif initTask Inserts a task with a specified status, level, level state and list number. (Overrides the initTask Method.)
Gg824039.privmethod(en-us,AX.60).gif initTaskList
Gg824039.pubmethod(en-us,AX.60).gif insertTask Inserts a task with a specified status, level, level state and list number. (Overrides the insertTask Method.)
Gg824039.pubmethod(en-us,AX.60).gif insertTaskAndBundle Inserts a task and an associated bundle. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif insertTaskBundlesForItems Inserts the bundles tasks for the items. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqCalcTaskControllerSingleThread class. (Overrides the new Method.)
Gg824039.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.)
Gg824039.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.)
Gg824039.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg824039.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg824039.protmethod(en-us,AX.60).gif parmPollingInterval Gets or sets the PollingInterval parameter. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif parmProcessId Gets or sets the ProcessId parameter. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif parmReqPlanId Gets or sets the ReqPlanId parameter. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif parmThreadId Gets or sets the ThreadId parameter. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif pmfAddTaskGroupId Registers the task group as added. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif pmfExistTaskGroupId Determines whether a task that has the given task group ID already exists. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif pmfTaskGroupLevelKey Generates a combined key for a level and task group. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif readBundleTasks Iterates through the tasks of a bundle. (Overrides the readBundleTasks Method.)
Gg824039.pubmethod(en-us,AX.60).gif resetAssignedNotCompletedBundles Retrieves the bundles that are assigned to a thread and are not completed. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif resetAssignedNotCompletedTasks Reverts the assignment status of the tasks that are in progress for a given thread. (Overrides the resetAssignedNotCompletedTasks Method.)
Gg824039.pubmethod(en-us,AX.60).gif resetTaskGroupIds Resets the list of task groups. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif saveTaskToTrace Writes a task to the task trace. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif selectBundleNotEnded Selects a not ended bundle. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif selectPreviousTaskBundleNotEnded Retrieves a non-ended bundle on the previous bundle level. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif selectPreviousTaskNotEnded Selects a previous task that is still processing. (Inherited from ReqCalcTaskController.)
Gg824039.protmethod(en-us,AX.60).gif selectTaskNotEnded Selects a task that has not finished processing. (Inherited from ReqCalcTaskController.)
Gg824039.pubmethod(en-us,AX.60).gif setTaskBundleAsRunning Sets a task bundle to a running state. (Overrides the setTaskBundleAsRunning Method.)
Gg824039.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg824039.pubmethod(en-us,AX.60).gif startTransaction Does nothing in the single threaded setup. (Overrides the startTransaction Method.)
Gg824039.privmethod(en-us,AX.60).gif taskKey Defines the task key.
Gg824039.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg824039.protmethod(en-us,AX.60).gif updateTaskFromBundle Updates a task record from a bundle record. (Inherited from ReqCalcTaskController.)
Gg824039.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.)
Gg824039.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg824039.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg824039.protmethod(en-us,AX.60).gif Gg824039.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqCalcTaskControllerSingleThread class.
Gg824039.pubmethod(en-us,AX.60).gif Gg824039.static(en-us,AX.60).gif ::newController Initializes a new instance of the ReqCalcTaskControllerSingleThread class.

Top

Inheritance Hierarchy

Object Class
  ReqCalcTaskController Class
    ReqCalcTaskControllerSingleThread Class