/*
   * Get job by index
   *
   * The index is just a convenience access method and
   * does NOT imply any preference/ordering of the Jobs.
   *
   * A Request is always considered a set of Jobs.
   *
   * call-seq:
   *  request.get(42) -> Job
   *
   */
  Job *get( unsigned int i )