Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Question

How can I create/generate new jobs or orders?

Anwer

  • 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

...

  • 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

...