GetJobs() abstract function

The getJobs()abstract function uses:
  • Env, a pre-created instance of a YFSEnvironment object that can be passed to APIs
  • inXML, an org.w3c.dom.Document object which contains the input XML

The getJobs() method should generate small-sized messages, as these are posted to a JMS queue. Unlike the integration server, the agent server does not offer an option to compress messages when configuring agent criteria.

The implementation of this function should obtain jobs (from the database) that need to be run, construct a list of org.w3c.dom.Document objects, and return the list. See the following signature:

public List getJobs(YFSEnvironment Env, Document inXML)