You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org> on 2009/03/02 15:47:56 UTC

[jira] Created: (UIMA-1300) The client API needs to support optional callback listener before sendCas

The client API needs to support optional callback listener before sendCas
-------------------------------------------------------------------------

                 Key: UIMA-1300
                 URL: https://issues.apache.org/jira/browse/UIMA-1300
             Project: UIMA
          Issue Type: New Feature
          Components: Async Scaleout
            Reporter: Eddie Epstein


When using a collection reader with the client API, application control is limited to callbacks on the completion of commands. In order to measure processing latency, a client must in addition be notified just before each process request is sent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1300) The client API needs to support optional callback listener before sendCas

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1300.
-------------------------------

    Resolution: Fixed

Modified Uima AS client API to use UimaAsBasicCallbackListener class. This abstract class implements a new method onBeforeMessageSend() that is called by the client API just before a message is sent to the service. The application can extend this class and override the method to receive notifications

> The client API needs to support optional callback listener before sendCas
> -------------------------------------------------------------------------
>
>                 Key: UIMA-1300
>                 URL: https://issues.apache.org/jira/browse/UIMA-1300
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>
> When using a collection reader with the client API, application control is limited to callbacks on the completion of commands. In order to measure processing latency, a client must in addition be notified just before each process request is sent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1300) The client API needs to support optional callback listener before sendCas

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1300:
--------------------------------

    Fix Version/s: 2.3AS

> The client API needs to support optional callback listener before sendCas
> -------------------------------------------------------------------------
>
>                 Key: UIMA-1300
>                 URL: https://issues.apache.org/jira/browse/UIMA-1300
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>             Fix For: 2.3AS
>
>
> When using a collection reader with the client API, application control is limited to callbacks on the completion of commands. In order to measure processing latency, a client must in addition be notified just before each process request is sent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.