org.apache.uima.ducc.cli

Interface IDuccCallback



  • public interface IDuccCallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void console(int pnum, String msg)
      This method is called by relevant parts of the API with messages redirected from the remote process.
      void status(String msg)
      This method is called by relevant parts of the API with messages related to the status of the submitted request.
    • Method Detail

      • console

        void console(int pnum,
                     String msg)
        This method is called by relevant parts of the API with messages redirected from the remote process.
        Parameters:
        pnum - This is the callback number for the remote process e.g. 1 is assigned to the first process to call back
        msg - This is the logged message.
      • status

        void status(String msg)
        This method is called by relevant parts of the API with messages related to the status of the submitted request.
        Parameters:
        msg - This is the logged message.

Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.