Data Center Fabric Manager Enterprise User Manual v10.3.X (53-1001357-01, November 2009)

DCFM Enterprise User Manual 719
53-1001357-01
Quartz
D
Quartz
TABLE 160 QRTZ_JOB_DETAILS
Field Definition Format Size
JOB_NAME* Name of the job. varchar 80
JOB_GROUP* Name of the job group. varchar 80
DESCRIPTION Description of the job (optional). varchar 120
JOB_CLASS_NAME The instance of the job that will be executed. varchar 128
IS_DURABLE Whether the job should remain stored after it is
orphaned.
bit
IS_VOLATILE Whether the job should not be persisted in the
JobStore for re-use after program restarts.
bit
IS_STATEFUL Whether the job implements the interface
StatefulJob.
bit
REQUESTS_RECOVERY Instructs the scheduler whether or not the job should
be re-executed if a "recovery" or "fail-over" situation is
encountered.
bit
JOB_DATA To persist the job-related and application-related
informations.
image
TABLE 161 QRTZ_TRIGGERS
Field Definition Format Size
TRIGGER_NAME* Name of the trigger. varchar 80
TRIGGER_GROUP* Name of the trigger group. varchar 80
JOB_NAME Name of the job. varchar 80
JOB_GROUP Name of the job group. varchar 80
IS_VOLATILE Whether the trigger should be persisted in the
JobStore for re-use after program restarts.
bit
DESCRIPTION A description for the trigger instance - may be useful
for remembering/displaying the purpose of the
trigger, though the description has no meaning to
Quartz.
varchar 120
NEXT_FIRE_TIME The next fire time in milliseconds. numeric 13,0
PREV_FIRE_TIME The previous fired time in milliseconds. numeric 13,0
TRIGGER_STATE The state of the trigger (viz. Error, wait,etc.) varchar 16
TRIGGER_TYPE The type of the trigger (Simple,cron). varchar 8
START_TIME The job start time. numeric 13,0
END_TIME The job end time (-1 means infinite). numeric 13,0
CALENDAR_NAME varchar 80
MISFIRE_INSTR Instructs the scheduler to execute the misfired job. smallint
JOB_DATA Persists the job-related info. image