RetailConnReplicationNJob Class [AX 2012]
Replications are done on the data director client.
Syntax
class RetailConnReplicationNJob extends RetailConnReplicationJob
Run On
Called
Methods
Method | Description | |
---|---|---|
addReceiversToLoc | Adds the receivers list to the distribution locations. (Inherited from RetailConnReplicationJob.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createGlobalDistSubGroupCombList | Inserts the receivers list into RetailConnDistributionGroupMember table. (Inherited from RetailConnReplicationJob.) | |
createGlobalReceiverList | Creates a list of receivers in RetailConnDistributionLocation table. (Inherited from RetailConnReplicationJob.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
errorHandler | Sets the error message to be displayed. (Inherited from RetailConnReplicationJob.) | |
getLastError | Returns the appropriate error message. (Inherited from RetailConnReplicationJob.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initGlobals | Creates the global receivers and distributors subgroup list. (Inherited from RetailConnReplicationJob.) | |
initProgress | Runs the class to intialize the form. (Inherited from RetailConnReplicationJob.) | |
isSystemField | Checks whether the fieldId is a system field. (Inherited from RetailConnReplicationJob.) | |
loadAllFieldList | Loads all the field lists from the distribution tables. (Inherited from RetailConnReplicationJob.) | |
loadExcludedFieldList | Loads all the field lists into the scheduler tables excluding the lists which are already in sub job field lists. (Inherited from RetailConnReplicationJob.) | |
loadFieldList | Loads the field lists into the scheduler tables. (Inherited from RetailConnReplicationJob.) | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
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.) | |
onAfterHandleGroup | Adds the receiver list as a package and sends it to client using the connection. (Inherited from RetailConnReplicationJob.) | |
onBeforeHandleGroup | creates a client connection and sets the jobID and message to the client. (Inherited from RetailConnReplicationJob.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmAOSProfile | Gets or sets the AOSProfile parameter. (Inherited from RetailConnReplicationJob.) | |
parmCurrentBatch | Gets or sets the CurrentBatch parameter. (Inherited from RetailConnReplicationJob.) | |
parmIgnoreReplicationRestrictions | Gets or sets the IgnoreReplicationRestrictions parameter. (Inherited from RetailConnReplicationJob.) | |
parmLocationList | Gets or sets the LocationList parameter. (Inherited from RetailConnReplicationJob.) | |
parmOnlyTargetLocation | Gets or sets the OnlyTargetLocation parameter. (Inherited from RetailConnReplicationJob.) | |
run | Connects to the client and process all location groups for all "By Actions" jobs and updates the scheduler tables. (Inherited from RetailConnReplicationJob.) | |
schedulerJobTable | Gets or sets the schedulerJobTable parameter. (Inherited from RetailConnReplicationJob.) | |
setPackageNumber | Sets the package number that is to be sent to client. (Inherited from RetailConnReplicationJob.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
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.) |
Top
Remarks
Uses RetailConnDataDirectorClient class to use the data client functionality.
Inheritance Hierarchy
Object Class
RetailConnReplicationJob Class
RetailConnReplicationNJob Class