Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4652B200C6A for ; Wed, 19 Apr 2017 16:26:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 44CD4160B94; Wed, 19 Apr 2017 14:26:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B1FC0160B86 for ; Wed, 19 Apr 2017 16:26:53 +0200 (CEST) Received: (qmail 84563 invoked by uid 500); 19 Apr 2017 14:26:48 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 84548 invoked by uid 99); 19 Apr 2017 14:26:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 14:26:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7F091C664C for ; Wed, 19 Apr 2017 14:26:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.321 X-Spam-Level: X-Spam-Status: No, score=-1.321 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id WMiqtMm2FNjO for ; Wed, 19 Apr 2017 14:26:45 +0000 (UTC) Received: from mailout.rz.uni-frankfurt.de (mailout.rz.uni-frankfurt.de [141.2.22.233]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 37FC75F39D for ; Wed, 19 Apr 2017 14:26:45 +0000 (UTC) Received: from smtpauth2.cluster.uni-frankfurt.de ([10.1.1.238]) by mailout.rz.uni-frankfurt.de with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1d0qZ5-0004w8-Ls for user@uima.apache.org; Wed, 19 Apr 2017 16:26:39 +0200 Received: from [141.2.108.209] by smtpauth2.cluster.uni-frankfurt.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from ) id 1d0qZ4-0003KS-I7 for user@uima.apache.org; Wed, 19 Apr 2017 16:26:38 +0200 From: Daniel Baumartz To: user@uima.apache.org Subject: DUCC Java API job info Message-ID: Date: Wed, 19 Apr 2017 16:26:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Wed, 19 Apr 2017 14:26:54 -0000 Hi, I am trying to get the job info (start, duration and time until completion, basically the data from the web server jobs page) with the DUCC Java API. I was able to get some of the data (total, done...) using DuccJobMonitor, but I can't figure out how to get the others. Is there a way to access these? Thanks, Daniel