WHSWaveLockManager Class [AX 2012]
The WHSWaveLockManager class manages locks for warehouse wave execution processes.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canLockForWaveId | Determines if a given lock name can be used for wave ID. |
| decreaseNestingLevel | Decreases the nesting level. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| increaseNestingLevel | Increases the nesting level. |
| init | Initializes class instance variables. |
| new | Initializes a new instance of the WHSWaveLockManager class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| releaseForInventLocation | Releases a lock for a given inventory location. |
| releaseForWaveId | Releases a lock for a given wave ID. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| testLockForWaveId | Tests if a lock can be aquired for the given wave Id. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| tryLockForInventLocation | Tries to acquire a lock for a given inventory location. |
| tryLockForWaveId | Tries to acquire a lock for a given wave. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::lockNameInventLocation | Retrieve a string that can be used to identify the lock. |
| ::lockNameWaveId | Retrieve a string that can be used to identify the lock. |
| ::newStandard | Creates a new instance of the WHSWaveLockManager class. |
Community Additions
ADD
Show: