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

Compare with Current View Page History

« Previous Version 9 Current »

How can I create/generate new jobs or orders?

We have a Java class library for all JobScheduler commands and this library has objects and methods for analysing the JobScheduler responses. In other words, it encapsulates the external API (aka XML commands). We recommend using this class library instead of direct XML strings.

The advantage of this Java class library is that most of the details of the XML is covered by the implementation and that future changes in the XML structure (which could come with the usage of Jetty) will not have an impact on the application which sends commands to the JobScheduler. The class library is in charge of sending commands to the JobScheduler, using TCP/IP or UDP or http.

For more information about the class library have a look at the JobScheduler Model Documentation.

  • No labels