Author: cwiklik
Date: Tue Jun 21 15:25:28 2011
New Revision: 1138046

URL: http://svn.apache.org/viewvc?rev=1138046&view=rev
Log:
UIMA-2157 Added onBeforeMessageSend() documentation

Modified:
    uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml

Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml?rev=1138046&r1=1138045&r2=1138046&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml Tue Jun 
21 15:25:28 2011
@@ -318,6 +318,14 @@ under the License.
             returned in the callback listener as part of the status 
object.</para>
         </listitem>
 
+        <listitem>
+          <para><code>onBeforeProcessCAS(UimaASProcessStatus status, String 
nodeIP, String pid)</code>: The callback 
+            used to inform the application that a CAS has been delivered to 
UIMA AS service and is about to be processed. 
+            The status object has <code>getCasReferenceId()</code> method that 
returns a unique CAS id assigned by 
+            UIMA AS. The nodeIP contains IP address of a machine where UIMA AS 
service is running. The pid is the 
+            UIMA AS service PID.
+                 </para>
+        </listitem>
       </itemizedlist>
       </para>
   </section>


Reply via email to