Share via


NumberSeq_Fast Class [AX 2012]

The NumberSeq_Fast class is the class that provides non-continuous number sequences.

Syntax

class NumberSeq_Fast extends NumberSeq

Run On

Called

Methods

  Method Description
Gg761480.pubmethod(en-us,AX.60).gif abort (Overrides the abort Method.)
Gg761480.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif checkSetup (Overrides the checkSetup Method.)
Gg761480.protmethod(en-us,AX.60).gif checkSetUpNum (Overrides the checkSetUpNum Method.)
Gg761480.pubmethod(en-us,AX.60).gif checkSetupReserve (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif createTTSLink (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif doCleanup (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg761480.protmethod(en-us,AX.60).gif formatLastNumber Formats the last number member variable. (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif getNumFromList Overrides attempts to obtain a number from the reserved list. (Overrides the getNumFromList Method.)
Gg761480.protmethod(en-us,AX.60).gif getNumFromTable Gets the next number from the number sequences tables. (Overrides the getNumFromTable Method.)
Gg761480.protmethod(en-us,AX.60).gif getNumInternal Gets the next number from the sequence. (Overrides the getNumInternal Method.)
Gg761480.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg761480.protmethod(en-us,AX.60).gif lastNum Accesses the last formatted number that was generated. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif new Initializes a new instance of the NumberSeq class. (Inherited from NumberSeq.)
Gg761480.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.)
Gg761480.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.)
Gg761480.pubmethod(en-us,AX.60).gif num Generates and retrieves the next number in a single call. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif numAndVoucher (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the NumberSeq class. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmForcedCopyOf Gets or sets the ForcedCopyOf parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmMakeDecisionLater Gets or sets the MakeDecisionLater parameter. (Overrides the parmMakeDecisionLater Method.)
Gg761480.pubmethod(en-us,AX.60).gif parmNumberSequenceCode Gets or sets the NumberSequenceCode parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmNumberSequenceId Gets or sets the NumberSequenceId parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmNumTableNum Gets or sets the NumTableNum parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmNumTableVoucher Gets or sets the NumTableVoucher parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmRefTableNum Gets or sets the RefTableNum parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmRefTableVoucher Gets or sets the RefTableVoucher parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmVoucherSequenceCode Gets or sets the VoucherSequenceCode parameter. (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif parmVoucherSequenceId Gets or sets the VoucherSequenceId parameter. (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif reservationFindIncrement (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif reserve (Overrides the reserve Method.)
Gg761480.protmethod(en-us,AX.60).gif reserveNumInternal (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif runNumber (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif runReserve (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif setCleanupSequence (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif setGlobalTransId (Overrides the setGlobalTransId Method.)
Gg761480.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the NumberSeq class. (Inherited from NumberSeq.)
Gg761480.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.)
Gg761480.pubmethod(en-us,AX.60).gif used (Inherited from NumberSeq.)
Gg761480.protmethod(en-us,AX.60).gif useNumInternal (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif voucher (Inherited from NumberSeq.)
Gg761480.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg761480.pubmethod(en-us,AX.60).gif Gg761480.static(en-us,AX.60).gif ::construct Initializes a new instance of the NumberSeq_Fast class.
Gg761480.pubmethod(en-us,AX.60).gif Gg761480.static(en-us,AX.60).gif ::constructCalledFrom Initializes a new instance of the NumberSeq_Fast class.
Gg761480.pubmethod(en-us,AX.60).gif Gg761480.static(en-us,AX.60).gif ::constructOnServer Initializes a new instance of the NumberSeq_Fast class that supports server run on requests.

Top

Remarks

Overrides the base behavior of number sequences to avoid the overhead of reserving numbers in the reserved list.

Inheritance Hierarchy

Object Class
  NumberSeq Class
    NumberSeq_Fast Class