You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Programming Interfaces

JobScheduler comes with two interfaces that allow JobScheduler jobs to be implemented, monitored and manipulated:

  • API Interface:
    • API Interface
      • This interface allows to develop jobs in languages such as Java that make use of internal objects and methods of JobScheduler.
      • API jobs are developed for scenarios where an existing configuration is not available, e.g. to check for complex conditions before executing a job.
  • XML Interface:
    • XML Interface
      • This  interface allows JobScheduler objects to be monitored and manipulated - for example, by external applications or job scripts that create and run jobs:

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

 

 

  • No labels