Share via


RetailConnReplicationNJob Class [AX 2012]

Replications are done on the data director client.

Syntax

class RetailConnReplicationNJob extends RetailConnReplicationJob

Run On

Called

Methods

  Method Description
JJ799228.pubmethod(en-us,AX.60).gif addReceiversToLoc Adds the receivers list to the distribution locations. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif createGlobalDistSubGroupCombList Inserts the receivers list into RetailConnDistributionGroupMember table. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif createGlobalReceiverList Creates a list of receivers in RetailConnDistributionLocation table. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif errorHandler Sets the error message to be displayed. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif getLastError Returns the appropriate error message. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif initGlobals Creates the global receivers and distributors subgroup list. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif initProgress Runs the class to intialize the form. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif isSystemField Checks whether the fieldId is a system field. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif loadAllFieldList Loads all the field lists from the distribution tables. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif loadExcludedFieldList Loads all the field lists into the scheduler tables excluding the lists which are already in sub job field lists. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif loadFieldList Loads the field lists into the scheduler tables. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ799228.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.)
JJ799228.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.)
JJ799228.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif onAfterHandleGroup Adds the receiver list as a package and sends it to client using the connection. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif onBeforeHandleGroup creates a client connection and sets the jobID and message to the client. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif parmAOSProfile Gets or sets the AOSProfile parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif parmIgnoreReplicationRestrictions Gets or sets the IgnoreReplicationRestrictions parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif parmLocationList Gets or sets the LocationList parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif parmOnlyTargetLocation Gets or sets the OnlyTargetLocation parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif run Connects to the client and process all location groups for all "By Actions" jobs and updates the scheduler tables. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif schedulerJobTable Gets or sets the schedulerJobTable parameter. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif setPackageNumber Sets the package number that is to be sent to client. (Inherited from RetailConnReplicationJob.)
JJ799228.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ799228.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.)
JJ799228.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ799228.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Uses RetailConnDataDirectorClient class to use the data client functionality.

Inheritance Hierarchy

Object Class
  RetailConnReplicationJob Class
    RetailConnReplicationNJob Class