JobSynchronisationBean
From
(Difference between revisions)
m |
m (→Fields) |
||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|jobPK | |jobPK | ||
|String | |String | ||
+ | |9 | ||
+ | |Yes | ||
|The primary to be marked as synchronized. | |The primary to be marked as synchronized. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|jobExternalRef | |jobExternalRef | ||
|[[ExternalRefBean]] | |[[ExternalRefBean]] | ||
− | |The external reference of the job to be marked as synchronised | + | |N/A |
+ | |No | ||
+ | |The external reference of the job to be marked as synchronised. | ||
|} | |} |
Revision as of 02:34, 18 August 2005
Description
A bean used to mark a specific job as having been synchronized, and thus prevent that job being returned again from the GetUnsynchronisedJobs method, unless the job's details are updated or changed in some way.
Fields
The data fields of this object. In adition, this object extends the SynchronisationBean, which contains the sync fields common to all "sync" type beans.
Name | Type | Size | Required | Description |
---|---|---|---|---|
jobPK | String | 9 | Yes | The primary to be marked as synchronized. |
jobExternalRef | ExternalRefBean | N/A | No | The external reference of the job to be marked as synchronised. |