You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Sauthier (JIRA)" <ji...@apache.org> on 2013/10/01 17:33:23 UTC

[jira] [Created] (FELIX-4262) QueueServices should be observable

Guillaume Sauthier created FELIX-4262:
-----------------------------------------

             Summary: QueueServices should be observable
                 Key: FELIX-4262
                 URL: https://issues.apache.org/jira/browse/FELIX-4262
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
            Reporter: Guillaume Sauthier
            Assignee: Guillaume Sauthier


QueueService is currently some kind of black box where iPOJO executes stuff.

It would be nice to support registration of {{{QueueListener}}}:

{code:java}
public interface QueueListener {
    void enlisted(JobInfo info);
    void started(JobInfo info);
    void executed(JobInfo info, Object result);
    void failed(JobInfo info, Throwable throwable);
}
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)