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/02 09:42:26 UTC

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

     [ https://issues.apache.org/jira/browse/FELIX-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Sauthier closed FELIX-4262.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: ipojo-runtime-1.10.2

> 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
>             Fix For: ipojo-runtime-1.10.2
>
>
> 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)