Programming Interfaces
JobScheduler comes with two interfaces that allow JobScheduler objects to be monitored and manipulated - for example, to allow external applications or job scripts to create and run jobs:
- API Interface:
- XML Interface:
Communication Interfaces
- The JobScheduler REST Interface is used for communication between Master and Agent JobSchedulers:
- A SOAP Interface can be used for communication between JobScheduler and specific jobs or job chains:
Messaging
- The JobScheduler can be integrated in a JMS (Java Message Service) environment to, for example, send status information to other applications:
...