JobEventBean
From
(Difference between revisions)
m (→Fields) |
(→Fields) |
||
Line 23: | Line 23: | ||
|[[JobIDBean]] | |[[JobIDBean]] | ||
|The primary key data identifing the job that these events are associated with. | |The primary key data identifing the job that these events are associated with. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 02:03, 14 December 2009
[edit] Description
This bean is the super class of all the various types of events that may occur to a given job. When receiving one or more JobEventBeans, each bean will actually be an instance of one of the following event beans:
- JobCancelEventBean
- JobLastUpdatedEventBean
- JobNoteEventBean
- JobOnHoldEventBean
- JobRecallEventBean
- JobRejectEventBean
- JobResumeEventBean
- JobStatusEventBean
[edit] Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
JobID | JobIDBean | The primary key data identifing the job that these events are associated with. |