JobEventBean
From
(Difference between revisions)
m (→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. | ||
+ | |---- bgcolor=#EDEDFF | ||
+ | |WhenOccurred | ||
+ | |Calendar | ||
+ | |The date and time when the event occured. | ||
|} | |} |
Revision as of 02:36, 27 April 2005
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
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. |
WhenOccurred | Calendar | The date and time when the event occured. |