RetailConnReplicationJob Class [AX 2012]

The RetailConnReplicationJob class makes sure that data replication is performed from source table to destination table.

Syntax

class RetailConnReplicationJob

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  RetailConnReplicationJob Class
    RetailConnReplicationAJob Class
    RetailConnReplicationJob_DataDirector Class
    RetailConnReplicationNJob Class
    RetailConnReplicationPJob Class