1512 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
IS_STATEFUL Whether the job implements the interface
StatefulJob.
boolean
REQUESTS_RECOVERY True or false. boolean
TABLE 314 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.
boolean
IS_VOLATILE Whether the job should not be persisted in the
JobStore for re-use after program restarts.
boolean
IS_STATEFUL Whether the job implements the interface
StatefulJob.
boolean
REQUESTS_RECOVERY Instructs the scheduler whether or not the job should
be re-executed if a "recovery" or "fail-over" situation is
encountered.
boolean
JOB_DATA To persist the job-related and application-related
informations.
bytea
TABLE 315 QRTZ_JOB_LISTENERS
Field Definition Format Size
JOB_NAME* Name of the job. varchar 80
JOB_GROUP* Name of the job group. varchar 80
JOB_LISTENER* Job listener action class instance. varchar 80
TABLE 316 QRTZ_LOCKS
Field Definition Format Size
LOCK_NAME* Resource identification name assigned by user. varchar 40
TABLE 317 QRTZ_PAUSED_TRIGGER_GRPS
Field Definition Format Size
TRIGGER_GROUP* Name of the trigger group. varchar 80
TABLE 318 QRTZ_SCHEDULER_STATE
Field Definition Format Size
INSTANCE_NAME* Instance of the scheduler. varchar 80
LAST_CHECKIN_TIME Last fired time in milliseconds. num (13,0)
TABLE 313 QRTZ_FIRED_TRIGGERS (Continued)
Field Definition Format size