Uses of Interface
org.apache.uima.ducc.cli.IDuccCallback

Packages that use IDuccCallback
org.apache.uima.ducc.cli   
 

Uses of IDuccCallback in org.apache.uima.ducc.cli
 

Constructors in org.apache.uima.ducc.cli with parameters of type IDuccCallback
DuccJobSubmit(ArrayList<String> args, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccJobSubmit(Properties props, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccJobSubmit(String[] args, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccManagedReservationSubmit(ArrayList<String> args, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccManagedReservationSubmit(Properties props, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccManagedReservationSubmit(String[] args, IDuccCallback consoleCb)
          This form of the constructor allows the API user to capture messages, rather than directing them to stdout.
DuccServiceApi(IDuccCallback cb)
           
 



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