Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B944F7CEA for ; Sat, 16 Jul 2011 20:22:24 +0000 (UTC) Received: (qmail 50468 invoked by uid 500); 16 Jul 2011 20:22:24 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 50435 invoked by uid 500); 16 Jul 2011 20:22:24 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 50420 invoked by uid 99); 16 Jul 2011 20:22:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 20:22:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 20:22:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 863CD836E8 for ; Sat, 16 Jul 2011 20:22:00 +0000 (UTC) Date: Sat, 16 Jul 2011 20:22:00 +0000 (UTC) From: "Ioannis Canellos (JIRA)" To: issues@karaf.apache.org Message-ID: <831930211.20334.1310847720546.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (KARAF-739) Provide a way to handle recurring tasks in celllar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Provide a way to handle recurring tasks in celllar -------------------------------------------------- Key: KARAF-739 URL: https://issues.apache.org/jira/browse/KARAF-739 Project: Karaf Issue Type: New Feature Components: cellar-core Affects Versions: cellar-2.2.1, cellar-3.0.0 Reporter: Ioannis Canellos Assignee: Ioannis Canellos Priority: Minor There are many cases that cellar requires the implementation of task that will be executed repeaditly (something like Timer/TimerTask). Especially tasks that are related to node discovery, ping etc. What I imagine is an interface that describes the delay/period of the task and a service listener that wraps the service implementation in TimerTask. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira