Showing:

Annotations
Attributes
Diagrams
Properties
Used by
Element TimerJob
Annotations

https://kb.sos-berlin.com/display/PKB/JobScheduler+Monitoring+Configuration+Reference+-+TimerJob

References Notes

Specifies the jobs for which notifications are being sent to a system monitor.
The element can be repeatedly used to specifiy a number of jobs.

Attributes:

  • name - accepts a regular expression to specify a number of jobs that match the given pattern, e.g. jobs that are located in the same root folder.
  • scheduler_id - restricts notifications to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that log into the same database.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_TimerJob.tmp#TimerJob_name SystemMonitorNotification_v1_0_xsd_Element_TimerJob.tmp#TimerJob_scheduler_id
Properties
content complex
Used by
Element Timer
Attributes
QName Type Use Annotation
name xs:string required
Job name including possible folder names. Java regular expression can be used.
scheduler_id xs:string optional
Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.
Attribute TimerJob / @name
Annotations
Job name including possible folder names. Java regular expression can be used.
Type xs:string
Properties
use required
Used by
Element TimerJob
Attribute TimerJob / @scheduler_id
Annotations
Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.
Type xs:string
Properties
use optional
Used by
Element TimerJob